]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/server/Makefile.in
hello world
[icculus/iodoom3.git] / neo / curl / tests / server / Makefile.in
1 # Makefile.in generated by automake 1.8.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
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 @SET_MAKE@
16
17 #***************************************************************************
18 #                                  _   _ ____  _
19 #  Project                     ___| | | |  _ \| |
20 #                             / __| | | | |_) | |
21 #                            | (__| |_| |  _ <| |___
22 #                             \___|\___/|_| \_\_____|
23 #
24 # Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
25 #
26 # This software is licensed as described in the file COPYING, which
27 # you should have received as part of this distribution. The terms
28 # are also available at http://curl.haxx.se/docs/copyright.html.
29 #
30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
31 # copies of the Software, and permit persons to whom the Software is
32 # furnished to do so, under the terms of the COPYING file.
33 #
34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
35 # KIND, either express or implied.
36 #
37 # $Id: Makefile.am,v 1.6 2004/03/09 21:49:46 bagder Exp $
38 ###########################################################################
39 # sws is the Silly Web Server
40 #
41 # Original http server code contributed by Georg Horn. Heavily modified since.
42 #
43
44 SOURCES = $(sws_SOURCES)
45
46 srcdir = @srcdir@
47 top_srcdir = @top_srcdir@
48 VPATH = @srcdir@
49 pkgdatadir = $(datadir)/@PACKAGE@
50 pkglibdir = $(libdir)/@PACKAGE@
51 pkgincludedir = $(includedir)/@PACKAGE@
52 top_builddir = ../..
53 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54 INSTALL = @INSTALL@
55 install_sh_DATA = $(install_sh) -c -m 644
56 install_sh_PROGRAM = $(install_sh) -c
57 install_sh_SCRIPT = $(install_sh) -c
58 INSTALL_HEADER = $(INSTALL_DATA)
59 transform = $(program_transform_name)
60 NORMAL_INSTALL = :
61 PRE_INSTALL = :
62 POST_INSTALL = :
63 NORMAL_UNINSTALL = :
64 PRE_UNINSTALL = :
65 POST_UNINSTALL = :
66 host_triplet = @host@
67 noinst_PROGRAMS = sws$(EXEEXT)
68 subdir = tests/server
69 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
70 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
72         $(top_srcdir)/configure.ac
73 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74         $(ACLOCAL_M4)
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76 CONFIG_HEADER = $(top_builddir)/lib/config.h \
77         $(top_builddir)/src/config.h
78 CONFIG_CLEAN_FILES =
79 PROGRAMS = $(noinst_PROGRAMS)
80 am_sws_OBJECTS = sws.$(OBJEXT) getpart.$(OBJEXT)
81 sws_OBJECTS = $(am_sws_OBJECTS)
82 sws_LDADD = $(LDADD)
83 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lib -I$(top_builddir)/src
84 depcomp = $(SHELL) $(top_srcdir)/depcomp
85 am__depfiles_maybe = depfiles
86 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/getpart.Po ./$(DEPDIR)/sws.Po
87 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
90         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91         $(AM_CFLAGS) $(CFLAGS)
92 CCLD = $(CC)
93 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94         $(AM_LDFLAGS) $(LDFLAGS) -o $@
95 SOURCES = $(sws_SOURCES)
96 DIST_SOURCES = $(sws_SOURCES)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 AMDEP_FALSE = @AMDEP_FALSE@
102 AMDEP_TRUE = @AMDEP_TRUE@
103 AMTAR = @AMTAR@
104 AR = @AR@
105 AS = @AS@
106 AUTOCONF = @AUTOCONF@
107 AUTOHEADER = @AUTOHEADER@
108 AUTOMAKE = @AUTOMAKE@
109 AWK = @AWK@
110 CABUNDLE_FALSE = @CABUNDLE_FALSE@
111 CABUNDLE_TRUE = @CABUNDLE_TRUE@
112 CC = @CC@
113 CCDEPMODE = @CCDEPMODE@
114 CFLAGS = @CFLAGS@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
118 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
119 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
120 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
121 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
122 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
123 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
124 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = @DEFS@
131 DEPDIR = @DEPDIR@
132 DLLTOOL = @DLLTOOL@
133 ECHO = @ECHO@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 F77 = @F77@
140 FFLAGS = @FFLAGS@
141 HAVE_ARES = @HAVE_ARES@
142 HAVE_LIBZ = @HAVE_LIBZ@
143 HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
144 HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
145 INSTALL_DATA = @INSTALL_DATA@
146 INSTALL_PROGRAM = @INSTALL_PROGRAM@
147 INSTALL_SCRIPT = @INSTALL_SCRIPT@
148 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149 IPV6_ENABLED = @IPV6_ENABLED@
150 KRB4_ENABLED = @KRB4_ENABLED@
151 LDFLAGS = @LDFLAGS@
152 LIBOBJS = @LIBOBJS@
153 LIBS = @LIBS@
154 LIBTOOL = @LIBTOOL@
155 LN_S = @LN_S@
156 LTLIBOBJS = @LTLIBOBJS@
157 MAINT = @MAINT@
158 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
159 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
160 MAKEINFO = @MAKEINFO@
161 MANOPT = @MANOPT@
162 MIMPURE_FALSE = @MIMPURE_FALSE@
163 MIMPURE_TRUE = @MIMPURE_TRUE@
164 NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
165 NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
166 NROFF = @NROFF@
167 OBJDUMP = @OBJDUMP@
168 OBJEXT = @OBJEXT@
169 OPENSSL_ENABLED = @OPENSSL_ENABLED@
170 PACKAGE = @PACKAGE@
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172 PACKAGE_NAME = @PACKAGE_NAME@
173 PACKAGE_STRING = @PACKAGE_STRING@
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
175 PACKAGE_VERSION = @PACKAGE_VERSION@
176 PATH_SEPARATOR = @PATH_SEPARATOR@
177 PERL = @PERL@
178 PKGADD_NAME = @PKGADD_NAME@
179 PKGADD_PKG = @PKGADD_PKG@
180 PKGADD_VENDOR = @PKGADD_VENDOR@
181 PKGCONFIG = @PKGCONFIG@
182 RANDOM_FILE = @RANDOM_FILE@
183 RANLIB = @RANLIB@
184 SED = @SED@
185 SET_MAKE = @SET_MAKE@
186 SHELL = @SHELL@
187 STRIP = @STRIP@
188 USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
189 USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
190 VERSION = @VERSION@
191 VERSIONNUM = @VERSIONNUM@
192 YACC = @YACC@
193 ac_ct_AR = @ac_ct_AR@
194 ac_ct_AS = @ac_ct_AS@
195 ac_ct_CC = @ac_ct_CC@
196 ac_ct_CXX = @ac_ct_CXX@
197 ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
198 ac_ct_F77 = @ac_ct_F77@
199 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
200 ac_ct_RANLIB = @ac_ct_RANLIB@
201 ac_ct_STRIP = @ac_ct_STRIP@
202 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
203 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
204 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
205 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
206 am__include = @am__include@
207 am__leading_dot = @am__leading_dot@
208 am__quote = @am__quote@
209 bindir = @bindir@
210 build = @build@
211 build_alias = @build_alias@
212 build_cpu = @build_cpu@
213 build_os = @build_os@
214 build_vendor = @build_vendor@
215 datadir = @datadir@
216 exec_prefix = @exec_prefix@
217 host = @host@
218 host_alias = @host_alias@
219 host_cpu = @host_cpu@
220 host_os = @host_os@
221 host_vendor = @host_vendor@
222 includedir = @includedir@
223 infodir = @infodir@
224 install_sh = @install_sh@
225 libdir = @libdir@
226 libexecdir = @libexecdir@
227 localstatedir = @localstatedir@
228 mandir = @mandir@
229 mkdir_p = @mkdir_p@
230 oldincludedir = @oldincludedir@
231 prefix = @prefix@
232 program_transform_name = @program_transform_name@
233 sbindir = @sbindir@
234 sharedstatedir = @sharedstatedir@
235 subdirs = @subdirs@
236 sysconfdir = @sysconfdir@
237 target_alias = @target_alias@
238 AUTOMAKE_OPTIONS = foreign
239 INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include
240 sws_SOURCES = sws.c getpart.c getpart.h
241 extra_DIST = config.h.in
242 all: all-am
243
244 .SUFFIXES:
245 .SUFFIXES: .c .lo .o .obj
246 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
247         @for dep in $?; do \
248           case '$(am__configure_deps)' in \
249             *$$dep*) \
250               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
251                 && exit 0; \
252               exit 1;; \
253           esac; \
254         done; \
255         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/server/Makefile'; \
256         cd $(top_srcdir) && \
257           $(AUTOMAKE) --foreign  tests/server/Makefile
258 .PRECIOUS: Makefile
259 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260         @case '$?' in \
261           *config.status*) \
262             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263           *) \
264             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
265             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
266         esac;
267
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
271 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
276 clean-noinstPROGRAMS:
277         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
278           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
279           echo " rm -f $$p $$f"; \
280           rm -f $$p $$f ; \
281         done
282 sws$(EXEEXT): $(sws_OBJECTS) $(sws_DEPENDENCIES) 
283         @rm -f sws$(EXEEXT)
284         $(LINK) $(sws_LDFLAGS) $(sws_OBJECTS) $(sws_LDADD) $(LIBS)
285
286 mostlyclean-compile:
287         -rm -f *.$(OBJEXT)
288
289 distclean-compile:
290         -rm -f *.tab.c
291
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpart.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sws.Po@am__quote@
294
295 .c.o:
296 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
297 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
300 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
302
303 .c.obj:
304 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
305 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
308 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
310
311 .c.lo:
312 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
313 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
318
319 mostlyclean-libtool:
320         -rm -f *.lo
321
322 clean-libtool:
323         -rm -rf .libs _libs
324
325 distclean-libtool:
326         -rm -f libtool
327 uninstall-info-am:
328
329 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
330         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331         unique=`for i in $$list; do \
332             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333           done | \
334           $(AWK) '    { files[$$0] = 1; } \
335                END { for (i in files) print i; }'`; \
336         mkid -fID $$unique
337 tags: TAGS
338
339 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340                 $(TAGS_FILES) $(LISP)
341         tags=; \
342         here=`pwd`; \
343         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344         unique=`for i in $$list; do \
345             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346           done | \
347           $(AWK) '    { files[$$0] = 1; } \
348                END { for (i in files) print i; }'`; \
349         test -z "$(ETAGS_ARGS)$$tags$$unique" \
350           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351              $$tags $$unique
352 ctags: CTAGS
353 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354                 $(TAGS_FILES) $(LISP)
355         tags=; \
356         here=`pwd`; \
357         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
358         unique=`for i in $$list; do \
359             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360           done | \
361           $(AWK) '    { files[$$0] = 1; } \
362                END { for (i in files) print i; }'`; \
363         test -z "$(CTAGS_ARGS)$$tags$$unique" \
364           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
365              $$tags $$unique
366
367 GTAGS:
368         here=`$(am__cd) $(top_builddir) && pwd` \
369           && cd $(top_srcdir) \
370           && gtags -i $(GTAGS_ARGS) $$here
371
372 distclean-tags:
373         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
375 distdir: $(DISTFILES)
376         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
377         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
378         list='$(DISTFILES)'; for file in $$list; do \
379           case $$file in \
380             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
381             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
382           esac; \
383           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
385           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
386             dir="/$$dir"; \
387             $(mkdir_p) "$(distdir)$$dir"; \
388           else \
389             dir=''; \
390           fi; \
391           if test -d $$d/$$file; then \
392             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
393               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
394             fi; \
395             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
396           else \
397             test -f $(distdir)/$$file \
398             || cp -p $$d/$$file $(distdir)/$$file \
399             || exit 1; \
400           fi; \
401         done
402 check-am: all-am
403 check: check-am
404 all-am: Makefile $(PROGRAMS)
405 installdirs:
406 install: install-am
407 install-exec: install-exec-am
408 install-data: install-data-am
409 uninstall: uninstall-am
410
411 install-am: all-am
412         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
413
414 installcheck: installcheck-am
415 install-strip:
416         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418           `test -z '$(STRIP)' || \
419             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
420 mostlyclean-generic:
421
422 clean-generic:
423
424 distclean-generic:
425         -rm -f $(CONFIG_CLEAN_FILES)
426
427 maintainer-clean-generic:
428         @echo "This command is intended for maintainers to use"
429         @echo "it deletes files that may require special tools to rebuild."
430 clean: clean-am
431
432 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
433         mostlyclean-am
434
435 distclean: distclean-am
436         -rm -rf ./$(DEPDIR)
437         -rm -f Makefile
438 distclean-am: clean-am distclean-compile distclean-generic \
439         distclean-libtool distclean-tags
440
441 dvi: dvi-am
442
443 dvi-am:
444
445 html: html-am
446
447 info: info-am
448
449 info-am:
450
451 install-data-am:
452
453 install-exec-am:
454
455 install-info: install-info-am
456
457 install-man:
458
459 installcheck-am:
460
461 maintainer-clean: maintainer-clean-am
462         -rm -rf ./$(DEPDIR)
463         -rm -f Makefile
464 maintainer-clean-am: distclean-am maintainer-clean-generic
465
466 mostlyclean: mostlyclean-am
467
468 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
469         mostlyclean-libtool
470
471 pdf: pdf-am
472
473 pdf-am:
474
475 ps: ps-am
476
477 ps-am:
478
479 uninstall-am: uninstall-info-am
480
481 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
482         clean-libtool clean-noinstPROGRAMS ctags distclean \
483         distclean-compile distclean-generic distclean-libtool \
484         distclean-tags distdir dvi dvi-am html html-am info info-am \
485         install install-am install-data install-data-am install-exec \
486         install-exec-am install-info install-info-am install-man \
487         install-strip installcheck installcheck-am installdirs \
488         maintainer-clean maintainer-clean-generic mostlyclean \
489         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
490         pdf pdf-am ps ps-am tags uninstall uninstall-am \
491         uninstall-info-am
492
493 # Tell versions [3.59,3.63) of GNU make to not export all variables.
494 # Otherwise a system limit (for SysV at least) may be exceeded.
495 .NOEXPORT: