Annotation of parser3/src/main/Makefile.in, revision 1.50.2.2

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.50.2.2! paf       152: libmain_a_SOURCES = pa_common.C compile.tab.C compile.C compile_tools.C execute.C pa_exception.C pa_globals.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) \
1.50.2.2! paf       165:        pa_exception.$(OBJEXT) pa_globals.$(OBJEXT) \
        !           166:        pa_pool.$(OBJEXT) pa_request.$(OBJEXT) \
1.49      paf       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_cache_managers.Po \
                    181: @AMDEP_TRUE@   ./$(DEPDIR)/pa_charset.Po \
                    182: @AMDEP_TRUE@   ./$(DEPDIR)/pa_charsets.Po ./$(DEPDIR)/pa_common.Po \
                    183: @AMDEP_TRUE@   ./$(DEPDIR)/pa_dictionary.Po ./$(DEPDIR)/pa_dir.Po \
                    184: @AMDEP_TRUE@   ./$(DEPDIR)/pa_exception.Po ./$(DEPDIR)/pa_exec.Po \
1.50.2.2! paf       185: @AMDEP_TRUE@   ./$(DEPDIR)/pa_globals.Po  \
1.49      paf       186: @AMDEP_TRUE@   ./$(DEPDIR)/pa_pool.Po ./$(DEPDIR)/pa_request.Po \
                    187: @AMDEP_TRUE@   ./$(DEPDIR)/pa_socks.Po \
                    188: @AMDEP_TRUE@   ./$(DEPDIR)/pa_sql_driver_manager.Po \
                    189: @AMDEP_TRUE@   ./$(DEPDIR)/pa_string.Po \
                    190: @AMDEP_TRUE@   ./$(DEPDIR)/pa_stylesheet_manager.Po \
                    191: @AMDEP_TRUE@   ./$(DEPDIR)/pa_table.Po ./$(DEPDIR)/pa_uue.Po \
                    192: @AMDEP_TRUE@   ./$(DEPDIR)/untaint.Po
                    193: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                    194:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.1       paf       195: CXXLD = $(CXX)
1.49      paf       196: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
                    197:        -o $@
                    198: DIST_SOURCES = $(libmain_a_SOURCES)
                    199: HEADERS = $(noinst_HEADERS)
1.37      paf       200: 
1.49      paf       201: DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
                    202: SOURCES = $(libmain_a_SOURCES)
1.1       paf       203: 
1.49      paf       204: all: all-am
1.1       paf       205: 
                    206: .SUFFIXES:
1.49      paf       207: .SUFFIXES: .C .o .obj
                    208: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    209:        cd $(top_srcdir) && \
                    210:          $(AUTOMAKE) --gnu  src/main/Makefile
                    211: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    212:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1       paf       213: 
1.49      paf       214: AR = ar
1.1       paf       215: 
                    216: clean-noinstLIBRARIES:
                    217:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.49      paf       218: libmain.a: $(libmain_a_OBJECTS) $(libmain_a_DEPENDENCIES) 
                    219:        -rm -f libmain.a
                    220:        $(libmain_a_AR) libmain.a $(libmain_a_OBJECTS) $(libmain_a_LIBADD)
                    221:        $(RANLIB) libmain.a
1.1       paf       222: 
                    223: mostlyclean-compile:
1.49      paf       224:        -rm -f *.$(OBJEXT) core *.core
1.1       paf       225: 
                    226: distclean-compile:
                    227:        -rm -f *.tab.c
                    228: 
1.49      paf       229: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.Po@am__quote@
                    230: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.tab.Po@am__quote@
                    231: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile_tools.Po@am__quote@
                    232: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
                    233: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_cache_managers.Po@am__quote@
                    234: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charset.Po@am__quote@
                    235: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charsets.Po@am__quote@
                    236: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_common.Po@am__quote@
                    237: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dictionary.Po@am__quote@
                    238: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dir.Po@am__quote@
                    239: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exception.Po@am__quote@
                    240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exec.Po@am__quote@
                    241: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_globals.Po@am__quote@
                    242: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_pool.Po@am__quote@
                    243: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_request.Po@am__quote@
                    244: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_socks.Po@am__quote@
                    245: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_sql_driver_manager.Po@am__quote@
                    246: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_string.Po@am__quote@
                    247: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_manager.Po@am__quote@
                    248: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_table.Po@am__quote@
                    249: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_uue.Po@am__quote@
                    250: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/untaint.Po@am__quote@
                    251: 
                    252: distclean-depend:
                    253:        -rm -rf ./$(DEPDIR)
1.1       paf       254: 
                    255: .C.o:
1.49      paf       256: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
                    257: @am__fastdepCXX_TRUE@    -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
                    258: @am__fastdepCXX_TRUE@  then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
                    259: @am__fastdepCXX_TRUE@  else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
                    260: @am__fastdepCXX_TRUE@  fi
                    261: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    262: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    263: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    264: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
                    265: 
                    266: .C.obj:
                    267: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
                    268: @am__fastdepCXX_TRUE@    -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
                    269: @am__fastdepCXX_TRUE@  then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
                    270: @am__fastdepCXX_TRUE@  else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
                    271: @am__fastdepCXX_TRUE@  fi
                    272: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    273: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    274: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    275: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
                    276: uninstall-info-am:
                    277: 
                    278: ETAGS = etags
                    279: ETAGSFLAGS =
                    280: 
                    281: CTAGS = ctags
                    282: CTAGSFLAGS =
1.1       paf       283: 
                    284: tags: TAGS
                    285: 
1.49      paf       286: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    287:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    288:        unique=`for i in $$list; do \
                    289:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    290:          done | \
                    291:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       292:               END { for (i in files) print i; }'`; \
1.49      paf       293:        mkid -fID $$unique
1.1       paf       294: 
1.49      paf       295: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    296:                $(TAGS_FILES) $(LISP)
1.1       paf       297:        tags=; \
                    298:        here=`pwd`; \
1.49      paf       299:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    300:        unique=`for i in $$list; do \
                    301:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    302:          done | \
                    303:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       304:               END { for (i in files) print i; }'`; \
1.49      paf       305:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
                    306:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    307:             $$tags $$unique
                    308: 
                    309: ctags: CTAGS
                    310: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    311:                $(TAGS_FILES) $(LISP)
                    312:        tags=; \
                    313:        here=`pwd`; \
                    314:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    315:        unique=`for i in $$list; do \
                    316:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    317:          done | \
                    318:          $(AWK) '    { files[$$0] = 1; } \
                    319:               END { for (i in files) print i; }'`; \
                    320:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    321:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    322:             $$tags $$unique
                    323: 
                    324: GTAGS:
                    325:        here=`$(am__cd) $(top_builddir) && pwd` \
                    326:          && cd $(top_srcdir) \
                    327:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       328: 
                    329: distclean-tags:
1.49      paf       330:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    331: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       paf       332: 
1.49      paf       333: top_distdir = ../..
                    334: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1       paf       335: 
                    336: distdir: $(DISTFILES)
1.49      paf       337:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    338:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    339:        list='$(DISTFILES)'; for file in $$list; do \
                    340:          case $$file in \
                    341:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    342:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    343:          esac; \
                    344:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    345:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    346:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    347:            dir="/$$dir"; \
                    348:            $(mkinstalldirs) "$(distdir)$$dir"; \
                    349:          else \
                    350:            dir=''; \
                    351:          fi; \
1.1       paf       352:          if test -d $$d/$$file; then \
1.49      paf       353:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    354:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    355:            fi; \
                    356:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       357:          else \
                    358:            test -f $(distdir)/$$file \
1.49      paf       359:            || cp -p $$d/$$file $(distdir)/$$file \
                    360:            || exit 1; \
1.1       paf       361:          fi; \
                    362:        done
1.49      paf       363: check-am: all-am
                    364: check: check-am
                    365: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    366: 
                    367: installdirs:
                    368: 
                    369: install: install-am
                    370: install-exec: install-exec-am
                    371: install-data: install-data-am
                    372: uninstall: uninstall-am
                    373: 
                    374: install-am: all-am
                    375:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    376: 
                    377: installcheck: installcheck-am
                    378: install-strip:
                    379:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    380:          INSTALL_STRIP_FLAG=-s \
                    381:          `test -z '$(STRIP)' || \
                    382:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    383: mostlyclean-generic:
                    384: 
                    385: clean-generic:
                    386: 
                    387: distclean-generic:
                    388:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    389: 
                    390: maintainer-clean-generic:
                    391:        @echo "This command is intended for maintainers to use"
                    392:        @echo "it deletes files that may require special tools to rebuild."
                    393: clean: clean-am
1.1       paf       394: 
1.49      paf       395: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1.1       paf       396: 
1.49      paf       397: distclean: distclean-am
1.1       paf       398: 
1.49      paf       399: distclean-am: clean-am distclean-compile distclean-depend \
                    400:        distclean-generic distclean-tags
1.1       paf       401: 
1.49      paf       402: dvi: dvi-am
1.1       paf       403: 
1.49      paf       404: dvi-am:
1.1       paf       405: 
1.49      paf       406: info: info-am
1.1       paf       407: 
                    408: info-am:
                    409: 
                    410: install-data-am:
                    411: 
1.49      paf       412: install-exec-am:
1.1       paf       413: 
1.49      paf       414: install-info: install-info-am
1.1       paf       415: 
1.49      paf       416: install-man:
1.1       paf       417: 
1.49      paf       418: installcheck-am:
1.1       paf       419: 
1.49      paf       420: maintainer-clean: maintainer-clean-am
1.1       paf       421: 
1.49      paf       422: maintainer-clean-am: distclean-am maintainer-clean-generic
1.1       paf       423: 
                    424: mostlyclean: mostlyclean-am
                    425: 
1.49      paf       426: mostlyclean-am: mostlyclean-compile mostlyclean-generic
1.1       paf       427: 
1.49      paf       428: pdf: pdf-am
1.1       paf       429: 
1.49      paf       430: pdf-am:
1.1       paf       431: 
1.49      paf       432: ps: ps-am
1.1       paf       433: 
1.49      paf       434: ps-am:
1.1       paf       435: 
1.49      paf       436: uninstall-am: uninstall-info-am
1.1       paf       437: 
1.49      paf       438: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    439:        clean-noinstLIBRARIES ctags distclean distclean-compile \
                    440:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    441:        dvi-am info info-am install install-am install-data \
                    442:        install-data-am install-exec install-exec-am install-info \
                    443:        install-info-am install-man install-strip installcheck \
                    444:        installcheck-am installdirs maintainer-clean \
                    445:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    446:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    447:        uninstall-am uninstall-info-am
1.1       paf       448: 
                    449: 
                    450: compile.tab.C: compile.y
                    451:        bison -v $< -o $@
                    452: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    453: # Otherwise a system limit (for SysV at least) may be exceeded.
                    454: .NOEXPORT:

E-mail: