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