tnef 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/ext/tnef/ChangeLog +18 -0
- data/ext/tnef/Makefile.in +185 -132
- data/ext/tnef/NEWS +4 -1
- data/ext/tnef/aclocal.m4 +440 -266
- data/ext/tnef/autom4te.cache/output.0 +7001 -0
- data/ext/tnef/autom4te.cache/output.1 +7001 -0
- data/ext/tnef/autom4te.cache/requests +159 -0
- data/ext/tnef/autom4te.cache/traces.0 +545 -0
- data/ext/tnef/autom4te.cache/traces.1 +1036 -0
- data/ext/tnef/compile +347 -0
- data/ext/tnef/config.log +971 -0
- data/ext/tnef/configure +380 -194
- data/ext/tnef/configure.in +1 -1
- data/ext/tnef/contrib/evolution.helper +43 -0
- data/ext/tnef/contrib/evolution.helper.README +11 -0
- data/ext/tnef/contrib/tnef-alpine.perl +91 -0
- data/ext/tnef/contrib/tnef-alpine.perl.README +10 -0
- data/ext/tnef/doc/Makefile +659 -0
- data/ext/tnef/doc/Makefile.in +171 -135
- data/ext/tnef/doc/tnef.1 +185 -0
- data/ext/tnef/doc/tnef.1.in +34 -32
- data/ext/tnef/doc/www/Makefile +585 -0
- data/ext/tnef/doc/www/Makefile.in +158 -115
- data/ext/tnef/doc/www/cgi-bin/Makefile +405 -0
- data/ext/tnef/doc/www/cgi-bin/Makefile.in +83 -18
- data/ext/tnef/doc/www/htdocs/Makefile +405 -0
- data/ext/tnef/doc/www/htdocs/Makefile.in +83 -18
- data/ext/tnef/doc/www/htdocs/index.html +51 -0
- data/ext/tnef/doc/www/htdocs/style.css +13 -0
- data/ext/tnef/src/Makefile.in +193 -135
- data/ext/tnef/src/replace/Makefile.in +148 -55
- data/ext/tnef/src/tnef.c +10 -8
- data/ext/tnef/test-driver +127 -0
- data/ext/tnef/tests/Makefile.in +158 -115
- data/ext/tnef/tests/cmdline/Attic/mime-types.baseline +3 -0
- data/ext/tnef/tests/cmdline/Attic/mime-types.test +11 -0
- data/ext/tnef/tests/cmdline/Makefile.in +441 -110
- data/ext/tnef/tests/cmdline/body-test.html.baseline +95 -95
- data/ext/tnef/tests/cmdline/body.baseline +2 -2
- data/ext/tnef/tests/cmdline/interactive.baseline +0 -0
- data/ext/tnef/tests/cmdline/message.html.baseline +95 -95
- data/ext/tnef/tests/cmdline/version.baseline +2 -2
- data/ext/tnef/tests/files/Makefile.in +515 -205
- data/ext/tnef/tests/files/baselines/Makefile.in +83 -18
- data/ext/tnef/tests/files/datafiles/Makefile.in +83 -18
- data/lib/tnef/version.rb +1 -1
- metadata +34 -18
@@ -1,9 +1,8 @@
|
|
1
|
-
# Makefile.in generated by automake 1.
|
1
|
+
# Makefile.in generated by automake 1.14 from Makefile.am.
|
2
2
|
# @configure_input@
|
3
3
|
|
4
|
-
# Copyright (C) 1994
|
5
|
-
|
6
|
-
# Foundation, Inc.
|
4
|
+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
5
|
+
|
7
6
|
# This Makefile.in is free software; the Free Software Foundation
|
8
7
|
# gives unlimited permission to copy and/or distribute it,
|
9
8
|
# with or without modifications, as long as this notice is preserved.
|
@@ -15,6 +14,51 @@
|
|
15
14
|
|
16
15
|
@SET_MAKE@
|
17
16
|
VPATH = @srcdir@
|
17
|
+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
18
|
+
am__make_running_with_option = \
|
19
|
+
case $${target_option-} in \
|
20
|
+
?) ;; \
|
21
|
+
*) echo "am__make_running_with_option: internal error: invalid" \
|
22
|
+
"target option '$${target_option-}' specified" >&2; \
|
23
|
+
exit 1;; \
|
24
|
+
esac; \
|
25
|
+
has_opt=no; \
|
26
|
+
sane_makeflags=$$MAKEFLAGS; \
|
27
|
+
if $(am__is_gnu_make); then \
|
28
|
+
sane_makeflags=$$MFLAGS; \
|
29
|
+
else \
|
30
|
+
case $$MAKEFLAGS in \
|
31
|
+
*\\[\ \ ]*) \
|
32
|
+
bs=\\; \
|
33
|
+
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
34
|
+
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
35
|
+
esac; \
|
36
|
+
fi; \
|
37
|
+
skip_next=no; \
|
38
|
+
strip_trailopt () \
|
39
|
+
{ \
|
40
|
+
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
41
|
+
}; \
|
42
|
+
for flg in $$sane_makeflags; do \
|
43
|
+
test $$skip_next = yes && { skip_next=no; continue; }; \
|
44
|
+
case $$flg in \
|
45
|
+
*=*|--*) continue;; \
|
46
|
+
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
47
|
+
-*I?*) strip_trailopt 'I';; \
|
48
|
+
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
49
|
+
-*O?*) strip_trailopt 'O';; \
|
50
|
+
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
51
|
+
-*l?*) strip_trailopt 'l';; \
|
52
|
+
-[dEDm]) skip_next=yes;; \
|
53
|
+
-[JT]) skip_next=yes;; \
|
54
|
+
esac; \
|
55
|
+
case $$flg in \
|
56
|
+
*$$target_option*) has_opt=yes; break;; \
|
57
|
+
esac; \
|
58
|
+
done; \
|
59
|
+
test $$has_opt = yes
|
60
|
+
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
61
|
+
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
18
62
|
pkgdatadir = $(datadir)/@PACKAGE@
|
19
63
|
pkgincludedir = $(includedir)/@PACKAGE@
|
20
64
|
pkglibdir = $(libdir)/@PACKAGE@
|
@@ -32,7 +76,8 @@ NORMAL_UNINSTALL = :
|
|
32
76
|
PRE_UNINSTALL = :
|
33
77
|
POST_UNINSTALL = :
|
34
78
|
subdir = doc/www/htdocs
|
35
|
-
DIST_COMMON = $(srcdir)/Makefile.
|
79
|
+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
80
|
+
$(top_srcdir)/mkinstalldirs
|
36
81
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
37
82
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
38
83
|
$(top_srcdir)/configure.in
|
@@ -42,11 +87,30 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
42
87
|
CONFIG_HEADER = $(top_builddir)/src/config.h
|
43
88
|
CONFIG_CLEAN_FILES =
|
44
89
|
CONFIG_CLEAN_VPATH_FILES =
|
90
|
+
AM_V_P = $(am__v_P_@AM_V@)
|
91
|
+
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
92
|
+
am__v_P_0 = false
|
93
|
+
am__v_P_1 = :
|
94
|
+
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
95
|
+
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
96
|
+
am__v_GEN_0 = @echo " GEN " $@;
|
97
|
+
am__v_GEN_1 =
|
98
|
+
AM_V_at = $(am__v_at_@AM_V@)
|
99
|
+
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
100
|
+
am__v_at_0 = @
|
101
|
+
am__v_at_1 =
|
45
102
|
SOURCES =
|
46
103
|
DIST_SOURCES =
|
104
|
+
am__can_run_installinfo = \
|
105
|
+
case $$AM_UPDATE_INFO_DIR in \
|
106
|
+
n|no|NO) false;; \
|
107
|
+
*) (install-info --version) >/dev/null 2>&1;; \
|
108
|
+
esac
|
109
|
+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
47
110
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
48
111
|
ACLOCAL = @ACLOCAL@
|
49
112
|
AMTAR = @AMTAR@
|
113
|
+
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
50
114
|
AUTOCONF = @AUTOCONF@
|
51
115
|
AUTOHEADER = @AUTOHEADER@
|
52
116
|
AUTOMAKE = @AUTOMAKE@
|
@@ -173,11 +237,11 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
173
237
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
174
238
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
175
239
|
$(am__aclocal_m4_deps):
|
176
|
-
tags
|
177
|
-
|
240
|
+
tags TAGS:
|
241
|
+
|
242
|
+
ctags CTAGS:
|
178
243
|
|
179
|
-
|
180
|
-
CTAGS:
|
244
|
+
cscope cscopelist:
|
181
245
|
|
182
246
|
|
183
247
|
distdir: $(DISTFILES)
|
@@ -312,15 +376,16 @@ uninstall-am:
|
|
312
376
|
|
313
377
|
.MAKE: install-am install-strip
|
314
378
|
|
315
|
-
.PHONY: all all-am check check-am clean clean-generic
|
316
|
-
distclean-generic distdir dvi dvi-am html
|
317
|
-
|
318
|
-
install-
|
319
|
-
install-
|
320
|
-
install-
|
321
|
-
install-
|
322
|
-
|
323
|
-
|
379
|
+
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
|
380
|
+
ctags-am distclean distclean-generic distdir dvi dvi-am html \
|
381
|
+
html-am info info-am install install-am install-data \
|
382
|
+
install-data-am install-dvi install-dvi-am install-exec \
|
383
|
+
install-exec-am install-html install-html-am install-info \
|
384
|
+
install-info-am install-man install-pdf install-pdf-am \
|
385
|
+
install-ps install-ps-am install-strip installcheck \
|
386
|
+
installcheck-am installdirs maintainer-clean \
|
387
|
+
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
388
|
+
pdf-am ps ps-am tags-am uninstall uninstall-am
|
324
389
|
|
325
390
|
|
326
391
|
web-build: $(WEB_DIST)
|
@@ -0,0 +1,51 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
|
2
|
+
"http://www.w3.org/TR/REC-html40/strict.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
6
|
+
<meta name="Author" content="verdammelt@users.sourceforge.net">
|
7
|
+
<link href="style.css" rel="stylesheet" title="std"
|
8
|
+
type="text/css">
|
9
|
+
<title>TNEF</title>
|
10
|
+
</head>
|
11
|
+
<body>
|
12
|
+
<p>
|
13
|
+
<a href="http://sourceforge.net">
|
14
|
+
<img src="http://sourceforge.net/sflogo.php?group_id=57057&type=1"
|
15
|
+
alt="SourceForge Logo">
|
16
|
+
</a>
|
17
|
+
</p>
|
18
|
+
|
19
|
+
<h1>TNEF</h1>
|
20
|
+
|
21
|
+
<p><a href="http://sourceforge.net/projects/tnef">TNEF</a> is a
|
22
|
+
program for unpacking <em>ms-tnef</em> type <a
|
23
|
+
href="http://www.ietf.org/rfc/rfc1521.txt?number=1521">MIME</a>
|
24
|
+
attachments.</p>
|
25
|
+
|
26
|
+
<p>Please visit the <a href="http://sourceforge.net">SourceForge
|
27
|
+
project page</a> for links to
|
28
|
+
<a
|
29
|
+
href="http://sourceforge.net/project/showfiles.php?group_id=57057">downloads</a>
|
30
|
+
and <a href="http://sourceforge.net/mail/?group_id=57057">mailing
|
31
|
+
lists</a> and more.</p>
|
32
|
+
|
33
|
+
<p>Many thanks to <a href="http://sourceforge.net">SourceForge</a> for the
|
34
|
+
project hosting services.</p>
|
35
|
+
|
36
|
+
<hr>
|
37
|
+
<div>
|
38
|
+
<a href="http://validator.w3.org/check/referer">
|
39
|
+
<img src="http://www.w3.org/Icons/valid-html40"
|
40
|
+
alt="Valid HTML 4.0!" height="31" width="88"></a>
|
41
|
+
<a href="http://jigsaw.w3.org/css-validator/">
|
42
|
+
<img style="width:88px;height:31px"
|
43
|
+
src="http://jigsaw.w3.org/css-validator/images/vcss"
|
44
|
+
alt="Valid CSS!"></a>
|
45
|
+
</div>
|
46
|
+
<hr>
|
47
|
+
<div class="build-info">
|
48
|
+
$Id: index.html,v 1.1 2003-05-23 01:39:03 verdammelt Exp $
|
49
|
+
</div>
|
50
|
+
</body>
|
51
|
+
</html>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/* Style sheet for use with HTML 4.0 */
|
2
|
+
|
3
|
+
address { text-align: center; font-size: x-small; }
|
4
|
+
|
5
|
+
div.center { text-align: center }
|
6
|
+
|
7
|
+
div.footnote { font-size: x-small; }
|
8
|
+
|
9
|
+
div.build-info { font-size: x-small; }
|
10
|
+
|
11
|
+
sup { vertical-align: super; font-size: 80%; }
|
12
|
+
|
13
|
+
|
data/ext/tnef/src/Makefile.in
CHANGED
@@ -1,9 +1,8 @@
|
|
1
|
-
# Makefile.in generated by automake 1.
|
1
|
+
# Makefile.in generated by automake 1.14 from Makefile.am.
|
2
2
|
# @configure_input@
|
3
3
|
|
4
|
-
# Copyright (C) 1994
|
5
|
-
|
6
|
-
# Foundation, Inc.
|
4
|
+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
5
|
+
|
7
6
|
# This Makefile.in is free software; the Free Software Foundation
|
8
7
|
# gives unlimited permission to copy and/or distribute it,
|
9
8
|
# with or without modifications, as long as this notice is preserved.
|
@@ -17,6 +16,51 @@
|
|
17
16
|
|
18
17
|
|
19
18
|
VPATH = @srcdir@
|
19
|
+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
20
|
+
am__make_running_with_option = \
|
21
|
+
case $${target_option-} in \
|
22
|
+
?) ;; \
|
23
|
+
*) echo "am__make_running_with_option: internal error: invalid" \
|
24
|
+
"target option '$${target_option-}' specified" >&2; \
|
25
|
+
exit 1;; \
|
26
|
+
esac; \
|
27
|
+
has_opt=no; \
|
28
|
+
sane_makeflags=$$MAKEFLAGS; \
|
29
|
+
if $(am__is_gnu_make); then \
|
30
|
+
sane_makeflags=$$MFLAGS; \
|
31
|
+
else \
|
32
|
+
case $$MAKEFLAGS in \
|
33
|
+
*\\[\ \ ]*) \
|
34
|
+
bs=\\; \
|
35
|
+
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
36
|
+
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
37
|
+
esac; \
|
38
|
+
fi; \
|
39
|
+
skip_next=no; \
|
40
|
+
strip_trailopt () \
|
41
|
+
{ \
|
42
|
+
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
43
|
+
}; \
|
44
|
+
for flg in $$sane_makeflags; do \
|
45
|
+
test $$skip_next = yes && { skip_next=no; continue; }; \
|
46
|
+
case $$flg in \
|
47
|
+
*=*|--*) continue;; \
|
48
|
+
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
49
|
+
-*I?*) strip_trailopt 'I';; \
|
50
|
+
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
51
|
+
-*O?*) strip_trailopt 'O';; \
|
52
|
+
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
53
|
+
-*l?*) strip_trailopt 'l';; \
|
54
|
+
-[dEDm]) skip_next=yes;; \
|
55
|
+
-[JT]) skip_next=yes;; \
|
56
|
+
esac; \
|
57
|
+
case $$flg in \
|
58
|
+
*$$target_option*) has_opt=yes; break;; \
|
59
|
+
esac; \
|
60
|
+
done; \
|
61
|
+
test $$has_opt = yes
|
62
|
+
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
63
|
+
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
20
64
|
pkgdatadir = $(datadir)/@PACKAGE@
|
21
65
|
pkgincludedir = $(includedir)/@PACKAGE@
|
22
66
|
pkglibdir = $(libdir)/@PACKAGE@
|
@@ -35,8 +79,9 @@ PRE_UNINSTALL = :
|
|
35
79
|
POST_UNINSTALL = :
|
36
80
|
bin_PROGRAMS = tnef$(EXEEXT)
|
37
81
|
subdir = src
|
38
|
-
DIST_COMMON = $(
|
39
|
-
$(srcdir)/
|
82
|
+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
83
|
+
$(srcdir)/config.h.in $(top_srcdir)/mkinstalldirs \
|
84
|
+
$(top_srcdir)/depcomp $(noinst_HEADERS)
|
40
85
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
41
86
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
42
87
|
$(top_srcdir)/configure.in
|
@@ -55,29 +100,76 @@ am_tnef_OBJECTS = alloc.$(OBJEXT) attr.$(OBJEXT) date.$(OBJEXT) \
|
|
55
100
|
xstrdup.$(OBJEXT)
|
56
101
|
tnef_OBJECTS = $(am_tnef_OBJECTS)
|
57
102
|
tnef_DEPENDENCIES = $(BUILT_OBJS) replace/libreplace.a
|
103
|
+
AM_V_P = $(am__v_P_@AM_V@)
|
104
|
+
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
105
|
+
am__v_P_0 = false
|
106
|
+
am__v_P_1 = :
|
107
|
+
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
108
|
+
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
109
|
+
am__v_GEN_0 = @echo " GEN " $@;
|
110
|
+
am__v_GEN_1 =
|
111
|
+
AM_V_at = $(am__v_at_@AM_V@)
|
112
|
+
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
113
|
+
am__v_at_0 = @
|
114
|
+
am__v_at_1 =
|
58
115
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
59
116
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
60
117
|
am__depfiles_maybe = depfiles
|
61
118
|
am__mv = mv -f
|
62
119
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
63
120
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
121
|
+
AM_V_CC = $(am__v_CC_@AM_V@)
|
122
|
+
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
123
|
+
am__v_CC_0 = @echo " CC " $@;
|
124
|
+
am__v_CC_1 =
|
64
125
|
CCLD = $(CC)
|
65
126
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
127
|
+
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
128
|
+
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
129
|
+
am__v_CCLD_0 = @echo " CCLD " $@;
|
130
|
+
am__v_CCLD_1 =
|
66
131
|
SOURCES = $(tnef_SOURCES)
|
67
132
|
DIST_SOURCES = $(tnef_SOURCES)
|
68
|
-
RECURSIVE_TARGETS = all-recursive check-recursive
|
69
|
-
|
70
|
-
install-
|
71
|
-
install-
|
72
|
-
install-
|
73
|
-
|
74
|
-
|
133
|
+
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
134
|
+
ctags-recursive dvi-recursive html-recursive info-recursive \
|
135
|
+
install-data-recursive install-dvi-recursive \
|
136
|
+
install-exec-recursive install-html-recursive \
|
137
|
+
install-info-recursive install-pdf-recursive \
|
138
|
+
install-ps-recursive install-recursive installcheck-recursive \
|
139
|
+
installdirs-recursive pdf-recursive ps-recursive \
|
140
|
+
tags-recursive uninstall-recursive
|
141
|
+
am__can_run_installinfo = \
|
142
|
+
case $$AM_UPDATE_INFO_DIR in \
|
143
|
+
n|no|NO) false;; \
|
144
|
+
*) (install-info --version) >/dev/null 2>&1;; \
|
145
|
+
esac
|
75
146
|
HEADERS = $(noinst_HEADERS)
|
76
147
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
77
148
|
distclean-recursive maintainer-clean-recursive
|
78
|
-
|
79
|
-
|
149
|
+
am__recursive_targets = \
|
150
|
+
$(RECURSIVE_TARGETS) \
|
151
|
+
$(RECURSIVE_CLEAN_TARGETS) \
|
152
|
+
$(am__extra_recursive_targets)
|
153
|
+
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
80
154
|
distdir
|
155
|
+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
156
|
+
$(LISP)config.h.in
|
157
|
+
# Read a list of newline-separated strings from the standard input,
|
158
|
+
# and print each of them once, without duplicates. Input order is
|
159
|
+
# *not* preserved.
|
160
|
+
am__uniquify_input = $(AWK) '\
|
161
|
+
BEGIN { nonempty = 0; } \
|
162
|
+
{ items[$$0] = 1; nonempty = 1; } \
|
163
|
+
END { if (nonempty) { for (i in items) print i; }; } \
|
164
|
+
'
|
165
|
+
# Make sure the list of sources is unique. This is necessary because,
|
166
|
+
# e.g., the same source file might be shared among _SOURCES variables
|
167
|
+
# for different programs/libraries.
|
168
|
+
am__define_uniq_tagged_files = \
|
169
|
+
list='$(am__tagged_files)'; \
|
170
|
+
unique=`for i in $$list; do \
|
171
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
172
|
+
done | $(am__uniquify_input)`
|
81
173
|
ETAGS = etags
|
82
174
|
CTAGS = ctags
|
83
175
|
DIST_SUBDIRS = $(SUBDIRS)
|
@@ -109,6 +201,7 @@ am__relativize = \
|
|
109
201
|
reldir="$$dir2"
|
110
202
|
ACLOCAL = @ACLOCAL@
|
111
203
|
AMTAR = @AMTAR@
|
204
|
+
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
112
205
|
AUTOCONF = @AUTOCONF@
|
113
206
|
AUTOHEADER = @AUTOHEADER@
|
114
207
|
AUTOMAKE = @AUTOMAKE@
|
@@ -268,8 +361,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
268
361
|
$(am__aclocal_m4_deps):
|
269
362
|
|
270
363
|
config.h: stamp-h1
|
271
|
-
@
|
272
|
-
@
|
364
|
+
@test -f $@ || rm -f stamp-h1
|
365
|
+
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
273
366
|
|
274
367
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
275
368
|
@rm -f stamp-h1
|
@@ -283,14 +376,18 @@ distclean-hdr:
|
|
283
376
|
-rm -f config.h stamp-h1
|
284
377
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
285
378
|
@$(NORMAL_INSTALL)
|
286
|
-
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
287
379
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
380
|
+
if test -n "$$list"; then \
|
381
|
+
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
382
|
+
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
383
|
+
fi; \
|
288
384
|
for p in $$list; do echo "$$p $$p"; done | \
|
289
385
|
sed 's/$(EXEEXT)$$//' | \
|
290
|
-
while read p p1; do if test -f $$p
|
291
|
-
then echo "$$p"; echo "$$p"; else :; fi; \
|
386
|
+
while read p p1; do if test -f $$p \
|
387
|
+
; then echo "$$p"; echo "$$p"; else :; fi; \
|
292
388
|
done | \
|
293
|
-
sed -e 'p;s,.*/,,;n;h'
|
389
|
+
sed -e 'p;s,.*/,,;n;h' \
|
390
|
+
-e 's|.*|.|' \
|
294
391
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
295
392
|
sed 'N;N;N;s,\n, ,g' | \
|
296
393
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
@@ -311,16 +408,18 @@ uninstall-binPROGRAMS:
|
|
311
408
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
312
409
|
files=`for p in $$list; do echo "$$p"; done | \
|
313
410
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
314
|
-
-e 's/$$/$(EXEEXT)/'
|
411
|
+
-e 's/$$/$(EXEEXT)/' \
|
412
|
+
`; \
|
315
413
|
test -n "$$list" || exit 0; \
|
316
414
|
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
|
317
415
|
cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
318
416
|
|
319
417
|
clean-binPROGRAMS:
|
320
418
|
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
419
|
+
|
321
420
|
tnef$(EXEEXT): $(tnef_OBJECTS) $(tnef_DEPENDENCIES) $(EXTRA_tnef_DEPENDENCIES)
|
322
421
|
@rm -f tnef$(EXEEXT)
|
323
|
-
$(LINK) $(tnef_OBJECTS) $(tnef_LDADD) $(LIBS)
|
422
|
+
$(AM_V_CCLD)$(LINK) $(tnef_OBJECTS) $(tnef_LDADD) $(LIBS)
|
324
423
|
|
325
424
|
mostlyclean-compile:
|
326
425
|
-rm -f *.$(OBJEXT)
|
@@ -344,36 +443,39 @@ distclean-compile:
|
|
344
443
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrdup.Po@am__quote@
|
345
444
|
|
346
445
|
.c.o:
|
347
|
-
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
348
|
-
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
349
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
446
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
447
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
448
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
350
449
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
351
|
-
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
450
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
352
451
|
|
353
452
|
.c.obj:
|
354
|
-
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
355
|
-
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
356
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
453
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
454
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
455
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
357
456
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
358
|
-
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
457
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
359
458
|
|
360
459
|
# This directory's subdirectories are mostly independent; you can cd
|
361
|
-
# into them and run
|
362
|
-
# To change the values of
|
363
|
-
# (1) if the variable is set in
|
364
|
-
# (which will cause the Makefiles to be regenerated when you run
|
365
|
-
# (2) otherwise, pass the desired values on the
|
366
|
-
$(
|
367
|
-
@fail
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
done; \
|
460
|
+
# into them and run 'make' without going through this Makefile.
|
461
|
+
# To change the values of 'make' variables: instead of editing Makefiles,
|
462
|
+
# (1) if the variable is set in 'config.status', edit 'config.status'
|
463
|
+
# (which will cause the Makefiles to be regenerated when you run 'make');
|
464
|
+
# (2) otherwise, pass the desired values on the 'make' command line.
|
465
|
+
$(am__recursive_targets):
|
466
|
+
@fail=; \
|
467
|
+
if $(am__make_keepgoing); then \
|
468
|
+
failcom='fail=yes'; \
|
469
|
+
else \
|
470
|
+
failcom='exit 1'; \
|
471
|
+
fi; \
|
374
472
|
dot_seen=no; \
|
375
473
|
target=`echo $@ | sed s/-recursive//`; \
|
376
|
-
|
474
|
+
case "$@" in \
|
475
|
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
476
|
+
*) list='$(SUBDIRS)' ;; \
|
477
|
+
esac; \
|
478
|
+
for subdir in $$list; do \
|
377
479
|
echo "Making $$target in $$subdir"; \
|
378
480
|
if test "$$subdir" = "."; then \
|
379
481
|
dot_seen=yes; \
|
@@ -388,57 +490,12 @@ $(RECURSIVE_TARGETS):
|
|
388
490
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
389
491
|
fi; test -z "$$fail"
|
390
492
|
|
391
|
-
$(
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
*=* | --[!k]*);; \
|
396
|
-
*k*) failcom='fail=yes';; \
|
397
|
-
esac; \
|
398
|
-
done; \
|
399
|
-
dot_seen=no; \
|
400
|
-
case "$@" in \
|
401
|
-
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
402
|
-
*) list='$(SUBDIRS)' ;; \
|
403
|
-
esac; \
|
404
|
-
rev=''; for subdir in $$list; do \
|
405
|
-
if test "$$subdir" = "."; then :; else \
|
406
|
-
rev="$$subdir $$rev"; \
|
407
|
-
fi; \
|
408
|
-
done; \
|
409
|
-
rev="$$rev ."; \
|
410
|
-
target=`echo $@ | sed s/-recursive//`; \
|
411
|
-
for subdir in $$rev; do \
|
412
|
-
echo "Making $$target in $$subdir"; \
|
413
|
-
if test "$$subdir" = "."; then \
|
414
|
-
local_target="$$target-am"; \
|
415
|
-
else \
|
416
|
-
local_target="$$target"; \
|
417
|
-
fi; \
|
418
|
-
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
419
|
-
|| eval $$failcom; \
|
420
|
-
done && test -z "$$fail"
|
421
|
-
tags-recursive:
|
422
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
423
|
-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
424
|
-
done
|
425
|
-
ctags-recursive:
|
426
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
427
|
-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
428
|
-
done
|
493
|
+
ID: $(am__tagged_files)
|
494
|
+
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
495
|
+
tags: tags-recursive
|
496
|
+
TAGS: tags
|
429
497
|
|
430
|
-
|
431
|
-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
432
|
-
unique=`for i in $$list; do \
|
433
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
434
|
-
done | \
|
435
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
436
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
437
|
-
mkid -fID $$unique
|
438
|
-
tags: TAGS
|
439
|
-
|
440
|
-
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
441
|
-
$(TAGS_FILES) $(LISP)
|
498
|
+
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
442
499
|
set x; \
|
443
500
|
here=`pwd`; \
|
444
501
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
@@ -454,12 +511,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
454
511
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
455
512
|
fi; \
|
456
513
|
done; \
|
457
|
-
|
458
|
-
unique=`for i in $$list; do \
|
459
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
460
|
-
done | \
|
461
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
462
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
514
|
+
$(am__define_uniq_tagged_files); \
|
463
515
|
shift; \
|
464
516
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
465
517
|
test -n "$$unique" || unique=$$empty_fix; \
|
@@ -471,15 +523,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
471
523
|
$$unique; \
|
472
524
|
fi; \
|
473
525
|
fi
|
474
|
-
ctags:
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
480
|
-
done | \
|
481
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
482
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
526
|
+
ctags: ctags-recursive
|
527
|
+
|
528
|
+
CTAGS: ctags
|
529
|
+
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
530
|
+
$(am__define_uniq_tagged_files); \
|
483
531
|
test -z "$(CTAGS_ARGS)$$unique" \
|
484
532
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
485
533
|
$$unique
|
@@ -488,6 +536,21 @@ GTAGS:
|
|
488
536
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
489
537
|
&& $(am__cd) $(top_srcdir) \
|
490
538
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
539
|
+
cscopelist: cscopelist-recursive
|
540
|
+
|
541
|
+
cscopelist-am: $(am__tagged_files)
|
542
|
+
list='$(am__tagged_files)'; \
|
543
|
+
case "$(srcdir)" in \
|
544
|
+
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
545
|
+
*) sdir=$(subdir)/$(srcdir) ;; \
|
546
|
+
esac; \
|
547
|
+
for i in $$list; do \
|
548
|
+
if test -f "$$i"; then \
|
549
|
+
echo "$(subdir)/$$i"; \
|
550
|
+
else \
|
551
|
+
echo "$$sdir/$$i"; \
|
552
|
+
fi; \
|
553
|
+
done >> $(top_builddir)/cscope.files
|
491
554
|
|
492
555
|
distclean-tags:
|
493
556
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
@@ -524,13 +587,10 @@ distdir: $(DISTFILES)
|
|
524
587
|
done
|
525
588
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
526
589
|
if test "$$subdir" = .; then :; else \
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
done
|
532
|
-
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
533
|
-
if test "$$subdir" = .; then :; else \
|
590
|
+
$(am__make_dryrun) \
|
591
|
+
|| test -d "$(distdir)/$$subdir" \
|
592
|
+
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
593
|
+
|| exit 1; \
|
534
594
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
535
595
|
$(am__relativize); \
|
536
596
|
new_distdir=$$reldir; \
|
@@ -661,24 +721,22 @@ ps-am:
|
|
661
721
|
|
662
722
|
uninstall-am: uninstall-binPROGRAMS
|
663
723
|
|
664
|
-
.MAKE: $(
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
install install-am install-
|
674
|
-
install-
|
675
|
-
install-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
|
681
|
-
uninstall uninstall-am uninstall-binPROGRAMS
|
724
|
+
.MAKE: $(am__recursive_targets) all check install install-am \
|
725
|
+
install-strip
|
726
|
+
|
727
|
+
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
728
|
+
check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
|
729
|
+
ctags ctags-am distclean distclean-compile distclean-generic \
|
730
|
+
distclean-hdr distclean-tags distdir dvi dvi-am html html-am \
|
731
|
+
info info-am install install-am install-binPROGRAMS \
|
732
|
+
install-data install-data-am install-dvi install-dvi-am \
|
733
|
+
install-exec install-exec-am install-html install-html-am \
|
734
|
+
install-info install-info-am install-man install-pdf \
|
735
|
+
install-pdf-am install-ps install-ps-am install-strip \
|
736
|
+
installcheck installcheck-am installdirs installdirs-am \
|
737
|
+
maintainer-clean maintainer-clean-generic mostlyclean \
|
738
|
+
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
|
739
|
+
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
|
682
740
|
|
683
741
|
|
684
742
|
$(tnef_OBJECTS): $(BUILT_OBJS)
|