source: npl/mailserver/dspam/dspam-3.10.2/webui/Makefile.in @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 17.8 KB
Line 
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# $Id: Makefile.am,v 1.1 2005/07/02 03:59:52 jonz Exp $
19# webui/Makefile.am
20#
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkglibexecdir = $(libexecdir)/@PACKAGE@
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40subdir = webui
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/dllibs.m4 \
44        $(top_srcdir)/m4/dspam_functions.m4 \
45        $(top_srcdir)/m4/external_lookup.m4 \
46        $(top_srcdir)/m4/gcc_build_options.m4 \
47        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
48        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
49        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mysql_drv.m4 \
50        $(top_srcdir)/m4/netlibs.m4 $(top_srcdir)/m4/pgsql_drv.m4 \
51        $(top_srcdir)/m4/pthread.m4 \
52        $(top_srcdir)/m4/split_configuration.m4 \
53        $(top_srcdir)/m4/sqlite3_drv.m4 $(top_srcdir)/m4/sqlite_drv.m4 \
54        $(top_srcdir)/configure.ac
55am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56        $(ACLOCAL_M4)
57mkinstalldirs = $(install_sh) -d
58CONFIG_HEADER = $(top_builddir)/src/auto-config.h
59CONFIG_CLEAN_FILES =
60CONFIG_CLEAN_VPATH_FILES =
61SOURCES =
62DIST_SOURCES =
63RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64        html-recursive info-recursive install-data-recursive \
65        install-dvi-recursive install-exec-recursive \
66        install-html-recursive install-info-recursive \
67        install-pdf-recursive install-ps-recursive install-recursive \
68        installcheck-recursive installdirs-recursive pdf-recursive \
69        ps-recursive uninstall-recursive
70RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71  distclean-recursive maintainer-clean-recursive
72AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
73        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
74        distdir
75ETAGS = etags
76CTAGS = ctags
77DIST_SUBDIRS = $(SUBDIRS)
78DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79am__relativize = \
80  dir0=`pwd`; \
81  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
82  sed_rest='s,^[^/]*/*,,'; \
83  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
84  sed_butlast='s,/*[^/]*$$,,'; \
85  while test -n "$$dir1"; do \
86    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
87    if test "$$first" != "."; then \
88      if test "$$first" = ".."; then \
89        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
90        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
91      else \
92        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
93        if test "$$first2" = "$$first"; then \
94          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
95        else \
96          dir2="../$$dir2"; \
97        fi; \
98        dir0="$$dir0"/"$$first"; \
99      fi; \
100    fi; \
101    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
102  done; \
103  reldir="$$dir2"
104ACLOCAL = @ACLOCAL@
105AMTAR = @AMTAR@
106AR = @AR@
107AUTOCONF = @AUTOCONF@
108AUTOHEADER = @AUTOHEADER@
109AUTOMAKE = @AUTOMAKE@
110AWK = @AWK@
111CC = @CC@
112CCDEPMODE = @CCDEPMODE@
113CFLAGS = @CFLAGS@
114CPP = @CPP@
115CPPFLAGS = @CPPFLAGS@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118DEPDIR = @DEPDIR@
119DLLIBS = @DLLIBS@
120DLLTOOL = @DLLTOOL@
121DSYMUTIL = @DSYMUTIL@
122DUMPBIN = @DUMPBIN@
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
127EXEEXT = @EXEEXT@
128FGREP = @FGREP@
129GREP = @GREP@
130INSTALL = @INSTALL@
131INSTALL_DATA = @INSTALL_DATA@
132INSTALL_PROGRAM = @INSTALL_PROGRAM@
133INSTALL_SCRIPT = @INSTALL_SCRIPT@
134INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135LD = @LD@
136LDFLAGS = @LDFLAGS@
137LIBOBJS = @LIBOBJS@
138LIBS = @LIBS@
139LIBTOOL = @LIBTOOL@
140LIPO = @LIPO@
141LN_S = @LN_S@
142LTLIBOBJS = @LTLIBOBJS@
143MAKEINFO = @MAKEINFO@
144MANIFEST_TOOL = @MANIFEST_TOOL@
145MKDIR_P = @MKDIR_P@
146NETLIBS = @NETLIBS@
147NM = @NM@
148NMEDIT = @NMEDIT@
149OBJDUMP = @OBJDUMP@
150OBJEXT = @OBJEXT@
151OTOOL = @OTOOL@
152OTOOL64 = @OTOOL64@
153PACKAGE = @PACKAGE@
154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155PACKAGE_NAME = @PACKAGE_NAME@
156PACKAGE_STRING = @PACKAGE_STRING@
157PACKAGE_TARNAME = @PACKAGE_TARNAME@
158PACKAGE_URL = @PACKAGE_URL@
159PACKAGE_VERSION = @PACKAGE_VERSION@
160PATH_SEPARATOR = @PATH_SEPARATOR@
161RANLIB = @RANLIB@
162SED = @SED@
163SET_MAKE = @SET_MAKE@
164SHELL = @SHELL@
165STRIP = @STRIP@
166VERSION = @VERSION@
167abs_builddir = @abs_builddir@
168abs_srcdir = @abs_srcdir@
169abs_top_builddir = @abs_top_builddir@
170abs_top_srcdir = @abs_top_srcdir@
171ac_ct_AR = @ac_ct_AR@
172ac_ct_CC = @ac_ct_CC@
173ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
174active_driver = @active_driver@
175am__include = @am__include@
176am__leading_dot = @am__leading_dot@
177am__quote = @am__quote@
178am__tar = @am__tar@
179am__untar = @am__untar@
180bindir = @bindir@
181build = @build@
182build_alias = @build_alias@
183build_cpu = @build_cpu@
184build_os = @build_os@
185build_vendor = @build_vendor@
186builddir = @builddir@
187datadir = @datadir@
188datarootdir = @datarootdir@
189delivery_agent = @delivery_agent@
190docdir = @docdir@
191dspam_group = @dspam_group@
192dspam_home = @dspam_home@
193dspam_home_group = @dspam_home_group@
194dspam_home_mode = @dspam_home_mode@
195dspam_home_owner = @dspam_home_owner@
196dspam_mode = @dspam_mode@
197dspam_owner = @dspam_owner@
198dvidir = @dvidir@
199exec_prefix = @exec_prefix@
200external_lookup_libs = @external_lookup_libs@
201host = @host@
202host_alias = @host_alias@
203host_cpu = @host_cpu@
204host_os = @host_os@
205host_vendor = @host_vendor@
206htmldir = @htmldir@
207includedir = @includedir@
208infodir = @infodir@
209install_sh = @install_sh@
210libdir = @libdir@
211libexecdir = @libexecdir@
212libmysql_drv_cppflags = @libmysql_drv_cppflags@
213libmysql_drv_ldflags = @libmysql_drv_ldflags@
214libmysql_drv_libs = @libmysql_drv_libs@
215libpgsql_drv_cppflags = @libpgsql_drv_cppflags@
216libpgsql_drv_ldflags = @libpgsql_drv_ldflags@
217libpgsql_drv_libs = @libpgsql_drv_libs@
218libsqlite3_drv_cppflags = @libsqlite3_drv_cppflags@
219libsqlite3_drv_ldflags = @libsqlite3_drv_ldflags@
220libsqlite3_drv_libs = @libsqlite3_drv_libs@
221libsqlite_drv_cppflags = @libsqlite_drv_cppflags@
222libsqlite_drv_ldflags = @libsqlite_drv_ldflags@
223libsqlite_drv_libs = @libsqlite_drv_libs@
224localedir = @localedir@
225localstatedir = @localstatedir@
226logdir = @logdir@
227mandir = @mandir@
228mkdir_p = @mkdir_p@
229oldincludedir = @oldincludedir@
230pdfdir = @pdfdir@
231pgsql_pg_config = @pgsql_pg_config@
232prefix = @prefix@
233program_transform_name = @program_transform_name@
234psdir = @psdir@
235sbindir = @sbindir@
236sharedstatedir = @sharedstatedir@
237srcdir = @srcdir@
238storage_drv_subdirs = @storage_drv_subdirs@
239sysconfdir = @sysconfdir@
240target_alias = @target_alias@
241top_build_prefix = @top_build_prefix@
242top_builddir = @top_builddir@
243top_srcdir = @top_srcdir@
244SUBDIRS = cgi-bin htdocs
245all: all-recursive
246
247.SUFFIXES:
248$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
249        @for dep in $?; do \
250          case '$(am__configure_deps)' in \
251            *$$dep*) \
252              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
253                && { if test -f $@; then exit 0; else break; fi; }; \
254              exit 1;; \
255          esac; \
256        done; \
257        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign webui/Makefile'; \
258        $(am__cd) $(top_srcdir) && \
259          $(AUTOMAKE) --foreign webui/Makefile
260.PRECIOUS: Makefile
261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262        @case '$?' in \
263          *config.status*) \
264            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265          *) \
266            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268        esac;
269
270$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
273$(top_srcdir)/configure:  $(am__configure_deps)
274        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
276        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277$(am__aclocal_m4_deps):
278
279mostlyclean-libtool:
280        -rm -f *.lo
281
282clean-libtool:
283        -rm -rf .libs _libs
284
285# This directory's subdirectories are mostly independent; you can cd
286# into them and run `make' without going through this Makefile.
287# To change the values of `make' variables: instead of editing Makefiles,
288# (1) if the variable is set in `config.status', edit `config.status'
289#     (which will cause the Makefiles to be regenerated when you run `make');
290# (2) otherwise, pass the desired values on the `make' command line.
291$(RECURSIVE_TARGETS):
292        @fail= failcom='exit 1'; \
293        for f in x $$MAKEFLAGS; do \
294          case $$f in \
295            *=* | --[!k]*);; \
296            *k*) failcom='fail=yes';; \
297          esac; \
298        done; \
299        dot_seen=no; \
300        target=`echo $@ | sed s/-recursive//`; \
301        list='$(SUBDIRS)'; for subdir in $$list; do \
302          echo "Making $$target in $$subdir"; \
303          if test "$$subdir" = "."; then \
304            dot_seen=yes; \
305            local_target="$$target-am"; \
306          else \
307            local_target="$$target"; \
308          fi; \
309          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310          || eval $$failcom; \
311        done; \
312        if test "$$dot_seen" = "no"; then \
313          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
314        fi; test -z "$$fail"
315
316$(RECURSIVE_CLEAN_TARGETS):
317        @fail= failcom='exit 1'; \
318        for f in x $$MAKEFLAGS; do \
319          case $$f in \
320            *=* | --[!k]*);; \
321            *k*) failcom='fail=yes';; \
322          esac; \
323        done; \
324        dot_seen=no; \
325        case "$@" in \
326          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
327          *) list='$(SUBDIRS)' ;; \
328        esac; \
329        rev=''; for subdir in $$list; do \
330          if test "$$subdir" = "."; then :; else \
331            rev="$$subdir $$rev"; \
332          fi; \
333        done; \
334        rev="$$rev ."; \
335        target=`echo $@ | sed s/-recursive//`; \
336        for subdir in $$rev; do \
337          echo "Making $$target in $$subdir"; \
338          if test "$$subdir" = "."; then \
339            local_target="$$target-am"; \
340          else \
341            local_target="$$target"; \
342          fi; \
343          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344          || eval $$failcom; \
345        done && test -z "$$fail"
346tags-recursive:
347        list='$(SUBDIRS)'; for subdir in $$list; do \
348          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
349        done
350ctags-recursive:
351        list='$(SUBDIRS)'; for subdir in $$list; do \
352          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
353        done
354
355ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
356        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357        unique=`for i in $$list; do \
358            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359          done | \
360          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361              END { if (nonempty) { for (i in files) print i; }; }'`; \
362        mkid -fID $$unique
363tags: TAGS
364
365TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366                $(TAGS_FILES) $(LISP)
367        set x; \
368        here=`pwd`; \
369        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
370          include_option=--etags-include; \
371          empty_fix=.; \
372        else \
373          include_option=--include; \
374          empty_fix=; \
375        fi; \
376        list='$(SUBDIRS)'; for subdir in $$list; do \
377          if test "$$subdir" = .; then :; else \
378            test ! -f $$subdir/TAGS || \
379              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
380          fi; \
381        done; \
382        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383        unique=`for i in $$list; do \
384            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385          done | \
386          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387              END { if (nonempty) { for (i in files) print i; }; }'`; \
388        shift; \
389        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
390          test -n "$$unique" || unique=$$empty_fix; \
391          if test $$# -gt 0; then \
392            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393              "$$@" $$unique; \
394          else \
395            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396              $$unique; \
397          fi; \
398        fi
399ctags: CTAGS
400CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401                $(TAGS_FILES) $(LISP)
402        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403        unique=`for i in $$list; do \
404            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405          done | \
406          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407              END { if (nonempty) { for (i in files) print i; }; }'`; \
408        test -z "$(CTAGS_ARGS)$$unique" \
409          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410             $$unique
411
412GTAGS:
413        here=`$(am__cd) $(top_builddir) && pwd` \
414          && $(am__cd) $(top_srcdir) \
415          && gtags -i $(GTAGS_ARGS) "$$here"
416
417distclean-tags:
418        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420distdir: $(DISTFILES)
421        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423        list='$(DISTFILES)'; \
424          dist_files=`for file in $$list; do echo $$file; done | \
425          sed -e "s|^$$srcdirstrip/||;t" \
426              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427        case $$dist_files in \
428          */*) $(MKDIR_P) `echo "$$dist_files" | \
429                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430                           sort -u` ;; \
431        esac; \
432        for file in $$dist_files; do \
433          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434          if test -d $$d/$$file; then \
435            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436            if test -d "$(distdir)/$$file"; then \
437              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438            fi; \
439            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442            fi; \
443            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
444          else \
445            test -f "$(distdir)/$$file" \
446            || cp -p $$d/$$file "$(distdir)/$$file" \
447            || exit 1; \
448          fi; \
449        done
450        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
451          if test "$$subdir" = .; then :; else \
452            test -d "$(distdir)/$$subdir" \
453            || $(MKDIR_P) "$(distdir)/$$subdir" \
454            || exit 1; \
455          fi; \
456        done
457        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
458          if test "$$subdir" = .; then :; else \
459            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
460            $(am__relativize); \
461            new_distdir=$$reldir; \
462            dir1=$$subdir; dir2="$(top_distdir)"; \
463            $(am__relativize); \
464            new_top_distdir=$$reldir; \
465            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
466            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
467            ($(am__cd) $$subdir && \
468              $(MAKE) $(AM_MAKEFLAGS) \
469                top_distdir="$$new_top_distdir" \
470                distdir="$$new_distdir" \
471                am__remove_distdir=: \
472                am__skip_length_check=: \
473                am__skip_mode_fix=: \
474                distdir) \
475              || exit 1; \
476          fi; \
477        done
478check-am: all-am
479check: check-recursive
480all-am: Makefile
481installdirs: installdirs-recursive
482installdirs-am:
483install: install-recursive
484install-exec: install-exec-recursive
485install-data: install-data-recursive
486uninstall: uninstall-recursive
487
488install-am: all-am
489        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-recursive
492install-strip:
493        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495          `test -z '$(STRIP)' || \
496            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
497mostlyclean-generic:
498
499clean-generic:
500
501distclean-generic:
502        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
504
505maintainer-clean-generic:
506        @echo "This command is intended for maintainers to use"
507        @echo "it deletes files that may require special tools to rebuild."
508clean: clean-recursive
509
510clean-am: clean-generic clean-libtool mostlyclean-am
511
512distclean: distclean-recursive
513        -rm -f Makefile
514distclean-am: clean-am distclean-generic distclean-tags
515
516dvi: dvi-recursive
517
518dvi-am:
519
520html: html-recursive
521
522html-am:
523
524info: info-recursive
525
526info-am:
527
528install-data-am:
529
530install-dvi: install-dvi-recursive
531
532install-dvi-am:
533
534install-exec-am:
535
536install-html: install-html-recursive
537
538install-html-am:
539
540install-info: install-info-recursive
541
542install-info-am:
543
544install-man:
545
546install-pdf: install-pdf-recursive
547
548install-pdf-am:
549
550install-ps: install-ps-recursive
551
552install-ps-am:
553
554installcheck-am:
555
556maintainer-clean: maintainer-clean-recursive
557        -rm -f Makefile
558maintainer-clean-am: distclean-am maintainer-clean-generic
559
560mostlyclean: mostlyclean-recursive
561
562mostlyclean-am: mostlyclean-generic mostlyclean-libtool
563
564pdf: pdf-recursive
565
566pdf-am:
567
568ps: ps-recursive
569
570ps-am:
571
572uninstall-am:
573
574.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
575        install-am install-strip tags-recursive
576
577.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
578        all all-am check check-am clean clean-generic clean-libtool \
579        ctags ctags-recursive distclean distclean-generic \
580        distclean-libtool distclean-tags distdir dvi dvi-am html \
581        html-am info info-am install install-am install-data \
582        install-data-am install-dvi install-dvi-am install-exec \
583        install-exec-am install-html install-html-am install-info \
584        install-info-am install-man install-pdf install-pdf-am \
585        install-ps install-ps-am install-strip installcheck \
586        installcheck-am installdirs installdirs-am maintainer-clean \
587        maintainer-clean-generic mostlyclean mostlyclean-generic \
588        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
589        uninstall uninstall-am
590
591
592# Tell versions [3.59,3.63) of GNU make to not export all variables.
593# Otherwise a system limit (for SysV at least) may be exceeded.
594.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.