root/wifidog/wifidog-client/src/Makefile.in

Revision 340, 16.3 kB (checked in by florida, 2 years ago)

version initiale wifidog-1.1.3-rc1

Line 
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  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 # $Id: Makefile.am 1121 2006-10-27 06:11:22Z benoitg $
19 #
20
21
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 bin_PROGRAMS = wifidog$(EXEEXT) wdctl$(EXEEXT)
41 subdir = src
42 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 am__installdirs = "$(DESTDIR)$(bindir)"
52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53 PROGRAMS = $(bin_PROGRAMS)
54 am_wdctl_OBJECTS = wdctl.$(OBJEXT)
55 wdctl_OBJECTS = $(am_wdctl_OBJECTS)
56 wdctl_LDADD = $(LDADD)
57 am_wifidog_OBJECTS = commandline.$(OBJEXT) conf.$(OBJEXT) \
58         debug.$(OBJEXT) fw_iptables.$(OBJEXT) firewall.$(OBJEXT) \
59         gateway.$(OBJEXT) centralserver.$(OBJEXT) http.$(OBJEXT) \
60         auth.$(OBJEXT) client_list.$(OBJEXT) util.$(OBJEXT) \
61         wdctl_thread.$(OBJEXT) ping_thread.$(OBJEXT) safe.$(OBJEXT) \
62         httpd_thread.$(OBJEXT)
63 wifidog_OBJECTS = $(am_wifidog_OBJECTS)
64 wifidog_DEPENDENCIES = $(top_builddir)/libhttpd/libhttpd.la
65 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
66 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
67 am__depfiles_maybe = depfiles
68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 CCLD = $(CC)
74 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76         $(LDFLAGS) -o $@
77 SOURCES = $(wdctl_SOURCES) $(wifidog_SOURCES)
78 DIST_SOURCES = $(wdctl_SOURCES) $(wifidog_SOURCES)
79 HEADERS = $(noinst_HEADERS)
80 ETAGS = etags
81 CTAGS = ctags
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83 ACLOCAL = @ACLOCAL@
84 AMTAR = @AMTAR@
85 AR = @AR@
86 AUTOCONF = @AUTOCONF@
87 AUTOHEADER = @AUTOHEADER@
88 AUTOMAKE = @AUTOMAKE@
89 AWK = @AWK@
90 BUILDROOT = @BUILDROOT@
91 CC = @CC@
92 CCDEPMODE = @CCDEPMODE@
93 CFLAGS = @CFLAGS@
94 CPP = @CPP@
95 CPPFLAGS = @CPPFLAGS@
96 CXX = @CXX@
97 CXXCPP = @CXXCPP@
98 CXXDEPMODE = @CXXDEPMODE@
99 CXXFLAGS = @CXXFLAGS@
100 CYGPATH_W = @CYGPATH_W@
101 DEFS = @DEFS@
102 DEPDIR = @DEPDIR@
103 DOT = @DOT@
104 DOXYGEN = @DOXYGEN@
105 ECHO = @ECHO@
106 ECHO_C = @ECHO_C@
107 ECHO_N = @ECHO_N@
108 ECHO_T = @ECHO_T@
109 EGREP = @EGREP@
110 EXEEXT = @EXEEXT@
111 F77 = @F77@
112 FFLAGS = @FFLAGS@
113 GREP = @GREP@
114 INSTALL = @INSTALL@
115 INSTALL_DATA = @INSTALL_DATA@
116 INSTALL_PROGRAM = @INSTALL_PROGRAM@
117 INSTALL_SCRIPT = @INSTALL_SCRIPT@
118 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119 LDFLAGS = @LDFLAGS@
120 LIBOBJS = @LIBOBJS@
121 LIBS = @LIBS@
122 LIBTOOL = @LIBTOOL@
123 LN_S = @LN_S@
124 LTLIBOBJS = @LTLIBOBJS@
125 MAINT = @MAINT@
126 MAKEINFO = @MAKEINFO@
127 MKDIR_P = @MKDIR_P@
128 OBJEXT = @OBJEXT@
129 PACKAGE = @PACKAGE@
130 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131 PACKAGE_NAME = @PACKAGE_NAME@
132 PACKAGE_STRING = @PACKAGE_STRING@
133 PACKAGE_TARNAME = @PACKAGE_TARNAME@
134 PACKAGE_VERSION = @PACKAGE_VERSION@
135 PATH_SEPARATOR = @PATH_SEPARATOR@
136 RANLIB = @RANLIB@
137 SET_MAKE = @SET_MAKE@
138 SHELL = @SHELL@
139 STRIP = @STRIP@
140 VERSION = @VERSION@
141 WIFIDOG_MAJOR_VERSION = @WIFIDOG_MAJOR_VERSION@
142 WIFIDOG_MICRO_VERSION = @WIFIDOG_MICRO_VERSION@
143 WIFIDOG_MINOR_VERSION = @WIFIDOG_MINOR_VERSION@
144 WIFIDOG_VERSION = @WIFIDOG_VERSION@
145 abs_builddir = @abs_builddir@
146 abs_srcdir = @abs_srcdir@
147 abs_top_builddir = @abs_top_builddir@
148 abs_top_srcdir = @abs_top_srcdir@
149 ac_ct_CC = @ac_ct_CC@
150 ac_ct_CXX = @ac_ct_CXX@
151 ac_ct_F77 = @ac_ct_F77@
152 am__include = @am__include@
153 am__leading_dot = @am__leading_dot@
154 am__quote = @am__quote@
155 am__tar = @am__tar@
156 am__untar = @am__untar@
157 bindir = @bindir@
158 build = @build@
159 build_alias = @build_alias@
160 build_cpu = @build_cpu@
161 build_os = @build_os@
162 build_vendor = @build_vendor@
163 builddir = @builddir@
164 datadir = @datadir@
165 datarootdir = @datarootdir@
166 docdir = @docdir@
167 dvidir = @dvidir@
168 enable_dot = @enable_dot@
169 enable_html_docs = @enable_html_docs@
170 enable_latex_docs = @enable_latex_docs@
171 exec_prefix = @exec_prefix@
172 host = @host@
173 host_alias = @host_alias@
174 host_cpu = @host_cpu@
175 host_os = @host_os@
176 host_vendor = @host_vendor@
177 htmldir = @htmldir@
178 includedir = @includedir@
179 infodir = @infodir@
180 install_sh = @install_sh@
181 libdir = @libdir@
182 libexecdir = @libexecdir@
183 localedir = @localedir@
184 localstatedir = @localstatedir@
185 mandir = @mandir@
186 mkdir_p = @mkdir_p@
187 oldincludedir = @oldincludedir@
188 pdfdir = @pdfdir@
189 prefix = @prefix@
190 program_transform_name = @program_transform_name@
191 psdir = @psdir@
192 sbindir = @sbindir@
193 sharedstatedir = @sharedstatedir@
194 srcdir = @srcdir@
195 sysconfdir = @sysconfdir@
196 target_alias = @target_alias@
197 top_builddir = @top_builddir@
198 top_srcdir = @top_srcdir@
199 AM_CPPFLAGS = \
200         -I${top_srcdir}/libhttpd/ \
201         -DSYSCONFDIR='"$(sysconfdir)"'
202
203 wifidog_LDADD = $(top_builddir)/libhttpd/libhttpd.la
204 wifidog_SOURCES = commandline.c \
205         conf.c \
206         debug.c \
207         fw_iptables.c \
208         firewall.c \
209         gateway.c \
210         centralserver.c \
211         http.c \
212         auth.c \
213         client_list.c \
214         util.c \
215         wdctl_thread.c \
216         ping_thread.c \
217         safe.c \
218         httpd_thread.c
219
220 noinst_HEADERS = commandline.h \
221         common.h \
222         conf.h \
223         debug.h \
224         fw_iptables.h \
225         firewall.h \
226         gateway.h \
227         centralserver.h \
228         http.h \
229         auth.h \
230         client_list.h \
231         util.h \
232         wdctl_thread.h \
233         wdctl.h \
234         ping_thread.h \
235         safe.h \
236         httpd_thread.h
237
238 wdctl_SOURCES = wdctl.c
239 all: all-am
240
241 .SUFFIXES:
242 .SUFFIXES: .c .lo .o .obj
243 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
244         @for dep in $?; do \
245           case '$(am__configure_deps)' in \
246             *$$dep*) \
247               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
248                 && exit 0; \
249               exit 1;; \
250           esac; \
251         done; \
252         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
253         cd $(top_srcdir) && \
254           $(AUTOMAKE) --gnu  src/Makefile
255 .PRECIOUS: Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257         @case '$?' in \
258           *config.status*) \
259             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260           *) \
261             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263         esac;
264
265 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
271         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272 install-binPROGRAMS: $(bin_PROGRAMS)
273         @$(NORMAL_INSTALL)
274         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
275         @list='$(bin_PROGRAMS)'; for p in $$list; do \
276           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
277           if test -f $$p \
278              || test -f $$p1 \
279           ; then \
280             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
281            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
282            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
283           else :; fi; \
284         done
285
286 uninstall-binPROGRAMS:
287         @$(NORMAL_UNINSTALL)
288         @list='$(bin_PROGRAMS)'; for p in $$list; do \
289           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
290           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
291           rm -f "$(DESTDIR)$(bindir)/$$f"; \
292         done
293
294 clean-binPROGRAMS:
295         @list='$(bin_PROGRAMS)'; for p in $$list; do \
296           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
297           echo " rm -f $$p $$f"; \
298           rm -f $$p $$f ; \
299         done
300 wdctl$(EXEEXT): $(wdctl_OBJECTS) $(wdctl_DEPENDENCIES)
301         @rm -f wdctl$(EXEEXT)
302         $(LINK) $(wdctl_OBJECTS) $(wdctl_LDADD) $(LIBS)
303 wifidog$(EXEEXT): $(wifidog_OBJECTS) $(wifidog_DEPENDENCIES)
304         @rm -f wifidog$(EXEEXT)
305         $(LINK) $(wifidog_OBJECTS) $(wifidog_LDADD) $(LIBS)
306
307 mostlyclean-compile:
308         -rm -f *.$(OBJEXT)
309
310 distclean-compile:
311         -rm -f *.tab.c
312
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/centralserver.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_list.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commandline.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firewall.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fw_iptables.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gateway.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/httpd_thread.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping_thread.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wdctl.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wdctl_thread.Po@am__quote@
329
330 .c.o:
331 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
332 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
336
337 .c.obj:
338 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
339 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
343
344 .c.lo:
345 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
350
351 mostlyclean-libtool:
352         -rm -f *.lo
353
354 clean-libtool:
355         -rm -rf .libs _libs
356
357 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359         unique=`for i in $$list; do \
360             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361           done | \
362           $(AWK) '    { files[$$0] = 1; } \
363                END { for (i in files) print i; }'`; \
364         mkid -fID $$unique
365 tags: TAGS
366
367 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368                 $(TAGS_FILES) $(LISP)
369         tags=; \
370         here=`pwd`; \
371         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '    { files[$$0] = 1; } \
376                END { for (i in files) print i; }'`; \
377         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
378           test -n "$$unique" || unique=$$empty_fix; \
379           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380             $$tags $$unique; \
381         fi
382 ctags: CTAGS
383 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384                 $(TAGS_FILES) $(LISP)
385         tags=; \
386         here=`pwd`; \
387         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388         unique=`for i in $$list; do \
389             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390           done | \
391           $(AWK) '    { files[$$0] = 1; } \
392                END { for (i in files) print i; }'`; \
393         test -z "$(CTAGS_ARGS)$$tags$$unique" \
394           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395              $$tags $$unique
396
397 GTAGS:
398         here=`$(am__cd) $(top_builddir) && pwd` \
399           && cd $(top_srcdir) \
400           && gtags -i $(GTAGS_ARGS) $$here
401
402 distclean-tags:
403         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404
405 distdir: $(DISTFILES)
406         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408         list='$(DISTFILES)'; \
409           dist_files=`for file in $$list; do echo $$file; done | \
410           sed -e "s|^$$srcdirstrip/||;t" \
411               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
412         case $$dist_files in \
413           */*) $(MKDIR_P) `echo "$$dist_files" | \
414                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415                            sort -u` ;; \
416         esac; \
417         for file in $$dist_files; do \
418           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
419           if test -d $$d/$$file; then \
420             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
421             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
423             fi; \
424             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
425           else \
426             test -f $(distdir)/$$file \
427             || cp -p $$d/$$file $(distdir)/$$file \
428             || exit 1; \
429           fi; \
430         done
431 check-am: all-am
432 check: check-am
433 all-am: Makefile $(PROGRAMS) $(HEADERS)
434 installdirs:
435         for dir in "$(DESTDIR)$(bindir)"; do \
436           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437         done
438 install: install-am
439 install-exec: install-exec-am
440 install-data: install-data-am
441 uninstall: uninstall-am
442
443 install-am: all-am
444         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446 installcheck: installcheck-am
447 install-strip:
448         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450           `test -z '$(STRIP)' || \
451             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452 mostlyclean-generic:
453
454 clean-generic:
455
456 distclean-generic:
457         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458
459 maintainer-clean-generic:
460         @echo "This command is intended for maintainers to use"
461         @echo "it deletes files that may require special tools to rebuild."
462 clean: clean-am
463
464 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
465
466 distclean: distclean-am
467         -rm -rf ./$(DEPDIR)
468         -rm -f Makefile
469 distclean-am: clean-am distclean-compile distclean-generic \
470         distclean-tags
471
472 dvi: dvi-am
473
474 dvi-am:
475
476 html: html-am
477
478 info: info-am
479
480 info-am:
481
482 install-data-am:
483
484 install-dvi: install-dvi-am
485
486 install-exec-am: install-binPROGRAMS
487
488 install-html: install-html-am
489
490 install-info: install-info-am
491
492 install-man:
493
494 install-pdf: install-pdf-am
495
496 install-ps: install-ps-am
497
498 installcheck-am:
499
500 maintainer-clean: maintainer-clean-am
501         -rm -rf ./$(DEPDIR)
502         -rm -f Makefile
503 maintainer-clean-am: distclean-am maintainer-clean-generic
504
505 mostlyclean: mostlyclean-am
506
507 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
508         mostlyclean-libtool
509
510 pdf: pdf-am
511
512 pdf-am:
513
514 ps: ps-am
515
516 ps-am:
517
518 uninstall-am: uninstall-binPROGRAMS
519
520 .MAKE: install-am install-strip
521
522 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
523         clean-generic clean-libtool ctags distclean distclean-compile \
524         distclean-generic distclean-libtool distclean-tags distdir dvi \
525         dvi-am html html-am info info-am install install-am \
526         install-binPROGRAMS install-data install-data-am install-dvi \
527         install-dvi-am install-exec install-exec-am install-html \
528         install-html-am install-info install-info-am install-man \
529         install-pdf install-pdf-am install-ps install-ps-am \
530         install-strip installcheck installcheck-am installdirs \
531         maintainer-clean maintainer-clean-generic mostlyclean \
532         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
533         pdf pdf-am ps ps-am tags uninstall uninstall-am \
534         uninstall-binPROGRAMS
535
536 # Tell versions [3.59,3.63) of GNU make to not export all variables.
537 # Otherwise a system limit (for SysV at least) may be exceeded.
538 .NOEXPORT:
Note: See TracBrowser for help on using the browser.