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