Annotation of parser3/src/lib/sdbm/Makefile.in, revision 1.11
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
1.10 moko 45: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
46: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
47: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
48: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
49: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
50: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
51: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.3 paf 52: $(top_srcdir)/configure.in
53: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54: $(ACLOCAL_M4)
1.10 moko 55: mkinstalldirs = $(install_sh) -d
1.3 paf 56: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
57: CONFIG_CLEAN_FILES =
58: LIBRARIES = $(noinst_LIBRARIES)
59: ARFLAGS = cru
60: libsdbm_a_AR = $(AR) $(ARFLAGS)
61: libsdbm_a_LIBADD =
62: am_libsdbm_a_OBJECTS = sdbm.$(OBJEXT) sdbm_hash.$(OBJEXT) \
1.8 moko 63: sdbm_lock.$(OBJEXT) sdbm_pair.$(OBJEXT) pa_file_io.$(OBJEXT) \
64: pa_strings.$(OBJEXT)
1.3 paf 65: libsdbm_a_OBJECTS = $(am_libsdbm_a_OBJECTS)
66: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
67: depcomp = $(SHELL) $(top_srcdir)/depcomp
68: am__depfiles_maybe = depfiles
69: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.10 moko 71: LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
72: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73: $(AM_CXXFLAGS) $(CXXFLAGS)
1.3 paf 74: CXXLD = $(CXX)
1.10 moko 75: CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \
76: $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.3 paf 77: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.10 moko 79: LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
80: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
81: $(AM_CFLAGS) $(CFLAGS)
1.3 paf 82: CCLD = $(CC)
1.10 moko 83: LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
84: $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.3 paf 85: SOURCES = $(libsdbm_a_SOURCES)
86: DIST_SOURCES = $(libsdbm_a_SOURCES)
87: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
88: html-recursive info-recursive install-data-recursive \
89: install-exec-recursive install-info-recursive \
90: install-recursive installcheck-recursive installdirs-recursive \
91: pdf-recursive ps-recursive uninstall-info-recursive \
92: uninstall-recursive
93: HEADERS = $(noinst_HEADERS)
94: ETAGS = etags
95: CTAGS = ctags
96: DIST_SUBDIRS = $(SUBDIRS)
97: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 paf 98: ACLOCAL = @ACLOCAL@
99: AMDEP_FALSE = @AMDEP_FALSE@
100: AMDEP_TRUE = @AMDEP_TRUE@
101: AMTAR = @AMTAR@
1.7 moko 102: APACHE = @APACHE@
103: APACHE_CFLAGS = @APACHE_CFLAGS@
104: APACHE_INC = @APACHE_INC@
1.10 moko 105: AR = @AR@
106: ARGZ_H = @ARGZ_H@
107: AS = @AS@
1.1 paf 108: AUTOCONF = @AUTOCONF@
109: AUTOHEADER = @AUTOHEADER@
110: AUTOMAKE = @AUTOMAKE@
111: AWK = @AWK@
112: CC = @CC@
113: CCDEPMODE = @CCDEPMODE@
114: CFLAGS = @CFLAGS@
1.7 moko 115: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
116: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.10 moko 117: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
118: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.1 paf 119: CPP = @CPP@
120: CPPFLAGS = @CPPFLAGS@
121: CXX = @CXX@
1.10 moko 122: CXXCPP = @CXXCPP@
1.1 paf 123: CXXDEPMODE = @CXXDEPMODE@
124: CXXFLAGS = @CXXFLAGS@
125: CYGPATH_W = @CYGPATH_W@
126: DEFS = @DEFS@
127: DEPDIR = @DEPDIR@
1.10 moko 128: DLLTOOL = @DLLTOOL@
129: DSYMUTIL = @DSYMUTIL@
130: DUMPBIN = @DUMPBIN@
1.1 paf 131: ECHO_C = @ECHO_C@
132: ECHO_N = @ECHO_N@
133: ECHO_T = @ECHO_T@
134: EGREP = @EGREP@
135: EXEEXT = @EXEEXT@
1.10 moko 136: FGREP = @FGREP@
1.1 paf 137: GC_LIBS = @GC_LIBS@
1.10 moko 138: GREP = @GREP@
1.1 paf 139: INCLTDL = @INCLTDL@
140: INSTALL_DATA = @INSTALL_DATA@
1.10 moko 141: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
142: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.1 paf 143: INSTALL_PROGRAM = @INSTALL_PROGRAM@
144: INSTALL_SCRIPT = @INSTALL_SCRIPT@
145: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.10 moko 146: LD = @LD@
1.1 paf 147: LDFLAGS = @LDFLAGS@
148: LIBADD_DL = @LIBADD_DL@
1.10 moko 149: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
150: LIBADD_DLOPEN = @LIBADD_DLOPEN@
151: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 152: LIBLTDL = @LIBLTDL@
153: LIBOBJS = @LIBOBJS@
154: LIBS = @LIBS@
1.10 moko 155: LIBTOOL = @LIBTOOL@
156: LIPO = @LIPO@
157: LN_S = @LN_S@
158: LTDLDEPS = @LTDLDEPS@
159: LTDLINCL = @LTDLINCL@
160: LTDLOPEN = @LTDLOPEN@
1.1 paf 161: LTLIBOBJS = @LTLIBOBJS@
1.10 moko 162: LT_CONFIG_H = @LT_CONFIG_H@
163: LT_DLLOADERS = @LT_DLLOADERS@
164: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 165: MAKEINFO = @MAKEINFO@
1.10 moko 166: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1 paf 167: MIME_INCLUDES = @MIME_INCLUDES@
168: MIME_LIBS = @MIME_LIBS@
1.10 moko 169: NM = @NM@
170: NMEDIT = @NMEDIT@
171: OBJDUMP = @OBJDUMP@
1.1 paf 172: OBJEXT = @OBJEXT@
1.10 moko 173: OTOOL = @OTOOL@
174: OTOOL64 = @OTOOL64@
1.1 paf 175: P3S = @P3S@
176: PACKAGE = @PACKAGE@
177: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178: PACKAGE_NAME = @PACKAGE_NAME@
179: PACKAGE_STRING = @PACKAGE_STRING@
180: PACKAGE_TARNAME = @PACKAGE_TARNAME@
181: PACKAGE_VERSION = @PACKAGE_VERSION@
182: PATH_SEPARATOR = @PATH_SEPARATOR@
1.5 misha 183: PCRE_INCLUDES = @PCRE_INCLUDES@
184: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 185: RANLIB = @RANLIB@
1.10 moko 186: SED = @SED@
1.1 paf 187: SET_MAKE = @SET_MAKE@
188: SHELL = @SHELL@
189: STRIP = @STRIP@
190: VERSION = @VERSION@
191: XML_INCLUDES = @XML_INCLUDES@
192: XML_LIBS = @XML_LIBS@
193: YACC = @YACC@
1.10 moko 194: ac_ct_AR = @ac_ct_AR@
195: ac_ct_AS = @ac_ct_AS@
1.1 paf 196: ac_ct_CC = @ac_ct_CC@
197: ac_ct_CXX = @ac_ct_CXX@
1.10 moko 198: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
199: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
200: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
201: ac_ct_LIPO = @ac_ct_LIPO@
202: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
203: ac_ct_NMEDIT = @ac_ct_NMEDIT@
204: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
205: ac_ct_OTOOL = @ac_ct_OTOOL@
206: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.1 paf 207: ac_ct_RANLIB = @ac_ct_RANLIB@
208: ac_ct_STRIP = @ac_ct_STRIP@
209: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
210: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
211: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
212: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
213: am__include = @am__include@
1.3 paf 214: am__leading_dot = @am__leading_dot@
1.1 paf 215: am__quote = @am__quote@
1.3 paf 216: am__tar = @am__tar@
217: am__untar = @am__untar@
1.1 paf 218: bindir = @bindir@
219: build = @build@
220: build_alias = @build_alias@
221: build_cpu = @build_cpu@
222: build_os = @build_os@
223: build_vendor = @build_vendor@
224: datadir = @datadir@
225: dll_extension = @dll_extension@
226: exec_prefix = @exec_prefix@
227: host = @host@
228: host_alias = @host_alias@
229: host_cpu = @host_cpu@
230: host_os = @host_os@
231: host_vendor = @host_vendor@
232: includedir = @includedir@
233: infodir = @infodir@
234: install_sh = @install_sh@
235: libdir = @libdir@
236: libexecdir = @libexecdir@
237: localstatedir = @localstatedir@
1.10 moko 238: ltdl_LIBOBJS = @ltdl_LIBOBJS@
239: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.1 paf 240: mandir = @mandir@
1.3 paf 241: mkdir_p = @mkdir_p@
1.1 paf 242: oldincludedir = @oldincludedir@
243: prefix = @prefix@
244: program_transform_name = @program_transform_name@
245: sbindir = @sbindir@
246: sharedstatedir = @sharedstatedir@
247: subdirs = @subdirs@
1.10 moko 248: sys_symbol_underscore = @sys_symbol_underscore@
1.1 paf 249: sysconfdir = @sysconfdir@
250: target_alias = @target_alias@
1.8 moko 251: SUBDIRS = pa-include
252: INCLUDES = -Ipa-include -I../../include -I../gc/include
1.1 paf 253: noinst_HEADERS = sdbm_pair.h sdbm_private.h sdbm_tune.h
254: noinst_LIBRARIES = libsdbm.a
255: libsdbm_a_SOURCES = \
256: sdbm.c sdbm_hash.c sdbm_lock.c sdbm_pair.c \
1.8 moko 257: pa_file_io.C pa_strings.C
1.1 paf 258:
259: EXTRA_DIST = sdbm.vcproj
260: all: all-recursive
261:
262: .SUFFIXES:
1.10 moko 263: .SUFFIXES: .C .c .lo .o .obj
1.3 paf 264: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
265: @for dep in $?; do \
266: case '$(am__configure_deps)' in \
267: *$$dep*) \
268: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
269: && exit 0; \
270: exit 1;; \
271: esac; \
272: done; \
273: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/sdbm/Makefile'; \
1.1 paf 274: cd $(top_srcdir) && \
275: $(AUTOMAKE) --gnu src/lib/sdbm/Makefile
1.3 paf 276: .PRECIOUS: Makefile
277: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278: @case '$?' in \
279: *config.status*) \
280: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281: *) \
282: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284: esac;
285:
286: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288:
289: $(top_srcdir)/configure: $(am__configure_deps)
290: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
292: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 paf 293:
294: clean-noinstLIBRARIES:
295: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
296: libsdbm.a: $(libsdbm_a_OBJECTS) $(libsdbm_a_DEPENDENCIES)
297: -rm -f libsdbm.a
298: $(libsdbm_a_AR) libsdbm.a $(libsdbm_a_OBJECTS) $(libsdbm_a_LIBADD)
299: $(RANLIB) libsdbm.a
300:
301: mostlyclean-compile:
1.3 paf 302: -rm -f *.$(OBJEXT)
1.1 paf 303:
304: distclean-compile:
305: -rm -f *.tab.c
306:
1.8 moko 307: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_file_io.Po@am__quote@
308: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_strings.Po@am__quote@
1.1 paf 309: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm.Po@am__quote@
310: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_hash.Po@am__quote@
311: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_lock.Po@am__quote@
312: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_pair.Po@am__quote@
313:
314: .C.o:
1.3 paf 315: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
316: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 317: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 318: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
1.1 paf 320:
321: .C.obj:
1.3 paf 322: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
323: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 324: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 325: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1 paf 327:
1.10 moko 328: .C.lo:
329: @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
330: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
331: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
332: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
334:
1.1 paf 335: .c.o:
1.3 paf 336: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
337: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 338: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 339: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 paf 341:
342: .c.obj:
1.3 paf 343: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
344: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1 paf 345: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3 paf 346: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.10 moko 348:
349: .c.lo:
350: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
351: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
352: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
353: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
355:
356: mostlyclean-libtool:
357: -rm -f *.lo
358:
359: clean-libtool:
360: -rm -rf .libs _libs
361:
362: distclean-libtool:
363: -rm -f libtool
1.1 paf 364: uninstall-info-am:
365:
366: # This directory's subdirectories are mostly independent; you can cd
367: # into them and run `make' without going through this Makefile.
368: # To change the values of `make' variables: instead of editing Makefiles,
369: # (1) if the variable is set in `config.status', edit `config.status'
370: # (which will cause the Makefiles to be regenerated when you run `make');
371: # (2) otherwise, pass the desired values on the `make' command line.
372: $(RECURSIVE_TARGETS):
373: @set fnord $$MAKEFLAGS; amf=$$2; \
374: dot_seen=no; \
375: target=`echo $@ | sed s/-recursive//`; \
376: list='$(SUBDIRS)'; for subdir in $$list; do \
377: echo "Making $$target in $$subdir"; \
378: if test "$$subdir" = "."; then \
379: dot_seen=yes; \
380: local_target="$$target-am"; \
381: else \
382: local_target="$$target"; \
383: fi; \
384: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
386: done; \
387: if test "$$dot_seen" = "no"; then \
388: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
389: fi; test -z "$$fail"
390:
391: mostlyclean-recursive clean-recursive distclean-recursive \
392: maintainer-clean-recursive:
393: @set fnord $$MAKEFLAGS; amf=$$2; \
394: dot_seen=no; \
395: case "$@" in \
396: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
397: *) list='$(SUBDIRS)' ;; \
398: esac; \
399: rev=''; for subdir in $$list; do \
400: if test "$$subdir" = "."; then :; else \
401: rev="$$subdir $$rev"; \
402: fi; \
403: done; \
404: rev="$$rev ."; \
405: target=`echo $@ | sed s/-recursive//`; \
406: for subdir in $$rev; do \
407: echo "Making $$target in $$subdir"; \
408: if test "$$subdir" = "."; then \
409: local_target="$$target-am"; \
410: else \
411: local_target="$$target"; \
412: fi; \
413: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
414: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
415: done && test -z "$$fail"
416: tags-recursive:
417: list='$(SUBDIRS)'; for subdir in $$list; do \
418: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
419: done
420: ctags-recursive:
421: list='$(SUBDIRS)'; for subdir in $$list; do \
422: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
423: done
424:
425: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
426: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427: unique=`for i in $$list; do \
428: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429: done | \
430: $(AWK) ' { files[$$0] = 1; } \
431: END { for (i in files) print i; }'`; \
432: mkid -fID $$unique
1.3 paf 433: tags: TAGS
1.1 paf 434:
435: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
436: $(TAGS_FILES) $(LISP)
437: tags=; \
438: here=`pwd`; \
1.3 paf 439: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
440: include_option=--etags-include; \
441: empty_fix=.; \
442: else \
443: include_option=--include; \
444: empty_fix=; \
445: fi; \
1.1 paf 446: list='$(SUBDIRS)'; for subdir in $$list; do \
447: if test "$$subdir" = .; then :; else \
1.3 paf 448: test ! -f $$subdir/TAGS || \
449: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.1 paf 450: fi; \
451: done; \
452: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453: unique=`for i in $$list; do \
454: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455: done | \
456: $(AWK) ' { files[$$0] = 1; } \
457: END { for (i in files) print i; }'`; \
1.3 paf 458: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
459: test -n "$$unique" || unique=$$empty_fix; \
460: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461: $$tags $$unique; \
462: fi
1.1 paf 463: ctags: CTAGS
464: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
465: $(TAGS_FILES) $(LISP)
466: tags=; \
467: here=`pwd`; \
468: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
469: unique=`for i in $$list; do \
470: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471: done | \
472: $(AWK) ' { files[$$0] = 1; } \
473: END { for (i in files) print i; }'`; \
474: test -z "$(CTAGS_ARGS)$$tags$$unique" \
475: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476: $$tags $$unique
477:
478: GTAGS:
479: here=`$(am__cd) $(top_builddir) && pwd` \
480: && cd $(top_srcdir) \
481: && gtags -i $(GTAGS_ARGS) $$here
482:
483: distclean-tags:
484: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485:
486: distdir: $(DISTFILES)
487: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
488: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
489: list='$(DISTFILES)'; for file in $$list; do \
490: case $$file in \
491: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
492: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
493: esac; \
494: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
496: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
497: dir="/$$dir"; \
1.3 paf 498: $(mkdir_p) "$(distdir)$$dir"; \
1.1 paf 499: else \
500: dir=''; \
501: fi; \
502: if test -d $$d/$$file; then \
503: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
505: fi; \
506: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
507: else \
508: test -f $(distdir)/$$file \
509: || cp -p $$d/$$file $(distdir)/$$file \
510: || exit 1; \
511: fi; \
512: done
1.3 paf 513: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 paf 514: if test "$$subdir" = .; then :; else \
1.3 paf 515: test -d "$(distdir)/$$subdir" \
516: || $(mkdir_p) "$(distdir)/$$subdir" \
1.1 paf 517: || exit 1; \
1.3 paf 518: distdir=`$(am__cd) $(distdir) && pwd`; \
519: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.1 paf 520: (cd $$subdir && \
521: $(MAKE) $(AM_MAKEFLAGS) \
1.3 paf 522: top_distdir="$$top_distdir" \
523: distdir="$$distdir/$$subdir" \
1.1 paf 524: distdir) \
525: || exit 1; \
526: fi; \
527: done
528: check-am: all-am
529: check: check-recursive
530: all-am: Makefile $(LIBRARIES) $(HEADERS)
531: installdirs: installdirs-recursive
532: installdirs-am:
533: install: install-recursive
534: install-exec: install-exec-recursive
535: install-data: install-data-recursive
536: uninstall: uninstall-recursive
537:
538: install-am: all-am
539: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540:
541: installcheck: installcheck-recursive
542: install-strip:
543: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.3 paf 544: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1 paf 545: `test -z '$(STRIP)' || \
546: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
547: mostlyclean-generic:
548:
549: clean-generic:
550:
551: distclean-generic:
1.3 paf 552: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 553:
554: maintainer-clean-generic:
555: @echo "This command is intended for maintainers to use"
556: @echo "it deletes files that may require special tools to rebuild."
557: clean: clean-recursive
558:
1.10 moko 559: clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
560: mostlyclean-am
1.1 paf 561:
562: distclean: distclean-recursive
1.3 paf 563: -rm -rf ./$(DEPDIR)
564: -rm -f Makefile
565: distclean-am: clean-am distclean-compile distclean-generic \
1.10 moko 566: distclean-libtool distclean-tags
1.1 paf 567:
568: dvi: dvi-recursive
569:
570: dvi-am:
571:
1.3 paf 572: html: html-recursive
573:
1.1 paf 574: info: info-recursive
575:
576: info-am:
577:
578: install-data-am:
579:
580: install-exec-am:
581:
582: install-info: install-info-recursive
583:
584: install-man:
585:
586: installcheck-am:
587:
588: maintainer-clean: maintainer-clean-recursive
1.3 paf 589: -rm -rf ./$(DEPDIR)
590: -rm -f Makefile
1.1 paf 591: maintainer-clean-am: distclean-am maintainer-clean-generic
592:
593: mostlyclean: mostlyclean-recursive
594:
1.10 moko 595: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
596: mostlyclean-libtool
1.1 paf 597:
598: pdf: pdf-recursive
599:
600: pdf-am:
601:
602: ps: ps-recursive
603:
604: ps-am:
605:
606: uninstall-am: uninstall-info-am
607:
608: uninstall-info: uninstall-info-recursive
609:
1.3 paf 610: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
1.10 moko 611: clean clean-generic clean-libtool clean-noinstLIBRARIES \
612: clean-recursive ctags ctags-recursive distclean \
613: distclean-compile distclean-generic distclean-libtool \
614: distclean-recursive distclean-tags distdir dvi dvi-am html \
615: html-am info info-am install install-am install-data \
616: install-data-am install-exec install-exec-am install-info \
617: install-info-am install-man install-strip installcheck \
618: installcheck-am installdirs installdirs-am maintainer-clean \
619: maintainer-clean-generic maintainer-clean-recursive \
620: mostlyclean mostlyclean-compile mostlyclean-generic \
621: mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1.3 paf 622: tags tags-recursive uninstall uninstall-am uninstall-info-am
1.1 paf 623:
624: # Tell versions [3.59,3.63) of GNU make to not export all variables.
625: # Otherwise a system limit (for SysV at least) may be exceeded.
626: .NOEXPORT:
E-mail: