|
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am |
|
2 |
|
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
|
4 # This Makefile.in is free software; the Free Software Foundation |
|
5 # gives unlimited permission to copy and/or distribute it, |
|
6 # with or without modifications, as long as this notice is preserved. |
|
7 |
|
8 # This program is distributed in the hope that it will be useful, |
|
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|
11 # PARTICULAR PURPOSE. |
|
12 |
|
13 |
|
14 SHELL = @SHELL@ |
|
15 |
|
16 srcdir = @srcdir@ |
|
17 top_srcdir = @top_srcdir@ |
|
18 VPATH = @srcdir@ |
|
19 prefix = @prefix@ |
|
20 exec_prefix = @exec_prefix@ |
|
21 |
|
22 bindir = @bindir@ |
|
23 sbindir = @sbindir@ |
|
24 libexecdir = @libexecdir@ |
|
25 datadir = @datadir@ |
|
26 sysconfdir = @sysconfdir@ |
|
27 sharedstatedir = @sharedstatedir@ |
|
28 localstatedir = @localstatedir@ |
|
29 libdir = @libdir@ |
|
30 infodir = @infodir@ |
|
31 mandir = @mandir@ |
|
32 includedir = @includedir@ |
|
33 oldincludedir = /usr/include |
|
34 |
|
35 DESTDIR = |
|
36 |
|
37 pkgdatadir = $(datadir)/@PACKAGE@ |
|
38 pkglibdir = $(libdir)/@PACKAGE@ |
|
39 pkgincludedir = $(includedir)/@PACKAGE@ |
|
40 |
|
41 top_builddir = ../.. |
|
42 |
|
43 ACLOCAL = @ACLOCAL@ |
|
44 AUTOCONF = @AUTOCONF@ |
|
45 AUTOMAKE = @AUTOMAKE@ |
|
46 AUTOHEADER = @AUTOHEADER@ |
|
47 |
|
48 INSTALL = @INSTALL@ |
|
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|
50 INSTALL_DATA = @INSTALL_DATA@ |
|
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|
52 INSTALL_STRIP_FLAG = |
|
53 transform = @program_transform_name@ |
|
54 |
|
55 NORMAL_INSTALL = : |
|
56 PRE_INSTALL = : |
|
57 POST_INSTALL = : |
|
58 NORMAL_UNINSTALL = : |
|
59 PRE_UNINSTALL = : |
|
60 POST_UNINSTALL = : |
|
61 CC = @CC@ |
|
62 CDBPROGS = @CDBPROGS@ |
|
63 CDBSCRIPTS = @CDBSCRIPTS@ |
|
64 CXX = @CXX@ |
|
65 HTML2TXT = @HTML2TXT@ |
|
66 LN = @LN@ |
|
67 LYNX = @LYNX@ |
|
68 MAKEINFO = @MAKEINFO@ |
|
69 MKDIR = @MKDIR@ |
|
70 PACKAGE = @PACKAGE@ |
|
71 POD2HTML = @POD2HTML@ |
|
72 POD2MAN = @POD2MAN@ |
|
73 PYTHON = @PYTHON@ |
|
74 RANLIB = @RANLIB@ |
|
75 RM = @RM@ |
|
76 STRIP = @STRIP@ |
|
77 SUFFIXES = @SUFFIXES@ |
|
78 VERSION = @VERSION@ |
|
79 W3M = @W3M@ |
|
80 cgidir = @cgidir@ |
|
81 phpdir = @phpdir@ |
|
82 pythonlibdir = @pythonlibdir@ |
|
83 |
|
84 noinst_LIBRARIES = libcgi.a |
|
85 |
|
86 INCLUDES = -I.. |
|
87 |
|
88 libcgi_a_SOURCES = cgi-args.h cgi-args.cc cgi-base.h cgi-base.cc |
|
89 |
|
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
91 CONFIG_HEADER = ../../config.h |
|
92 CONFIG_CLEAN_FILES = |
|
93 LIBRARIES = $(noinst_LIBRARIES) |
|
94 |
|
95 |
|
96 DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
|
97 CPPFLAGS = @CPPFLAGS@ |
|
98 LDFLAGS = @LDFLAGS@ |
|
99 LIBS = @LIBS@ |
|
100 libcgi_a_LIBADD = |
|
101 libcgi_a_OBJECTS = cgi-args.o cgi-base.o |
|
102 AR = ar |
|
103 CXXFLAGS = @CXXFLAGS@ |
|
104 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
105 CXXLD = $(CXX) |
|
106 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
|
107 CFLAGS = @CFLAGS@ |
|
108 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
109 CCLD = $(CC) |
|
110 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
|
111 DIST_COMMON = ChangeLog Makefile.am Makefile.in |
|
112 |
|
113 |
|
114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
115 |
|
116 TAR = gtar |
|
117 GZIP_ENV = --best |
|
118 SOURCES = $(libcgi_a_SOURCES) |
|
119 OBJECTS = $(libcgi_a_OBJECTS) |
|
120 |
|
121 all: all-redirect |
|
122 .SUFFIXES: |
|
123 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@ |
|
124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
125 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/cgi/Makefile |
|
126 |
|
127 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
128 cd $(top_builddir) \ |
|
129 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
130 |
|
131 |
|
132 mostlyclean-noinstLIBRARIES: |
|
133 |
|
134 clean-noinstLIBRARIES: |
|
135 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
|
136 |
|
137 distclean-noinstLIBRARIES: |
|
138 |
|
139 maintainer-clean-noinstLIBRARIES: |
|
140 |
|
141 .c.o: |
|
142 $(COMPILE) -c $< |
|
143 |
|
144 .s.o: |
|
145 $(COMPILE) -c $< |
|
146 |
|
147 .S.o: |
|
148 $(COMPILE) -c $< |
|
149 |
|
150 mostlyclean-compile: |
|
151 -rm -f *.o core *.core |
|
152 |
|
153 clean-compile: |
|
154 |
|
155 distclean-compile: |
|
156 -rm -f *.tab.c |
|
157 |
|
158 maintainer-clean-compile: |
|
159 |
|
160 libcgi.a: $(libcgi_a_OBJECTS) $(libcgi_a_DEPENDENCIES) |
|
161 -rm -f libcgi.a |
|
162 $(AR) cru libcgi.a $(libcgi_a_OBJECTS) $(libcgi_a_LIBADD) |
|
163 $(RANLIB) libcgi.a |
|
164 .cc.o: |
|
165 $(CXXCOMPILE) -c $< |
|
166 |
|
167 tags: TAGS |
|
168 |
|
169 ID: $(HEADERS) $(SOURCES) $(LISP) |
|
170 list='$(SOURCES) $(HEADERS)'; \ |
|
171 unique=`for i in $$list; do echo $$i; done | \ |
|
172 awk ' { files[$$0] = 1; } \ |
|
173 END { for (i in files) print i; }'`; \ |
|
174 here=`pwd` && cd $(srcdir) \ |
|
175 && mkid -f$$here/ID $$unique $(LISP) |
|
176 |
|
177 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
|
178 tags=; \ |
|
179 here=`pwd`; \ |
|
180 list='$(SOURCES) $(HEADERS)'; \ |
|
181 unique=`for i in $$list; do echo $$i; done | \ |
|
182 awk ' { files[$$0] = 1; } \ |
|
183 END { for (i in files) print i; }'`; \ |
|
184 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
|
185 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
|
186 |
|
187 mostlyclean-tags: |
|
188 |
|
189 clean-tags: |
|
190 |
|
191 distclean-tags: |
|
192 -rm -f TAGS ID |
|
193 |
|
194 maintainer-clean-tags: |
|
195 |
|
196 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
|
197 |
|
198 subdir = lib/cgi |
|
199 |
|
200 distdir: $(DISTFILES) |
|
201 @for file in $(DISTFILES); do \ |
|
202 d=$(srcdir); \ |
|
203 if test -d $$d/$$file; then \ |
|
204 cp -pr $$d/$$file $(distdir)/$$file; \ |
|
205 else \ |
|
206 test -f $(distdir)/$$file \ |
|
207 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|
208 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
|
209 fi; \ |
|
210 done |
|
211 cgi-args.o: cgi-args.cc ../../config.h cgi-args.h ../mystring/mystring.h \ |
|
212 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
213 ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
|
214 cgi-base.o: cgi-base.cc ../../config.h ../ac/time.h cgi-base.h \ |
|
215 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
216 ../mystring/join.h ../cgi/cgi-args.h ../fdbuf/fdbuf.h \ |
|
217 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
|
218 |
|
219 info-am: |
|
220 info: info-am |
|
221 dvi-am: |
|
222 dvi: dvi-am |
|
223 check-am: all-am |
|
224 check: check-am |
|
225 installcheck-am: |
|
226 installcheck: installcheck-am |
|
227 install-exec-am: |
|
228 install-exec: install-exec-am |
|
229 |
|
230 install-data-am: |
|
231 install-data: install-data-am |
|
232 |
|
233 install-am: all-am |
|
234 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
235 install: install-am |
|
236 uninstall-am: |
|
237 uninstall: uninstall-am |
|
238 all-am: Makefile $(LIBRARIES) |
|
239 all-redirect: all-am |
|
240 install-strip: |
|
241 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
|
242 installdirs: |
|
243 |
|
244 |
|
245 mostlyclean-generic: |
|
246 |
|
247 clean-generic: |
|
248 |
|
249 distclean-generic: |
|
250 -rm -f Makefile $(CONFIG_CLEAN_FILES) |
|
251 -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
252 |
|
253 maintainer-clean-generic: |
|
254 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
|
255 mostlyclean-tags mostlyclean-generic |
|
256 |
|
257 mostlyclean: mostlyclean-am |
|
258 |
|
259 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ |
|
260 mostlyclean-am |
|
261 |
|
262 clean: clean-am |
|
263 |
|
264 distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
|
265 distclean-tags distclean-generic clean-am |
|
266 |
|
267 distclean: distclean-am |
|
268 |
|
269 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
|
270 maintainer-clean-compile maintainer-clean-tags \ |
|
271 maintainer-clean-generic distclean-am |
|
272 @echo "This command is intended for maintainers to use;" |
|
273 @echo "it deletes files that may require special tools to rebuild." |
|
274 |
|
275 maintainer-clean: maintainer-clean-am |
|
276 |
|
277 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
|
278 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
|
279 mostlyclean-compile distclean-compile clean-compile \ |
|
280 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ |
|
281 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ |
|
282 check-am installcheck-am installcheck install-exec-am install-exec \ |
|
283 install-data-am install-data install-am install uninstall-am uninstall \ |
|
284 all-redirect all-am all installdirs mostlyclean-generic \ |
|
285 distclean-generic clean-generic maintainer-clean-generic clean \ |
|
286 mostlyclean distclean maintainer-clean |
|
287 |
|
288 |
|
289 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
290 # Otherwise a system limit (for SysV at least) may be exceeded. |
|
291 .NOEXPORT: |