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

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

E-mail: