Annotation of parser3/src/classes/Makefile.in, revision 1.52

1.52    ! paf         1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
        !             2: # @configure_input@
1.1       paf         3: 
1.52    ! 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.52    ! 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.37      paf        23: top_builddir = ../..
1.1       paf        24: 
1.52    ! paf        25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        26: INSTALL = @INSTALL@
1.52    ! 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.52    ! paf        39: ACLOCAL = @ACLOCAL@
        !            40: AMDEP_FALSE = @AMDEP_FALSE@
        !            41: AMDEP_TRUE = @AMDEP_TRUE@
        !            42: AMTAR = @AMTAR@
1.22      parser     43: APACHE13 = @APACHE13@
1.28      paf        44: APACHE_LIBS = @APACHE_LIBS@
1.52    ! paf        45: AUTOCONF = @AUTOCONF@
        !            46: AUTOHEADER = @AUTOHEADER@
        !            47: AUTOMAKE = @AUTOMAKE@
1.1       paf        48: AWK = @AWK@
                     49: CC = @CC@
1.52    ! 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@
        !            54: CPPFLAGS = @CPPFLAGS@
1.1       paf        55: CXX = @CXX@
1.52    ! paf        56: CXXCPP = @CXXCPP@
        !            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.52    ! 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.52    ! paf        77: LIBOBJS = @LIBOBJS@
        !            78: LIBS = @LIBS@
        !            79: LTLIBOBJS = @LTLIBOBJS@
1.1       paf        80: MAKEINFO = @MAKEINFO@
1.47      paf        81: MIME_INCLUDES = @MIME_INCLUDES@
                     82: MIME_LIBS = @MIME_LIBS@
1.52    ! paf        83: OBJEXT = @OBJEXT@
1.22      parser     84: P3S = @P3S@
1.1       paf        85: PACKAGE = @PACKAGE@
1.52    ! 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.52    ! paf        93: SET_MAKE = @SET_MAKE@
        !            94: SHELL = @SHELL@
        !            95: STRIP = @STRIP@
1.1       paf        96: VERSION = @VERSION@
1.17      parser     97: XML_INCLUDES = @XML_INCLUDES@
                     98: XML_LIBS = @XML_LIBS@
1.1       paf        99: YACC = @YACC@
1.52    ! 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.36      paf       116: charsetsdir = @charsetsdir@
1.52    ! 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.49      paf       122: dll_extension = @dll_extension@
1.52    ! 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.52    ! 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.44      paf       136: mysql_client = @mysql_client@
1.52    ! paf       137: oldincludedir = @oldincludedir@
1.44      paf       138: oracle_client = @oracle_client@
                    139: pgsql_client = @pgsql_client@
1.52    ! paf       140: prefix = @prefix@
        !           141: program_transform_name = @program_transform_name@
        !           142: sbindir = @sbindir@
        !           143: sharedstatedir = @sharedstatedir@
1.37      paf       144: sqldriversdir = @sqldriversdir@
1.52    ! paf       145: subdirs = @subdirs@
        !           146: sysconfdir = @sysconfdir@
        !           147: target_alias = @target_alias@
1.41      paf       148: SUBDIRS = gd smtp
1.46      paf       149: INCLUDES = -I../types -I../sql -I../lib/pcre -Igd @XML_INCLUDES@ -I../lib/md5
1.40      paf       150: 
1.18      parser    151: noinst_LIBRARIES = libclasses.a
1.41      paf       152: noinst_HEADERS = classes.h xnode.h
1.48      paf       153: libclasses_a_SOURCES = classes.awk double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C classes.C
1.40      paf       154: 
1.18      parser    155: CLASSES_INC_DEPS = *.C
1.36      paf       156: CLEANFILES = classes.inc
1.40      paf       157: 
1.41      paf       158: EXTRA_DIST = classes.dsp
1.52    ! paf       159: subdir = src/classes
1.1       paf       160: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.52    ! paf       161: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
        !           162: CONFIG_CLEAN_FILES =
        !           163: LIBRARIES = $(noinst_LIBRARIES)
        !           164: 
        !           165: libclasses_a_AR = $(AR) cru
        !           166: libclasses_a_LIBADD =
        !           167: am_libclasses_a_OBJECTS = double.$(OBJEXT) file.$(OBJEXT) form.$(OBJEXT) \
        !           168:        image.$(OBJEXT) int.$(OBJEXT) mail.$(OBJEXT) op.$(OBJEXT) \
        !           169:        math.$(OBJEXT) response.$(OBJEXT) string.$(OBJEXT) \
        !           170:        table.$(OBJEXT) void.$(OBJEXT) hash.$(OBJEXT) date.$(OBJEXT) \
        !           171:        xnode.$(OBJEXT) xdoc.$(OBJEXT) classes.$(OBJEXT)
        !           172: libclasses_a_OBJECTS = $(am_libclasses_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)/classes.Po ./$(DEPDIR)/date.Po \
        !           178: @AMDEP_TRUE@   ./$(DEPDIR)/double.Po ./$(DEPDIR)/file.Po \
        !           179: @AMDEP_TRUE@   ./$(DEPDIR)/form.Po ./$(DEPDIR)/hash.Po \
        !           180: @AMDEP_TRUE@   ./$(DEPDIR)/image.Po ./$(DEPDIR)/int.Po \
        !           181: @AMDEP_TRUE@   ./$(DEPDIR)/mail.Po ./$(DEPDIR)/math.Po \
        !           182: @AMDEP_TRUE@   ./$(DEPDIR)/op.Po ./$(DEPDIR)/response.Po \
        !           183: @AMDEP_TRUE@   ./$(DEPDIR)/string.Po ./$(DEPDIR)/table.Po \
        !           184: @AMDEP_TRUE@   ./$(DEPDIR)/void.Po ./$(DEPDIR)/xdoc.Po \
        !           185: @AMDEP_TRUE@   ./$(DEPDIR)/xnode.Po
        !           186: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        !           187:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.1       paf       188: CXXLD = $(CXX)
1.52    ! paf       189: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
        !           190:        -o $@
        !           191: DIST_SOURCES = $(libclasses_a_SOURCES)
        !           192: HEADERS = $(noinst_HEADERS)
1.41      paf       193: 
1.1       paf       194: 
1.52    ! paf       195: RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
        !           196:        ps-recursive install-info-recursive uninstall-info-recursive \
        !           197:        all-recursive install-data-recursive install-exec-recursive \
        !           198:        installdirs-recursive install-recursive uninstall-recursive \
        !           199:        check-recursive installcheck-recursive
        !           200: DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
        !           201: DIST_SUBDIRS = $(SUBDIRS)
        !           202: SOURCES = $(libclasses_a_SOURCES)
1.1       paf       203: 
1.52    ! paf       204: all: all-recursive
1.1       paf       205: 
                    206: .SUFFIXES:
1.52    ! 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/classes/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.52    ! paf       214: AR = ar
1.1       paf       215: 
                    216: clean-noinstLIBRARIES:
                    217:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.52    ! paf       218: libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES) 
        !           219:        -rm -f libclasses.a
        !           220:        $(libclasses_a_AR) libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD)
        !           221:        $(RANLIB) libclasses.a
1.1       paf       222: 
                    223: mostlyclean-compile:
1.52    ! paf       224:        -rm -f *.$(OBJEXT) core *.core
1.1       paf       225: 
                    226: distclean-compile:
                    227:        -rm -f *.tab.c
                    228: 
1.52    ! paf       229: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classes.Po@am__quote@
        !           230: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/date.Po@am__quote@
        !           231: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/double.Po@am__quote@
        !           232: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
        !           233: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/form.Po@am__quote@
        !           234: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
        !           235: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
        !           236: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Po@am__quote@
        !           237: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mail.Po@am__quote@
        !           238: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
        !           239: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op.Po@am__quote@
        !           240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/response.Po@am__quote@
        !           241: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Po@am__quote@
        !           242: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Po@am__quote@
        !           243: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/void.Po@am__quote@
        !           244: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdoc.Po@am__quote@
        !           245: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xnode.Po@am__quote@
        !           246: 
        !           247: distclean-depend:
        !           248:        -rm -rf ./$(DEPDIR)
1.1       paf       249: 
                    250: .C.o:
1.52    ! paf       251: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
        !           252: @am__fastdepCXX_TRUE@    -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
        !           253: @am__fastdepCXX_TRUE@  then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
        !           254: @am__fastdepCXX_TRUE@  else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
        !           255: @am__fastdepCXX_TRUE@  fi
        !           256: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           257: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           258: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           259: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
        !           260: 
        !           261: .C.obj:
        !           262: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
        !           263: @am__fastdepCXX_TRUE@    -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
        !           264: @am__fastdepCXX_TRUE@  then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
        !           265: @am__fastdepCXX_TRUE@  else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
        !           266: @am__fastdepCXX_TRUE@  fi
        !           267: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           268: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           269: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           270: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
        !           271: uninstall-info-am:
1.1       paf       272: 
                    273: # This directory's subdirectories are mostly independent; you can cd
                    274: # into them and run `make' without going through this Makefile.
                    275: # To change the values of `make' variables: instead of editing Makefiles,
                    276: # (1) if the variable is set in `config.status', edit `config.status'
                    277: #     (which will cause the Makefiles to be regenerated when you run `make');
                    278: # (2) otherwise, pass the desired values on the `make' command line.
1.52    ! paf       279: $(RECURSIVE_TARGETS):
        !           280:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       281:        dot_seen=no; \
                    282:        target=`echo $@ | sed s/-recursive//`; \
                    283:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    284:          echo "Making $$target in $$subdir"; \
                    285:          if test "$$subdir" = "."; then \
                    286:            dot_seen=yes; \
                    287:            local_target="$$target-am"; \
                    288:          else \
                    289:            local_target="$$target"; \
                    290:          fi; \
                    291:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    292:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    293:        done; \
                    294:        if test "$$dot_seen" = "no"; then \
                    295:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    296:        fi; test -z "$$fail"
                    297: 
                    298: mostlyclean-recursive clean-recursive distclean-recursive \
                    299: maintainer-clean-recursive:
1.52    ! paf       300:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       301:        dot_seen=no; \
1.52    ! paf       302:        case "$@" in \
        !           303:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           304:          *) list='$(SUBDIRS)' ;; \
        !           305:        esac; \
        !           306:        rev=''; for subdir in $$list; do \
        !           307:          if test "$$subdir" = "."; then :; else \
        !           308:            rev="$$subdir $$rev"; \
        !           309:          fi; \
1.1       paf       310:        done; \
1.52    ! paf       311:        rev="$$rev ."; \
1.1       paf       312:        target=`echo $@ | sed s/-recursive//`; \
                    313:        for subdir in $$rev; do \
                    314:          echo "Making $$target in $$subdir"; \
                    315:          if test "$$subdir" = "."; then \
                    316:            local_target="$$target-am"; \
                    317:          else \
                    318:            local_target="$$target"; \
                    319:          fi; \
                    320:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    321:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    322:        done && test -z "$$fail"
                    323: tags-recursive:
                    324:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    325:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    326:        done
1.52    ! paf       327: ctags-recursive:
        !           328:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           329:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
        !           330:        done
        !           331: 
        !           332: ETAGS = etags
        !           333: ETAGSFLAGS =
        !           334: 
        !           335: CTAGS = ctags
        !           336: CTAGSFLAGS =
1.1       paf       337: 
                    338: tags: TAGS
                    339: 
1.52    ! paf       340: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           341:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           342:        unique=`for i in $$list; do \
        !           343:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           344:          done | \
        !           345:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       346:               END { for (i in files) print i; }'`; \
1.52    ! paf       347:        mkid -fID $$unique
1.1       paf       348: 
1.52    ! paf       349: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           350:                $(TAGS_FILES) $(LISP)
1.1       paf       351:        tags=; \
                    352:        here=`pwd`; \
                    353:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.52    ! paf       354:          if test "$$subdir" = .; then :; else \
1.1       paf       355:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1.52    ! paf       356:          fi; \
1.1       paf       357:        done; \
1.52    ! paf       358:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           359:        unique=`for i in $$list; do \
        !           360:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           361:          done | \
        !           362:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       363:               END { for (i in files) print i; }'`; \
1.52    ! paf       364:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           365:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           366:             $$tags $$unique
        !           367: 
        !           368: ctags: CTAGS
        !           369: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           370:                $(TAGS_FILES) $(LISP)
        !           371:        tags=; \
        !           372:        here=`pwd`; \
        !           373:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           374:        unique=`for i in $$list; do \
        !           375:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           376:          done | \
        !           377:          $(AWK) '    { files[$$0] = 1; } \
        !           378:               END { for (i in files) print i; }'`; \
        !           379:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
        !           380:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           381:             $$tags $$unique
        !           382: 
        !           383: GTAGS:
        !           384:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           385:          && cd $(top_srcdir) \
        !           386:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       387: 
                    388: distclean-tags:
1.52    ! paf       389:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           390: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       paf       391: 
1.52    ! paf       392: top_distdir = ../..
        !           393: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1       paf       394: 
                    395: distdir: $(DISTFILES)
1.52    ! paf       396:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        !           397:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        !           398:        list='$(DISTFILES)'; for file in $$list; do \
        !           399:          case $$file in \
        !           400:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
        !           401:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
        !           402:          esac; \
        !           403:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           404:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           405:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           406:            dir="/$$dir"; \
        !           407:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           408:          else \
        !           409:            dir=''; \
        !           410:          fi; \
1.1       paf       411:          if test -d $$d/$$file; then \
1.52    ! paf       412:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           413:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           414:            fi; \
        !           415:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       416:          else \
                    417:            test -f $(distdir)/$$file \
1.52    ! paf       418:            || cp -p $$d/$$file $(distdir)/$$file \
        !           419:            || exit 1; \
1.1       paf       420:          fi; \
                    421:        done
1.52    ! paf       422:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.1       paf       423:          if test "$$subdir" = .; then :; else \
                    424:            test -d $(distdir)/$$subdir \
                    425:            || mkdir $(distdir)/$$subdir \
                    426:            || exit 1; \
1.52    ! paf       427:            (cd $$subdir && \
        !           428:              $(MAKE) $(AM_MAKEFLAGS) \
        !           429:                top_distdir="$(top_distdir)" \
        !           430:                distdir=../$(distdir)/$$subdir \
        !           431:                distdir) \
1.1       paf       432:              || exit 1; \
                    433:          fi; \
                    434:        done
                    435: check-am: all-am
                    436: check: check-recursive
1.52    ! paf       437: all-am: Makefile $(LIBRARIES) $(HEADERS)
        !           438: installdirs: installdirs-recursive
        !           439: installdirs-am:
        !           440: 
        !           441: install: install-recursive
1.1       paf       442: install-exec: install-exec-recursive
                    443: install-data: install-data-recursive
1.52    ! paf       444: uninstall: uninstall-recursive
1.1       paf       445: 
                    446: install-am: all-am
                    447:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.52    ! paf       448: 
        !           449: installcheck: installcheck-recursive
1.1       paf       450: install-strip:
1.52    ! paf       451:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           452:          INSTALL_STRIP_FLAG=-s \
        !           453:          `test -z '$(STRIP)' || \
        !           454:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       455: mostlyclean-generic:
                    456: 
                    457: clean-generic:
1.4       parser    458:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1       paf       459: 
                    460: distclean-generic:
                    461:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    462: 
                    463: maintainer-clean-generic:
1.52    ! paf       464:        @echo "This command is intended for maintainers to use"
        !           465:        @echo "it deletes files that may require special tools to rebuild."
        !           466: clean: clean-recursive
        !           467: 
        !           468: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
        !           469: 
        !           470: distclean: distclean-recursive
        !           471: 
        !           472: distclean-am: clean-am distclean-compile distclean-depend \
        !           473:        distclean-generic distclean-tags
        !           474: 
        !           475: dvi: dvi-recursive
1.1       paf       476: 
1.52    ! paf       477: dvi-am:
        !           478: 
        !           479: info: info-recursive
        !           480: 
        !           481: info-am:
1.1       paf       482: 
1.52    ! paf       483: install-data-am:
1.1       paf       484: 
1.52    ! paf       485: install-exec-am:
1.1       paf       486: 
1.52    ! paf       487: install-info: install-info-recursive
1.1       paf       488: 
1.52    ! paf       489: install-man:
1.1       paf       490: 
1.52    ! paf       491: installcheck-am:
1.1       paf       492: 
                    493: maintainer-clean: maintainer-clean-recursive
                    494: 
1.52    ! paf       495: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           496: 
        !           497: mostlyclean: mostlyclean-recursive
        !           498: 
        !           499: mostlyclean-am: mostlyclean-compile mostlyclean-generic
        !           500: 
        !           501: pdf: pdf-recursive
        !           502: 
        !           503: pdf-am:
        !           504: 
        !           505: ps: ps-recursive
        !           506: 
        !           507: ps-am:
        !           508: 
        !           509: uninstall-am: uninstall-info-am
        !           510: 
        !           511: uninstall-info: uninstall-info-recursive
        !           512: 
        !           513: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
        !           514:        clean-generic clean-noinstLIBRARIES clean-recursive ctags \
        !           515:        ctags-recursive distclean distclean-compile distclean-depend \
        !           516:        distclean-generic distclean-recursive distclean-tags distdir \
        !           517:        dvi dvi-am dvi-recursive info info-am info-recursive install \
        !           518:        install-am install-data install-data-am install-data-recursive \
        !           519:        install-exec install-exec-am install-exec-recursive \
        !           520:        install-info install-info-am install-info-recursive install-man \
        !           521:        install-recursive install-strip installcheck installcheck-am \
        !           522:        installdirs installdirs-am installdirs-recursive \
        !           523:        maintainer-clean maintainer-clean-generic \
        !           524:        maintainer-clean-recursive mostlyclean mostlyclean-compile \
        !           525:        mostlyclean-generic mostlyclean-recursive pdf pdf-am \
        !           526:        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
        !           527:        uninstall uninstall-am uninstall-info-am \
        !           528:        uninstall-info-recursive uninstall-recursive
1.1       paf       529: 
                    530: 
1.18      parser    531: classes.inc: classes.awk $(CLASSES_INC_DEPS) Makefile.am
                    532:        echo "/* do not edit. autogenerated by Makefile.am */" > classes.inc
                    533:        echo >> classes.inc
                    534:        ls $(CLASSES_INC_DEPS) | $(AWK) -f classes.awk >> classes.inc
                    535: 
                    536: classes.C: classes.inc
1.1       paf       537: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    538: # Otherwise a system limit (for SysV at least) may be exceeded.
                    539: .NOEXPORT:

E-mail: