Annotation of parser3/src/lib/sdbm/Makefile.in, revision 1.7
1.3 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.1 paf 2: # @configure_input@
3:
1.3 paf 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004 Free Software Foundation, Inc.
1.1 paf 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:
1.3 paf 17:
18: SOURCES = $(libsdbm_a_SOURCES)
19:
1.1 paf 20: srcdir = @srcdir@
21: top_srcdir = @top_srcdir@
22: VPATH = @srcdir@
23: pkgdatadir = $(datadir)/@PACKAGE@
24: pkglibdir = $(libdir)/@PACKAGE@
25: pkgincludedir = $(includedir)/@PACKAGE@
26: top_builddir = ../../..
27: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28: INSTALL = @INSTALL@
29: install_sh_DATA = $(install_sh) -c -m 644
30: install_sh_PROGRAM = $(install_sh) -c
31: install_sh_SCRIPT = $(install_sh) -c
32: INSTALL_HEADER = $(INSTALL_DATA)
33: transform = $(program_transform_name)
34: NORMAL_INSTALL = :
35: PRE_INSTALL = :
36: POST_INSTALL = :
37: NORMAL_UNINSTALL = :
38: PRE_UNINSTALL = :
39: POST_UNINSTALL = :
40: host_triplet = @host@
1.3 paf 41: subdir = src/lib/sdbm
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)/acinclude.m4 \
46: $(top_srcdir)/configure.in
47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48: $(ACLOCAL_M4)
49: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
51: CONFIG_CLEAN_FILES =
52: LIBRARIES = $(noinst_LIBRARIES)
53: AR = ar
54: ARFLAGS = cru
55: libsdbm_a_AR = $(AR) $(ARFLAGS)
56: libsdbm_a_LIBADD =
57: am_libsdbm_a_OBJECTS = sdbm.$(OBJEXT) sdbm_hash.$(OBJEXT) \
58: sdbm_lock.$(OBJEXT) sdbm_pair.$(OBJEXT) apr_file_io.$(OBJEXT) \
59: apr_strings.$(OBJEXT)
60: libsdbm_a_OBJECTS = $(am_libsdbm_a_OBJECTS)
61: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
62: depcomp = $(SHELL) $(top_srcdir)/depcomp
63: am__depfiles_maybe = depfiles
64: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
66: CXXLD = $(CXX)
67: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
68: -o $@
69: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71: CCLD = $(CC)
72: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
73: SOURCES = $(libsdbm_a_SOURCES)
74: DIST_SOURCES = $(libsdbm_a_SOURCES)
75: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76: html-recursive info-recursive install-data-recursive \
77: install-exec-recursive install-info-recursive \
78: install-recursive installcheck-recursive installdirs-recursive \
79: pdf-recursive ps-recursive uninstall-info-recursive \
80: uninstall-recursive
81: HEADERS = $(noinst_HEADERS)
82: ETAGS = etags
83: CTAGS = ctags
84: DIST_SUBDIRS = $(SUBDIRS)
85: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 paf 86: ACLOCAL = @ACLOCAL@
87: AMDEP_FALSE = @AMDEP_FALSE@
88: AMDEP_TRUE = @AMDEP_TRUE@
89: AMTAR = @AMTAR@
1.7 ! moko 90: APACHE = @APACHE@
! 91: APACHE_CFLAGS = @APACHE_CFLAGS@
! 92: APACHE_INC = @APACHE_INC@
1.1 paf 93: AUTOCONF = @AUTOCONF@
94: AUTOHEADER = @AUTOHEADER@
95: AUTOMAKE = @AUTOMAKE@
96: AWK = @AWK@
97: CC = @CC@
98: CCDEPMODE = @CCDEPMODE@
99: CFLAGS = @CFLAGS@
1.7 ! moko 100: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
! 101: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.1 paf 102: CPP = @CPP@
103: CPPFLAGS = @CPPFLAGS@
104: CPP_LIBS = @CPP_LIBS@
1.6 misha 105: CURL_INCLUDES = @CURL_INCLUDES@
1.1 paf 106: CXX = @CXX@
107: CXXDEPMODE = @CXXDEPMODE@
108: CXXFLAGS = @CXXFLAGS@
109: CYGPATH_W = @CYGPATH_W@
110: DEFS = @DEFS@
111: DEPDIR = @DEPDIR@
112: ECHO_C = @ECHO_C@
113: ECHO_N = @ECHO_N@
114: ECHO_T = @ECHO_T@
115: EGREP = @EGREP@
116: EXEEXT = @EXEEXT@
117: GC_LIBS = @GC_LIBS@
118: INCLTDL = @INCLTDL@
119: INSTALL_DATA = @INSTALL_DATA@
120: INSTALL_PROGRAM = @INSTALL_PROGRAM@
121: INSTALL_SCRIPT = @INSTALL_SCRIPT@
122: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123: LDFLAGS = @LDFLAGS@
124: LIBADD_DL = @LIBADD_DL@
125: LIBLTDL = @LIBLTDL@
126: LIBOBJS = @LIBOBJS@
127: LIBS = @LIBS@
128: LTLIBOBJS = @LTLIBOBJS@
129: MAKEINFO = @MAKEINFO@
130: MIME_INCLUDES = @MIME_INCLUDES@
131: MIME_LIBS = @MIME_LIBS@
132: OBJEXT = @OBJEXT@
133: P3S = @P3S@
134: PACKAGE = @PACKAGE@
135: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136: PACKAGE_NAME = @PACKAGE_NAME@
137: PACKAGE_STRING = @PACKAGE_STRING@
138: PACKAGE_TARNAME = @PACKAGE_TARNAME@
139: PACKAGE_VERSION = @PACKAGE_VERSION@
140: PATH_SEPARATOR = @PATH_SEPARATOR@
1.5 misha 141: PCRE_INCLUDES = @PCRE_INCLUDES@
142: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 143: RANLIB = @RANLIB@
144: SET_MAKE = @SET_MAKE@
145: SHELL = @SHELL@
146: STRIP = @STRIP@
147: VERSION = @VERSION@
148: XML_INCLUDES = @XML_INCLUDES@
149: XML_LIBS = @XML_LIBS@
150: YACC = @YACC@
151: ac_ct_CC = @ac_ct_CC@
152: ac_ct_CXX = @ac_ct_CXX@
153: ac_ct_RANLIB = @ac_ct_RANLIB@
154: ac_ct_STRIP = @ac_ct_STRIP@
155: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
158: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
159: am__include = @am__include@
1.3 paf 160: am__leading_dot = @am__leading_dot@
1.1 paf 161: am__quote = @am__quote@
1.3 paf 162: am__tar = @am__tar@
163: am__untar = @am__untar@
1.1 paf 164: bindir = @bindir@
165: build = @build@
166: build_alias = @build_alias@
167: build_cpu = @build_cpu@
168: build_os = @build_os@
169: build_vendor = @build_vendor@
170: commentcharset_koi8r = @commentcharset_koi8r@
171: commentcharset_windows1250 = @commentcharset_windows1250@
172: commentcharset_windows1251 = @commentcharset_windows1251@
173: commentcharset_windows1257 = @commentcharset_windows1257@
174: datadir = @datadir@
175: dll_extension = @dll_extension@
176: exec_prefix = @exec_prefix@
177: host = @host@
178: host_alias = @host_alias@
179: host_cpu = @host_cpu@
180: host_os = @host_os@
181: host_vendor = @host_vendor@
182: includedir = @includedir@
183: infodir = @infodir@
184: install_sh = @install_sh@
185: libdir = @libdir@
186: libexecdir = @libexecdir@
187: localstatedir = @localstatedir@
188: mandir = @mandir@
1.3 paf 189: mkdir_p = @mkdir_p@
1.1 paf 190: mysql_client = @mysql_client@
191: oldincludedir = @oldincludedir@
192: oracle_client = @oracle_client@
193: pgsql_client = @pgsql_client@
194: prefix = @prefix@
195: program_transform_name = @program_transform_name@
196: sbindir = @sbindir@
197: sharedstatedir = @sharedstatedir@
1.4 misha 198: sqlite_client = @sqlite_client@
1.1 paf 199: subdirs = @subdirs@
200: sysconfdir = @sysconfdir@
201: target_alias = @target_alias@
202: SUBDIRS = apr-include
203: INCLUDES = -Iapr-include -I../../include -I../gc/include
204: noinst_HEADERS = sdbm_pair.h sdbm_private.h sdbm_tune.h
205: noinst_LIBRARIES = libsdbm.a
206: libsdbm_a_SOURCES = \
207: sdbm.c sdbm_hash.c sdbm_lock.c sdbm_pair.c \
208: apr_file_io.C apr_strings.C
209:
210: EXTRA_DIST = sdbm.vcproj
211: all: all-recursive
212:
213: .SUFFIXES:
214: .SUFFIXES: .C .c .o .obj
1.3 paf 215: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
216: @for dep in $?; do \
217: case '$(am__configure_deps)' in \
218: *$$dep*) \
219: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
220: && exit 0; \
221: exit 1;; \
222: esac; \
223: done; \
224: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/sdbm/Makefile'; \
1.1 paf 225: cd $(top_srcdir) && \
226: $(AUTOMAKE) --gnu src/lib/sdbm/Makefile
1.3 paf 227: .PRECIOUS: Makefile
228: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229: @case '$?' in \
230: *config.status*) \
231: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
232: *) \
233: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
234: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
235: esac;
236:
237: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239:
240: $(top_srcdir)/configure: $(am__configure_deps)
241: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
243: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 paf 244:
245: clean-noinstLIBRARIES:
246: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
247: libsdbm.a: $(libsdbm_a_OBJECTS) $(libsdbm_a_DEPENDENCIES)
248: -rm -f libsdbm.a
249: $(libsdbm_a_AR) libsdbm.a $(libsdbm_a_OBJECTS) $(libsdbm_a_LIBADD)
250: $(RANLIB) libsdbm.a
251:
252: mostlyclean-compile:
1.3 paf 253: -rm -f *.$(OBJEXT)
1.1 paf 254:
255: distclean-compile:
256: -rm -f *.tab.c
257:
258: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apr_file_io.Po@am__quote@
259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apr_strings.Po@am__quote@
260: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm.Po@am__quote@
261: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_hash.Po@am__quote@
262: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_lock.Po@am__quote@
263: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_pair.Po@am__quote@
264:
265: .C.o:
1.3 paf 266: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
267: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 268: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 269: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
1.1 paf 271:
272: .C.obj:
1.3 paf 273: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
274: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 275: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 276: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1 paf 278:
279: .c.o:
1.3 paf 280: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
281: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 282: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 283: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 paf 285:
286: .c.obj:
1.3 paf 287: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
288: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 289: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 290: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1 paf 292: uninstall-info-am:
293:
294: # This directory's subdirectories are mostly independent; you can cd
295: # into them and run `make' without going through this Makefile.
296: # To change the values of `make' variables: instead of editing Makefiles,
297: # (1) if the variable is set in `config.status', edit `config.status'
298: # (which will cause the Makefiles to be regenerated when you run `make');
299: # (2) otherwise, pass the desired values on the `make' command line.
300: $(RECURSIVE_TARGETS):
301: @set fnord $$MAKEFLAGS; amf=$$2; \
302: dot_seen=no; \
303: target=`echo $@ | sed s/-recursive//`; \
304: list='$(SUBDIRS)'; for subdir in $$list; do \
305: echo "Making $$target in $$subdir"; \
306: if test "$$subdir" = "."; then \
307: dot_seen=yes; \
308: local_target="$$target-am"; \
309: else \
310: local_target="$$target"; \
311: fi; \
312: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
314: done; \
315: if test "$$dot_seen" = "no"; then \
316: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
317: fi; test -z "$$fail"
318:
319: mostlyclean-recursive clean-recursive distclean-recursive \
320: maintainer-clean-recursive:
321: @set fnord $$MAKEFLAGS; amf=$$2; \
322: dot_seen=no; \
323: case "$@" in \
324: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
325: *) list='$(SUBDIRS)' ;; \
326: esac; \
327: rev=''; for subdir in $$list; do \
328: if test "$$subdir" = "."; then :; else \
329: rev="$$subdir $$rev"; \
330: fi; \
331: done; \
332: rev="$$rev ."; \
333: target=`echo $@ | sed s/-recursive//`; \
334: for subdir in $$rev; do \
335: echo "Making $$target in $$subdir"; \
336: if test "$$subdir" = "."; then \
337: local_target="$$target-am"; \
338: else \
339: local_target="$$target"; \
340: fi; \
341: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
343: done && test -z "$$fail"
344: tags-recursive:
345: list='$(SUBDIRS)'; for subdir in $$list; do \
346: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
347: done
348: ctags-recursive:
349: list='$(SUBDIRS)'; for subdir in $$list; do \
350: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
351: done
352:
353: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355: unique=`for i in $$list; do \
356: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357: done | \
358: $(AWK) ' { files[$$0] = 1; } \
359: END { for (i in files) print i; }'`; \
360: mkid -fID $$unique
1.3 paf 361: tags: TAGS
1.1 paf 362:
363: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
364: $(TAGS_FILES) $(LISP)
365: tags=; \
366: here=`pwd`; \
1.3 paf 367: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
368: include_option=--etags-include; \
369: empty_fix=.; \
370: else \
371: include_option=--include; \
372: empty_fix=; \
373: fi; \
1.1 paf 374: list='$(SUBDIRS)'; for subdir in $$list; do \
375: if test "$$subdir" = .; then :; else \
1.3 paf 376: test ! -f $$subdir/TAGS || \
377: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.1 paf 378: fi; \
379: done; \
380: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381: unique=`for i in $$list; do \
382: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383: done | \
384: $(AWK) ' { files[$$0] = 1; } \
385: END { for (i in files) print i; }'`; \
1.3 paf 386: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
387: test -n "$$unique" || unique=$$empty_fix; \
388: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389: $$tags $$unique; \
390: fi
1.1 paf 391: ctags: CTAGS
392: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
393: $(TAGS_FILES) $(LISP)
394: tags=; \
395: here=`pwd`; \
396: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
397: unique=`for i in $$list; do \
398: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399: done | \
400: $(AWK) ' { files[$$0] = 1; } \
401: END { for (i in files) print i; }'`; \
402: test -z "$(CTAGS_ARGS)$$tags$$unique" \
403: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404: $$tags $$unique
405:
406: GTAGS:
407: here=`$(am__cd) $(top_builddir) && pwd` \
408: && cd $(top_srcdir) \
409: && gtags -i $(GTAGS_ARGS) $$here
410:
411: distclean-tags:
412: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413:
414: distdir: $(DISTFILES)
415: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
416: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
417: list='$(DISTFILES)'; for file in $$list; do \
418: case $$file in \
419: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
420: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
421: esac; \
422: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
424: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
425: dir="/$$dir"; \
1.3 paf 426: $(mkdir_p) "$(distdir)$$dir"; \
1.1 paf 427: else \
428: dir=''; \
429: fi; \
430: if test -d $$d/$$file; then \
431: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
432: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
433: fi; \
434: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
435: else \
436: test -f $(distdir)/$$file \
437: || cp -p $$d/$$file $(distdir)/$$file \
438: || exit 1; \
439: fi; \
440: done
1.3 paf 441: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 paf 442: if test "$$subdir" = .; then :; else \
1.3 paf 443: test -d "$(distdir)/$$subdir" \
444: || $(mkdir_p) "$(distdir)/$$subdir" \
1.1 paf 445: || exit 1; \
1.3 paf 446: distdir=`$(am__cd) $(distdir) && pwd`; \
447: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.1 paf 448: (cd $$subdir && \
449: $(MAKE) $(AM_MAKEFLAGS) \
1.3 paf 450: top_distdir="$$top_distdir" \
451: distdir="$$distdir/$$subdir" \
1.1 paf 452: distdir) \
453: || exit 1; \
454: fi; \
455: done
456: check-am: all-am
457: check: check-recursive
458: all-am: Makefile $(LIBRARIES) $(HEADERS)
459: installdirs: installdirs-recursive
460: installdirs-am:
461: install: install-recursive
462: install-exec: install-exec-recursive
463: install-data: install-data-recursive
464: uninstall: uninstall-recursive
465:
466: install-am: all-am
467: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
468:
469: installcheck: installcheck-recursive
470: install-strip:
471: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.3 paf 472: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1 paf 473: `test -z '$(STRIP)' || \
474: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
475: mostlyclean-generic:
476:
477: clean-generic:
478:
479: distclean-generic:
1.3 paf 480: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 481:
482: maintainer-clean-generic:
483: @echo "This command is intended for maintainers to use"
484: @echo "it deletes files that may require special tools to rebuild."
485: clean: clean-recursive
486:
487: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
488:
489: distclean: distclean-recursive
1.3 paf 490: -rm -rf ./$(DEPDIR)
491: -rm -f Makefile
492: distclean-am: clean-am distclean-compile distclean-generic \
493: distclean-tags
1.1 paf 494:
495: dvi: dvi-recursive
496:
497: dvi-am:
498:
1.3 paf 499: html: html-recursive
500:
1.1 paf 501: info: info-recursive
502:
503: info-am:
504:
505: install-data-am:
506:
507: install-exec-am:
508:
509: install-info: install-info-recursive
510:
511: install-man:
512:
513: installcheck-am:
514:
515: maintainer-clean: maintainer-clean-recursive
1.3 paf 516: -rm -rf ./$(DEPDIR)
517: -rm -f Makefile
1.1 paf 518: maintainer-clean-am: distclean-am maintainer-clean-generic
519:
520: mostlyclean: mostlyclean-recursive
521:
522: mostlyclean-am: mostlyclean-compile mostlyclean-generic
523:
524: pdf: pdf-recursive
525:
526: pdf-am:
527:
528: ps: ps-recursive
529:
530: ps-am:
531:
532: uninstall-am: uninstall-info-am
533:
534: uninstall-info: uninstall-info-recursive
535:
1.3 paf 536: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
537: clean clean-generic clean-noinstLIBRARIES clean-recursive \
538: ctags ctags-recursive distclean distclean-compile \
1.1 paf 539: distclean-generic distclean-recursive distclean-tags distdir \
1.3 paf 540: dvi dvi-am html html-am info info-am install install-am \
541: install-data install-data-am install-exec install-exec-am \
542: install-info install-info-am install-man install-strip \
543: installcheck installcheck-am installdirs installdirs-am \
1.1 paf 544: maintainer-clean maintainer-clean-generic \
545: maintainer-clean-recursive mostlyclean mostlyclean-compile \
1.3 paf 546: mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
547: tags tags-recursive uninstall uninstall-am uninstall-info-am
1.1 paf 548:
549: # Tell versions [3.59,3.63) of GNU make to not export all variables.
550: # Otherwise a system limit (for SysV at least) may be exceeded.
551: .NOEXPORT:
E-mail: