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