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/cgi-bin
|
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:
|
@@ -0,0 +1,405 @@
|
|
1
|
+
# Makefile.in generated by automake 1.14 from Makefile.am.
|
2
|
+
# doc/www/htdocs/Makefile. Generated from Makefile.in by configure.
|
3
|
+
|
4
|
+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
5
|
+
|
6
|
+
# This Makefile.in is free software; the Free Software Foundation
|
7
|
+
# gives unlimited permission to copy and/or distribute it,
|
8
|
+
# with or without modifications, as long as this notice is preserved.
|
9
|
+
|
10
|
+
# This program is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
12
|
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
13
|
+
# PARTICULAR PURPOSE.
|
14
|
+
|
15
|
+
|
16
|
+
|
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))
|
62
|
+
pkgdatadir = $(datadir)/tnef
|
63
|
+
pkgincludedir = $(includedir)/tnef
|
64
|
+
pkglibdir = $(libdir)/tnef
|
65
|
+
pkglibexecdir = $(libexecdir)/tnef
|
66
|
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
67
|
+
install_sh_DATA = $(install_sh) -c -m 644
|
68
|
+
install_sh_PROGRAM = $(install_sh) -c
|
69
|
+
install_sh_SCRIPT = $(install_sh) -c
|
70
|
+
INSTALL_HEADER = $(INSTALL_DATA)
|
71
|
+
transform = $(program_transform_name)
|
72
|
+
NORMAL_INSTALL = :
|
73
|
+
PRE_INSTALL = :
|
74
|
+
POST_INSTALL = :
|
75
|
+
NORMAL_UNINSTALL = :
|
76
|
+
PRE_UNINSTALL = :
|
77
|
+
POST_UNINSTALL = :
|
78
|
+
subdir = doc/www/htdocs
|
79
|
+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
80
|
+
$(top_srcdir)/mkinstalldirs
|
81
|
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
82
|
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
83
|
+
$(top_srcdir)/configure.in
|
84
|
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
85
|
+
$(ACLOCAL_M4)
|
86
|
+
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
87
|
+
CONFIG_HEADER = $(top_builddir)/src/config.h
|
88
|
+
CONFIG_CLEAN_FILES =
|
89
|
+
CONFIG_CLEAN_VPATH_FILES =
|
90
|
+
AM_V_P = $(am__v_P_$(V))
|
91
|
+
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
|
92
|
+
am__v_P_0 = false
|
93
|
+
am__v_P_1 = :
|
94
|
+
AM_V_GEN = $(am__v_GEN_$(V))
|
95
|
+
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
96
|
+
am__v_GEN_0 = @echo " GEN " $@;
|
97
|
+
am__v_GEN_1 =
|
98
|
+
AM_V_at = $(am__v_at_$(V))
|
99
|
+
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
100
|
+
am__v_at_0 = @
|
101
|
+
am__v_at_1 =
|
102
|
+
SOURCES =
|
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)
|
110
|
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
111
|
+
ACLOCAL = aclocal-1.14
|
112
|
+
AMTAR = $${TAR-tar}
|
113
|
+
AM_DEFAULT_VERBOSITY = 1
|
114
|
+
AUTOCONF = autoconf
|
115
|
+
AUTOHEADER = autoheader
|
116
|
+
AUTOMAKE = automake-1.14
|
117
|
+
AWK = awk
|
118
|
+
CC = gcc
|
119
|
+
CCDEPMODE = depmode=gcc3
|
120
|
+
CFLAGS = -I/opt/boxen/homebrew/include
|
121
|
+
CPP = gcc -E
|
122
|
+
CPPFLAGS =
|
123
|
+
CXX = g++
|
124
|
+
CXXDEPMODE = depmode=gcc3
|
125
|
+
CXXFLAGS = -g -O2
|
126
|
+
CYGPATH_W = echo
|
127
|
+
DEFS = -DHAVE_CONFIG_H
|
128
|
+
DEPDIR = .deps
|
129
|
+
ECHO_C = \c
|
130
|
+
ECHO_N =
|
131
|
+
ECHO_T =
|
132
|
+
EGREP = /usr/bin/grep -E
|
133
|
+
EXEEXT =
|
134
|
+
GREP = /usr/bin/grep
|
135
|
+
INSTALL = /usr/bin/install -c
|
136
|
+
INSTALL_DATA = ${INSTALL} -m 644
|
137
|
+
INSTALL_PROGRAM = ${INSTALL}
|
138
|
+
INSTALL_SCRIPT = ${INSTALL}
|
139
|
+
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
140
|
+
LDFLAGS = -L/opt/boxen/homebrew/lib
|
141
|
+
LIBOBJS =
|
142
|
+
LIBS =
|
143
|
+
LN_S = ln -s
|
144
|
+
LTLIBOBJS =
|
145
|
+
MAINT = #
|
146
|
+
MAKEINFO = makeinfo
|
147
|
+
MKDIR_P = ../../.././install-sh -c -d
|
148
|
+
OBJEXT = o
|
149
|
+
PACKAGE = tnef
|
150
|
+
PACKAGE_BUGREPORT = verdammelt@users.sourceforge.net
|
151
|
+
PACKAGE_NAME = tnef
|
152
|
+
PACKAGE_STRING = tnef 1.4.10
|
153
|
+
PACKAGE_TARNAME = tnef
|
154
|
+
PACKAGE_URL =
|
155
|
+
PACKAGE_VERSION = 1.4.10
|
156
|
+
PATH_SEPARATOR = :
|
157
|
+
RANLIB = ranlib
|
158
|
+
SET_MAKE =
|
159
|
+
SHELL = /bin/sh
|
160
|
+
STRIP =
|
161
|
+
VERSION = 1.4.10
|
162
|
+
abs_builddir = /Users/mgrosser/Code/tools/tnef/ext/tnef/doc/www/htdocs
|
163
|
+
abs_srcdir = /Users/mgrosser/Code/tools/tnef/ext/tnef/doc/www/htdocs
|
164
|
+
abs_top_builddir = /Users/mgrosser/Code/tools/tnef/ext/tnef
|
165
|
+
abs_top_srcdir = /Users/mgrosser/Code/tools/tnef/ext/tnef
|
166
|
+
ac_ct_CC = gcc
|
167
|
+
ac_ct_CXX = g++
|
168
|
+
am__include = include
|
169
|
+
am__leading_dot = .
|
170
|
+
am__quote =
|
171
|
+
am__tar = $${TAR-tar} chof - "$$tardir"
|
172
|
+
am__untar = $${TAR-tar} xf -
|
173
|
+
bindir = ${exec_prefix}/bin
|
174
|
+
build_alias =
|
175
|
+
builddir = .
|
176
|
+
datadir = ${datarootdir}
|
177
|
+
datarootdir = ${prefix}/share
|
178
|
+
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
179
|
+
dvidir = ${docdir}
|
180
|
+
exec_prefix = ${prefix}
|
181
|
+
host_alias =
|
182
|
+
htmldir = ${docdir}
|
183
|
+
includedir = ${prefix}/include
|
184
|
+
infodir = ${datarootdir}/info
|
185
|
+
install_sh = ${SHELL} /Users/mgrosser/Code/tools/tnef/ext/tnef/install-sh
|
186
|
+
libdir = ${exec_prefix}/lib
|
187
|
+
libexecdir = ${exec_prefix}/libexec
|
188
|
+
localedir = ${datarootdir}/locale
|
189
|
+
localstatedir = ${prefix}/var
|
190
|
+
mandir = ${datarootdir}/man
|
191
|
+
mkdir_p = $(MKDIR_P)
|
192
|
+
oldincludedir = /usr/include
|
193
|
+
pdfdir = ${docdir}
|
194
|
+
prefix = /usr/local
|
195
|
+
program_transform_name = s,x,x,
|
196
|
+
psdir = ${docdir}
|
197
|
+
sbindir = ${exec_prefix}/sbin
|
198
|
+
sharedstatedir = ${prefix}/com
|
199
|
+
srcdir = .
|
200
|
+
sysconfdir = ${prefix}/etc
|
201
|
+
target_alias =
|
202
|
+
top_build_prefix = ../../../
|
203
|
+
top_builddir = ../../..
|
204
|
+
top_srcdir = ../../..
|
205
|
+
EXTRA_DIST =
|
206
|
+
WEB_DIST = index.html style.css
|
207
|
+
all: all-am
|
208
|
+
|
209
|
+
.SUFFIXES:
|
210
|
+
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
|
211
|
+
@for dep in $?; do \
|
212
|
+
case '$(am__configure_deps)' in \
|
213
|
+
*$$dep*) \
|
214
|
+
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
215
|
+
&& { if test -f $@; then exit 0; else break; fi; }; \
|
216
|
+
exit 1;; \
|
217
|
+
esac; \
|
218
|
+
done; \
|
219
|
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/www/htdocs/Makefile'; \
|
220
|
+
$(am__cd) $(top_srcdir) && \
|
221
|
+
$(AUTOMAKE) --gnu doc/www/htdocs/Makefile
|
222
|
+
.PRECIOUS: Makefile
|
223
|
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
224
|
+
@case '$?' in \
|
225
|
+
*config.status*) \
|
226
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
227
|
+
*) \
|
228
|
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
229
|
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
230
|
+
esac;
|
231
|
+
|
232
|
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
233
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
234
|
+
|
235
|
+
$(top_srcdir)/configure: # $(am__configure_deps)
|
236
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
237
|
+
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
|
238
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
239
|
+
$(am__aclocal_m4_deps):
|
240
|
+
tags TAGS:
|
241
|
+
|
242
|
+
ctags CTAGS:
|
243
|
+
|
244
|
+
cscope cscopelist:
|
245
|
+
|
246
|
+
|
247
|
+
distdir: $(DISTFILES)
|
248
|
+
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
249
|
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
250
|
+
list='$(DISTFILES)'; \
|
251
|
+
dist_files=`for file in $$list; do echo $$file; done | \
|
252
|
+
sed -e "s|^$$srcdirstrip/||;t" \
|
253
|
+
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
254
|
+
case $$dist_files in \
|
255
|
+
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
256
|
+
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
257
|
+
sort -u` ;; \
|
258
|
+
esac; \
|
259
|
+
for file in $$dist_files; do \
|
260
|
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
261
|
+
if test -d $$d/$$file; then \
|
262
|
+
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
263
|
+
if test -d "$(distdir)/$$file"; then \
|
264
|
+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
265
|
+
fi; \
|
266
|
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
267
|
+
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
268
|
+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
269
|
+
fi; \
|
270
|
+
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
271
|
+
else \
|
272
|
+
test -f "$(distdir)/$$file" \
|
273
|
+
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
274
|
+
|| exit 1; \
|
275
|
+
fi; \
|
276
|
+
done
|
277
|
+
check-am: all-am
|
278
|
+
check: check-am
|
279
|
+
all-am: Makefile
|
280
|
+
installdirs:
|
281
|
+
install: install-am
|
282
|
+
install-exec: install-exec-am
|
283
|
+
install-data: install-data-am
|
284
|
+
uninstall: uninstall-am
|
285
|
+
|
286
|
+
install-am: all-am
|
287
|
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
288
|
+
|
289
|
+
installcheck: installcheck-am
|
290
|
+
install-strip:
|
291
|
+
if test -z '$(STRIP)'; then \
|
292
|
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
293
|
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
294
|
+
install; \
|
295
|
+
else \
|
296
|
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
297
|
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
298
|
+
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
299
|
+
fi
|
300
|
+
mostlyclean-generic:
|
301
|
+
|
302
|
+
clean-generic:
|
303
|
+
|
304
|
+
distclean-generic:
|
305
|
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
306
|
+
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
307
|
+
|
308
|
+
maintainer-clean-generic:
|
309
|
+
@echo "This command is intended for maintainers to use"
|
310
|
+
@echo "it deletes files that may require special tools to rebuild."
|
311
|
+
clean: clean-am
|
312
|
+
|
313
|
+
clean-am: clean-generic mostlyclean-am
|
314
|
+
|
315
|
+
distclean: distclean-am
|
316
|
+
-rm -f Makefile
|
317
|
+
distclean-am: clean-am distclean-generic
|
318
|
+
|
319
|
+
dvi: dvi-am
|
320
|
+
|
321
|
+
dvi-am:
|
322
|
+
|
323
|
+
html: html-am
|
324
|
+
|
325
|
+
html-am:
|
326
|
+
|
327
|
+
info: info-am
|
328
|
+
|
329
|
+
info-am:
|
330
|
+
|
331
|
+
install-data-am:
|
332
|
+
|
333
|
+
install-dvi: install-dvi-am
|
334
|
+
|
335
|
+
install-dvi-am:
|
336
|
+
|
337
|
+
install-exec-am:
|
338
|
+
|
339
|
+
install-html: install-html-am
|
340
|
+
|
341
|
+
install-html-am:
|
342
|
+
|
343
|
+
install-info: install-info-am
|
344
|
+
|
345
|
+
install-info-am:
|
346
|
+
|
347
|
+
install-man:
|
348
|
+
|
349
|
+
install-pdf: install-pdf-am
|
350
|
+
|
351
|
+
install-pdf-am:
|
352
|
+
|
353
|
+
install-ps: install-ps-am
|
354
|
+
|
355
|
+
install-ps-am:
|
356
|
+
|
357
|
+
installcheck-am:
|
358
|
+
|
359
|
+
maintainer-clean: maintainer-clean-am
|
360
|
+
-rm -f Makefile
|
361
|
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
362
|
+
|
363
|
+
mostlyclean: mostlyclean-am
|
364
|
+
|
365
|
+
mostlyclean-am: mostlyclean-generic
|
366
|
+
|
367
|
+
pdf: pdf-am
|
368
|
+
|
369
|
+
pdf-am:
|
370
|
+
|
371
|
+
ps: ps-am
|
372
|
+
|
373
|
+
ps-am:
|
374
|
+
|
375
|
+
uninstall-am:
|
376
|
+
|
377
|
+
.MAKE: install-am install-strip
|
378
|
+
|
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
|
389
|
+
|
390
|
+
|
391
|
+
web-build: $(WEB_DIST)
|
392
|
+
|
393
|
+
web-test: web-build
|
394
|
+
for f in $(WEB_DIST); do \
|
395
|
+
scp $$f $(WEB_TEST_LOC); \
|
396
|
+
done
|
397
|
+
|
398
|
+
web-push: web-build
|
399
|
+
for f in $(WEB_DIST); do \
|
400
|
+
scp $$f $(WEB_LOC); \
|
401
|
+
done
|
402
|
+
|
403
|
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
404
|
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
405
|
+
.NOEXPORT:
|