Annotation of parser3/src/main/Makefile.in, revision 1.50.2.1
1.49 paf 1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
2: # @configure_input@
1.1 paf 3:
1.49 paf 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5: # 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:
1.49 paf 15: @SET_MAKE@
1.1 paf 16:
17: srcdir = @srcdir@
18: top_srcdir = @top_srcdir@
19: VPATH = @srcdir@
20: pkgdatadir = $(datadir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkgincludedir = $(includedir)/@PACKAGE@
1.33 paf 23: top_builddir = ../..
1.1 paf 24:
1.49 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 26: INSTALL = @INSTALL@
1.49 paf 27: install_sh_DATA = $(install_sh) -c -m 644
28: install_sh_PROGRAM = $(install_sh) -c
29: install_sh_SCRIPT = $(install_sh) -c
30: INSTALL_HEADER = $(INSTALL_DATA)
31: transform = $(program_transform_name)
1.1 paf 32: NORMAL_INSTALL = :
33: PRE_INSTALL = :
34: POST_INSTALL = :
35: NORMAL_UNINSTALL = :
36: PRE_UNINSTALL = :
37: POST_UNINSTALL = :
38: host_triplet = @host@
1.49 paf 39: ACLOCAL = @ACLOCAL@
40: AMDEP_FALSE = @AMDEP_FALSE@
41: AMDEP_TRUE = @AMDEP_TRUE@
42: AMTAR = @AMTAR@
1.20 parser 43: APACHE13 = @APACHE13@
1.24 paf 44: APACHE_LIBS = @APACHE_LIBS@
1.49 paf 45: AUTOCONF = @AUTOCONF@
46: AUTOHEADER = @AUTOHEADER@
47: AUTOMAKE = @AUTOMAKE@
1.1 paf 48: AWK = @AWK@
49: CC = @CC@
1.49 paf 50: CCDEPMODE = @CCDEPMODE@
51: CFLAGS = @CFLAGS@
52: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
53: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
1.50 paf 54: CPP = @CPP@
1.49 paf 55: CPPFLAGS = @CPPFLAGS@
1.1 paf 56: CXX = @CXX@
1.49 paf 57: CXXDEPMODE = @CXXDEPMODE@
58: CXXFLAGS = @CXXFLAGS@
59: CYGPATH_W = @CYGPATH_W@
60: DEFS = @DEFS@
61: DEPDIR = @DEPDIR@
62: DO_NOT_LINK_LIBSTDCPP_FALSE = @DO_NOT_LINK_LIBSTDCPP_FALSE@
63: DO_NOT_LINK_LIBSTDCPP_TRUE = @DO_NOT_LINK_LIBSTDCPP_TRUE@
64: ECHO_C = @ECHO_C@
65: ECHO_N = @ECHO_N@
66: ECHO_T = @ECHO_T@
67: EGREP = @EGREP@
68: EXEEXT = @EXEEXT@
1.1 paf 69: INCLTDL = @INCLTDL@
1.49 paf 70: INSTALL_DATA = @INSTALL_DATA@
71: INSTALL_PROGRAM = @INSTALL_PROGRAM@
72: INSTALL_SCRIPT = @INSTALL_SCRIPT@
73: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74: LDFLAGS = @LDFLAGS@
1.1 paf 75: LIBADD_DL = @LIBADD_DL@
76: LIBLTDL = @LIBLTDL@
1.49 paf 77: LIBOBJS = @LIBOBJS@
78: LIBS = @LIBS@
79: LTLIBOBJS = @LTLIBOBJS@
1.1 paf 80: MAKEINFO = @MAKEINFO@
1.43 paf 81: MIME_INCLUDES = @MIME_INCLUDES@
82: MIME_LIBS = @MIME_LIBS@
1.49 paf 83: OBJEXT = @OBJEXT@
1.20 parser 84: P3S = @P3S@
1.1 paf 85: PACKAGE = @PACKAGE@
1.49 paf 86: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
87: PACKAGE_NAME = @PACKAGE_NAME@
88: PACKAGE_STRING = @PACKAGE_STRING@
89: PACKAGE_TARNAME = @PACKAGE_TARNAME@
90: PACKAGE_VERSION = @PACKAGE_VERSION@
91: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 paf 92: RANLIB = @RANLIB@
1.49 paf 93: SET_MAKE = @SET_MAKE@
94: SHELL = @SHELL@
95: STRIP = @STRIP@
1.1 paf 96: VERSION = @VERSION@
1.14 parser 97: XML_INCLUDES = @XML_INCLUDES@
98: XML_LIBS = @XML_LIBS@
1.1 paf 99: YACC = @YACC@
1.49 paf 100: ac_ct_CC = @ac_ct_CC@
101: ac_ct_CXX = @ac_ct_CXX@
102: ac_ct_RANLIB = @ac_ct_RANLIB@
103: ac_ct_STRIP = @ac_ct_STRIP@
104: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
105: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
106: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
107: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
108: am__include = @am__include@
109: am__quote = @am__quote@
110: bindir = @bindir@
111: build = @build@
112: build_alias = @build_alias@
113: build_cpu = @build_cpu@
114: build_os = @build_os@
115: build_vendor = @build_vendor@
1.32 paf 116: charsetsdir = @charsetsdir@
1.49 paf 117: commentcharset_koi8r = @commentcharset_koi8r@
118: commentcharset_windows1250 = @commentcharset_windows1250@
119: commentcharset_windows1251 = @commentcharset_windows1251@
120: commentcharset_windows1257 = @commentcharset_windows1257@
121: datadir = @datadir@
1.45 paf 122: dll_extension = @dll_extension@
1.49 paf 123: exec_prefix = @exec_prefix@
124: host = @host@
125: host_alias = @host_alias@
126: host_cpu = @host_cpu@
1.1 paf 127: host_os = @host_os@
1.49 paf 128: host_vendor = @host_vendor@
129: includedir = @includedir@
130: infodir = @infodir@
131: install_sh = @install_sh@
132: libdir = @libdir@
133: libexecdir = @libexecdir@
134: localstatedir = @localstatedir@
135: mandir = @mandir@
1.40 paf 136: mysql_client = @mysql_client@
1.49 paf 137: oldincludedir = @oldincludedir@
1.40 paf 138: oracle_client = @oracle_client@
139: pgsql_client = @pgsql_client@
1.49 paf 140: prefix = @prefix@
141: program_transform_name = @program_transform_name@
142: sbindir = @sbindir@
143: sharedstatedir = @sharedstatedir@
1.33 paf 144: sqldriversdir = @sqldriversdir@
1.49 paf 145: subdirs = @subdirs@
146: sysconfdir = @sysconfdir@
147: target_alias = @target_alias@
1.42 paf 148: INCLUDES = -I../types -I../classes -I../sql -I../lib/pcre $(INCLTDL) @XML_INCLUDES@
1.36 paf 149:
1.37 paf 150: noinst_HEADERS = compile_tools.h
1.1 paf 151: noinst_LIBRARIES = libmain.a
1.46 paf 152: libmain_a_SOURCES = pa_common.C compile.tab.C compile.C compile_tools.C execute.C pa_array.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C pa_dictionary.C pa_stylesheet_manager.C pa_cache_managers.C pa_charset.C pa_charsets.C pa_uue.C
1.37 paf 153:
154: EXTRA_DIST = compile.y main.dsp
1.49 paf 155: subdir = src/main
1.1 paf 156: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.49 paf 157: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
158: CONFIG_CLEAN_FILES =
159: LIBRARIES = $(noinst_LIBRARIES)
160:
161: libmain_a_AR = $(AR) cru
162: libmain_a_LIBADD =
163: am_libmain_a_OBJECTS = pa_common.$(OBJEXT) compile.tab.$(OBJEXT) \
164: compile.$(OBJEXT) compile_tools.$(OBJEXT) execute.$(OBJEXT) \
165: pa_array.$(OBJEXT) pa_exception.$(OBJEXT) pa_globals.$(OBJEXT) \
166: pa_hash.$(OBJEXT) pa_pool.$(OBJEXT) pa_request.$(OBJEXT) \
167: pa_string.$(OBJEXT) pa_table.$(OBJEXT) untaint.$(OBJEXT) \
168: pa_dir.$(OBJEXT) pa_exec.$(OBJEXT) pa_socks.$(OBJEXT) \
169: pa_sql_driver_manager.$(OBJEXT) pa_dictionary.$(OBJEXT) \
170: pa_stylesheet_manager.$(OBJEXT) pa_cache_managers.$(OBJEXT) \
171: pa_charset.$(OBJEXT) pa_charsets.$(OBJEXT) pa_uue.$(OBJEXT)
172: libmain_a_OBJECTS = $(am_libmain_a_OBJECTS)
173:
174: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
175: depcomp = $(SHELL) $(top_srcdir)/depcomp
176: am__depfiles_maybe = depfiles
177: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/compile.Po \
178: @AMDEP_TRUE@ ./$(DEPDIR)/compile.tab.Po \
179: @AMDEP_TRUE@ ./$(DEPDIR)/compile_tools.Po ./$(DEPDIR)/execute.Po \
180: @AMDEP_TRUE@ ./$(DEPDIR)/pa_array.Po \
181: @AMDEP_TRUE@ ./$(DEPDIR)/pa_cache_managers.Po \
182: @AMDEP_TRUE@ ./$(DEPDIR)/pa_charset.Po \
183: @AMDEP_TRUE@ ./$(DEPDIR)/pa_charsets.Po ./$(DEPDIR)/pa_common.Po \
184: @AMDEP_TRUE@ ./$(DEPDIR)/pa_dictionary.Po ./$(DEPDIR)/pa_dir.Po \
185: @AMDEP_TRUE@ ./$(DEPDIR)/pa_exception.Po ./$(DEPDIR)/pa_exec.Po \
186: @AMDEP_TRUE@ ./$(DEPDIR)/pa_globals.Po ./$(DEPDIR)/pa_hash.Po \
187: @AMDEP_TRUE@ ./$(DEPDIR)/pa_pool.Po ./$(DEPDIR)/pa_request.Po \
188: @AMDEP_TRUE@ ./$(DEPDIR)/pa_socks.Po \
189: @AMDEP_TRUE@ ./$(DEPDIR)/pa_sql_driver_manager.Po \
190: @AMDEP_TRUE@ ./$(DEPDIR)/pa_string.Po \
191: @AMDEP_TRUE@ ./$(DEPDIR)/pa_stylesheet_manager.Po \
192: @AMDEP_TRUE@ ./$(DEPDIR)/pa_table.Po ./$(DEPDIR)/pa_uue.Po \
193: @AMDEP_TRUE@ ./$(DEPDIR)/untaint.Po
194: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
195: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.1 paf 196: CXXLD = $(CXX)
1.49 paf 197: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
198: -o $@
199: DIST_SOURCES = $(libmain_a_SOURCES)
200: HEADERS = $(noinst_HEADERS)
1.37 paf 201:
1.49 paf 202: DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
203: SOURCES = $(libmain_a_SOURCES)
1.1 paf 204:
1.49 paf 205: all: all-am
1.1 paf 206:
207: .SUFFIXES:
1.49 paf 208: .SUFFIXES: .C .o .obj
209: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
210: cd $(top_srcdir) && \
211: $(AUTOMAKE) --gnu src/main/Makefile
212: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1 paf 214:
1.49 paf 215: AR = ar
1.1 paf 216:
217: clean-noinstLIBRARIES:
218: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.49 paf 219: libmain.a: $(libmain_a_OBJECTS) $(libmain_a_DEPENDENCIES)
220: -rm -f libmain.a
221: $(libmain_a_AR) libmain.a $(libmain_a_OBJECTS) $(libmain_a_LIBADD)
222: $(RANLIB) libmain.a
1.1 paf 223:
224: mostlyclean-compile:
1.49 paf 225: -rm -f *.$(OBJEXT) core *.core
1.1 paf 226:
227: distclean-compile:
228: -rm -f *.tab.c
229:
1.49 paf 230: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.Po@am__quote@
231: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.tab.Po@am__quote@
232: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile_tools.Po@am__quote@
233: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
234: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_array.Po@am__quote@
235: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_cache_managers.Po@am__quote@
236: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charset.Po@am__quote@
237: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charsets.Po@am__quote@
238: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_common.Po@am__quote@
239: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dictionary.Po@am__quote@
240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dir.Po@am__quote@
241: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exception.Po@am__quote@
242: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exec.Po@am__quote@
243: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_globals.Po@am__quote@
244: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_hash.Po@am__quote@
245: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_pool.Po@am__quote@
246: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_request.Po@am__quote@
247: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_socks.Po@am__quote@
248: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_sql_driver_manager.Po@am__quote@
249: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_string.Po@am__quote@
250: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_manager.Po@am__quote@
251: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_table.Po@am__quote@
252: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_uue.Po@am__quote@
253: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/untaint.Po@am__quote@
254:
255: distclean-depend:
256: -rm -rf ./$(DEPDIR)
1.1 paf 257:
258: .C.o:
1.49 paf 259: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
260: @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
261: @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
262: @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
263: @am__fastdepCXX_TRUE@ fi
264: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
265: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
266: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
268:
269: .C.obj:
270: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
271: @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
272: @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
273: @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
274: @am__fastdepCXX_TRUE@ fi
275: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
277: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
279: uninstall-info-am:
280:
281: ETAGS = etags
282: ETAGSFLAGS =
283:
284: CTAGS = ctags
285: CTAGSFLAGS =
1.1 paf 286:
287: tags: TAGS
288:
1.49 paf 289: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
290: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
291: unique=`for i in $$list; do \
292: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293: done | \
294: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 295: END { for (i in files) print i; }'`; \
1.49 paf 296: mkid -fID $$unique
1.1 paf 297:
1.49 paf 298: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
299: $(TAGS_FILES) $(LISP)
1.1 paf 300: tags=; \
301: here=`pwd`; \
1.49 paf 302: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
303: unique=`for i in $$list; do \
304: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305: done | \
306: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 307: END { for (i in files) print i; }'`; \
1.49 paf 308: test -z "$(ETAGS_ARGS)$$tags$$unique" \
309: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
310: $$tags $$unique
311:
312: ctags: CTAGS
313: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
314: $(TAGS_FILES) $(LISP)
315: tags=; \
316: here=`pwd`; \
317: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318: unique=`for i in $$list; do \
319: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320: done | \
321: $(AWK) ' { files[$$0] = 1; } \
322: END { for (i in files) print i; }'`; \
323: test -z "$(CTAGS_ARGS)$$tags$$unique" \
324: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
325: $$tags $$unique
326:
327: GTAGS:
328: here=`$(am__cd) $(top_builddir) && pwd` \
329: && cd $(top_srcdir) \
330: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 331:
332: distclean-tags:
1.49 paf 333: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
334: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 paf 335:
1.49 paf 336: top_distdir = ../..
337: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1 paf 338:
339: distdir: $(DISTFILES)
1.49 paf 340: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
341: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
342: list='$(DISTFILES)'; for file in $$list; do \
343: case $$file in \
344: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
345: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
346: esac; \
347: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
349: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
350: dir="/$$dir"; \
351: $(mkinstalldirs) "$(distdir)$$dir"; \
352: else \
353: dir=''; \
354: fi; \
1.1 paf 355: if test -d $$d/$$file; then \
1.49 paf 356: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
357: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
358: fi; \
359: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 360: else \
361: test -f $(distdir)/$$file \
1.49 paf 362: || cp -p $$d/$$file $(distdir)/$$file \
363: || exit 1; \
1.1 paf 364: fi; \
365: done
1.49 paf 366: check-am: all-am
367: check: check-am
368: all-am: Makefile $(LIBRARIES) $(HEADERS)
369:
370: installdirs:
371:
372: install: install-am
373: install-exec: install-exec-am
374: install-data: install-data-am
375: uninstall: uninstall-am
376:
377: install-am: all-am
378: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379:
380: installcheck: installcheck-am
381: install-strip:
382: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
383: INSTALL_STRIP_FLAG=-s \
384: `test -z '$(STRIP)' || \
385: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
386: mostlyclean-generic:
387:
388: clean-generic:
389:
390: distclean-generic:
391: -rm -f Makefile $(CONFIG_CLEAN_FILES)
392:
393: maintainer-clean-generic:
394: @echo "This command is intended for maintainers to use"
395: @echo "it deletes files that may require special tools to rebuild."
396: clean: clean-am
1.1 paf 397:
1.49 paf 398: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1.1 paf 399:
1.49 paf 400: distclean: distclean-am
1.1 paf 401:
1.49 paf 402: distclean-am: clean-am distclean-compile distclean-depend \
403: distclean-generic distclean-tags
1.1 paf 404:
1.49 paf 405: dvi: dvi-am
1.1 paf 406:
1.49 paf 407: dvi-am:
1.1 paf 408:
1.49 paf 409: info: info-am
1.1 paf 410:
411: info-am:
412:
413: install-data-am:
414:
1.49 paf 415: install-exec-am:
1.1 paf 416:
1.49 paf 417: install-info: install-info-am
1.1 paf 418:
1.49 paf 419: install-man:
1.1 paf 420:
1.49 paf 421: installcheck-am:
1.1 paf 422:
1.49 paf 423: maintainer-clean: maintainer-clean-am
1.1 paf 424:
1.49 paf 425: maintainer-clean-am: distclean-am maintainer-clean-generic
1.1 paf 426:
427: mostlyclean: mostlyclean-am
428:
1.49 paf 429: mostlyclean-am: mostlyclean-compile mostlyclean-generic
1.1 paf 430:
1.49 paf 431: pdf: pdf-am
1.1 paf 432:
1.49 paf 433: pdf-am:
1.1 paf 434:
1.49 paf 435: ps: ps-am
1.1 paf 436:
1.49 paf 437: ps-am:
1.1 paf 438:
1.49 paf 439: uninstall-am: uninstall-info-am
1.1 paf 440:
1.49 paf 441: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
442: clean-noinstLIBRARIES ctags distclean distclean-compile \
443: distclean-depend distclean-generic distclean-tags distdir dvi \
444: dvi-am info info-am install install-am install-data \
445: install-data-am install-exec install-exec-am install-info \
446: install-info-am install-man install-strip installcheck \
447: installcheck-am installdirs maintainer-clean \
448: maintainer-clean-generic mostlyclean mostlyclean-compile \
449: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
450: uninstall-am uninstall-info-am
1.1 paf 451:
452:
453: compile.tab.C: compile.y
454: bison -v $< -o $@
455: # Tell versions [3.59,3.63) of GNU make to not export all variables.
456: # Otherwise a system limit (for SysV at least) may be exceeded.
457: .NOEXPORT:
E-mail: