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

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

E-mail: