Annotation of sql/oracle/Makefile.in, revision 1.19

1.19    ! paf         1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.9       paf         2: # @configure_input@
1.1       parser      3: 
1.19    ! paf         4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
        !             5: # 2003, 2004  Free Software Foundation, Inc.
1.1       parser      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.9       paf        15: @SET_MAKE@
1.1       parser     16: 
1.19    ! paf        17: 
        !            18: SOURCES = $(libparser3oracle_la_SOURCES)
        !            19: 
1.1       parser     20: srcdir = @srcdir@
                     21: top_srcdir = @top_srcdir@
                     22: VPATH = @srcdir@
                     23: pkgdatadir = $(datadir)/@PACKAGE@
                     24: pkglibdir = $(libdir)/@PACKAGE@
                     25: pkgincludedir = $(includedir)/@PACKAGE@
                     26: top_builddir = .
1.9       paf        27: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       parser     28: INSTALL = @INSTALL@
1.9       paf        29: install_sh_DATA = $(install_sh) -c -m 644
                     30: install_sh_PROGRAM = $(install_sh) -c
                     31: install_sh_SCRIPT = $(install_sh) -c
                     32: INSTALL_HEADER = $(INSTALL_DATA)
                     33: transform = $(program_transform_name)
1.1       parser     34: NORMAL_INSTALL = :
                     35: PRE_INSTALL = :
                     36: POST_INSTALL = :
                     37: NORMAL_UNINSTALL = :
                     38: PRE_UNINSTALL = :
                     39: POST_UNINSTALL = :
                     40: host_triplet = @host@
1.19    ! paf        41: DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
        !            42:        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        !            43:        $(srcdir)/config_auto.h.in $(top_srcdir)/configure AUTHORS \
        !            44:        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
        !            45:        install-sh ltconfig ltmain.sh missing mkinstalldirs
        !            46: subdir = .
        !            47: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            48: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
        !            49:        $(top_srcdir)/configure.in
        !            50: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            51:        $(ACLOCAL_M4)
        !            52: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        !            53:  configure.lineno configure.status.lineno
        !            54: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            55: CONFIG_HEADER = config_auto.h
        !            56: CONFIG_CLEAN_FILES =
        !            57: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !            58: am__vpath_adj = case $$p in \
        !            59:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !            60:     *) f=$$p;; \
        !            61:   esac;
        !            62: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
        !            63: am__installdirs = "$(DESTDIR)$(libdir)"
        !            64: libLTLIBRARIES_INSTALL = $(INSTALL)
        !            65: LTLIBRARIES = $(lib_LTLIBRARIES)
        !            66: am__DEPENDENCIES_1 =
        !            67: libparser3oracle_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
        !            68: am_libparser3oracle_la_OBJECTS = parser3oracle.lo
        !            69: libparser3oracle_la_OBJECTS = $(am_libparser3oracle_la_OBJECTS)
        !            70: DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
        !            71: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !            72: am__depfiles_maybe = depfiles
        !            73: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        !            74:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
        !            75: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
        !            76:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        !            77:        $(AM_CXXFLAGS) $(CXXFLAGS)
        !            78: CXXLD = $(CXX)
        !            79: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
        !            80:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !            81: SOURCES = $(libparser3oracle_la_SOURCES)
        !            82: DIST_SOURCES = $(libparser3oracle_la_SOURCES)
        !            83: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
        !            84:        html-recursive info-recursive install-data-recursive \
        !            85:        install-exec-recursive install-info-recursive \
        !            86:        install-recursive installcheck-recursive installdirs-recursive \
        !            87:        pdf-recursive ps-recursive uninstall-info-recursive \
        !            88:        uninstall-recursive
        !            89: HEADERS = $(noinst_HEADERS)
        !            90: ETAGS = etags
        !            91: CTAGS = ctags
        !            92: DIST_SUBDIRS = $(SUBDIRS)
        !            93: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !            94: distdir = $(PACKAGE)-$(VERSION)
        !            95: top_distdir = $(distdir)
        !            96: am__remove_distdir = \
        !            97:   { test ! -d $(distdir) \
        !            98:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
        !            99:          && rm -fr $(distdir); }; }
        !           100: DIST_ARCHIVES = $(distdir).tar.gz
        !           101: GZIP_ENV = --best
        !           102: distuninstallcheck_listfiles = find . -type f -print
        !           103: distcleancheck_listfiles = find . -type f -print
1.9       paf       104: ACLOCAL = @ACLOCAL@
                    105: AMDEP_FALSE = @AMDEP_FALSE@
                    106: AMDEP_TRUE = @AMDEP_TRUE@
                    107: AMTAR = @AMTAR@
                    108: AUTOCONF = @AUTOCONF@
                    109: AUTOHEADER = @AUTOHEADER@
                    110: AUTOMAKE = @AUTOMAKE@
1.1       parser    111: AWK = @AWK@
                    112: CC = @CC@
1.9       paf       113: CCDEPMODE = @CCDEPMODE@
                    114: CFLAGS = @CFLAGS@
1.15      paf       115: CPP = @CPP@
1.9       paf       116: CPPFLAGS = @CPPFLAGS@
1.1       parser    117: CXX = @CXX@
1.9       paf       118: CXXDEPMODE = @CXXDEPMODE@
                    119: CXXFLAGS = @CXXFLAGS@
                    120: CYGPATH_W = @CYGPATH_W@
                    121: DEFS = @DEFS@
                    122: DEPDIR = @DEPDIR@
                    123: ECHO = @ECHO@
                    124: ECHO_C = @ECHO_C@
                    125: ECHO_N = @ECHO_N@
                    126: ECHO_T = @ECHO_T@
                    127: EGREP = @EGREP@
                    128: EXEEXT = @EXEEXT@
1.1       parser    129: INCLTDL = @INCLTDL@
1.9       paf       130: INSTALL_DATA = @INSTALL_DATA@
                    131: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    132: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    133: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    134: LDFLAGS = @LDFLAGS@
1.1       parser    135: LIBADD_DL = @LIBADD_DL@
                    136: LIBLTDL = @LIBLTDL@
1.9       paf       137: LIBOBJS = @LIBOBJS@
                    138: LIBS = @LIBS@
1.1       parser    139: LIBTOOL = @LIBTOOL@
                    140: LN_S = @LN_S@
1.9       paf       141: LTLIBOBJS = @LTLIBOBJS@
1.1       parser    142: MAKEINFO = @MAKEINFO@
1.9       paf       143: OBJEXT = @OBJEXT@
1.3       parser    144: ORACLE_OCI_INC = @ORACLE_OCI_INC@
                    145: ORACLE_PUBLIC_INC = @ORACLE_PUBLIC_INC@
1.1       parser    146: PACKAGE = @PACKAGE@
1.9       paf       147: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    148: PACKAGE_NAME = @PACKAGE_NAME@
                    149: PACKAGE_STRING = @PACKAGE_STRING@
                    150: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    151: PACKAGE_VERSION = @PACKAGE_VERSION@
                    152: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       parser    153: RANLIB = @RANLIB@
1.9       paf       154: SET_MAKE = @SET_MAKE@
                    155: SHELL = @SHELL@
                    156: STRIP = @STRIP@
1.1       parser    157: VERSION = @VERSION@
1.9       paf       158: ac_ct_CC = @ac_ct_CC@
                    159: ac_ct_CXX = @ac_ct_CXX@
                    160: ac_ct_RANLIB = @ac_ct_RANLIB@
                    161: ac_ct_STRIP = @ac_ct_STRIP@
                    162: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    163: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    164: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    165: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    166: am__include = @am__include@
1.19    ! paf       167: am__leading_dot = @am__leading_dot@
1.9       paf       168: am__quote = @am__quote@
1.19    ! paf       169: am__tar = @am__tar@
        !           170: am__untar = @am__untar@
1.9       paf       171: bindir = @bindir@
                    172: build = @build@
                    173: build_alias = @build_alias@
                    174: build_cpu = @build_cpu@
                    175: build_os = @build_os@
                    176: build_vendor = @build_vendor@
                    177: datadir = @datadir@
                    178: exec_prefix = @exec_prefix@
                    179: host = @host@
                    180: host_alias = @host_alias@
                    181: host_cpu = @host_cpu@
                    182: host_os = @host_os@
                    183: host_vendor = @host_vendor@
                    184: includedir = @includedir@
                    185: infodir = @infodir@
                    186: install_sh = @install_sh@
                    187: libdir = @libdir@
                    188: libexecdir = @libexecdir@
                    189: localstatedir = @localstatedir@
                    190: mandir = @mandir@
1.19    ! paf       191: mkdir_p = @mkdir_p@
1.9       paf       192: oldincludedir = @oldincludedir@
                    193: prefix = @prefix@
                    194: program_transform_name = @program_transform_name@
                    195: sbindir = @sbindir@
                    196: sharedstatedir = @sharedstatedir@
                    197: subdirs = @subdirs@
                    198: sysconfdir = @sysconfdir@
                    199: target_alias = @target_alias@
1.1       parser    200: SUBDIRS = libltdl
1.6       paf       201: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(ORACLE_OCI_INC) -I$(ORACLE_PUBLIC_INC)
1.5       paf       202: noinst_HEADERS = config_includes.h
1.4       paf       203: lib_LTLIBRARIES = libparser3oracle.la
1.5       paf       204: libparser3oracle_la_SOURCES = parser3oracle.C
1.4       paf       205: libparser3oracle_la_LIBADD = $(LIBLTDL)
1.19    ! paf       206: libparser3oracle_la_LDFLAGS = -module -avoid-version -lstdc++
1.13      paf       207: EXTRA_DIST = config_fixed.h parser3oracle.sln parser3oracle.vcproj
1.9       paf       208: all: config_auto.h
                    209:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
1.1       parser    210: 
                    211: .SUFFIXES:
1.9       paf       212: .SUFFIXES: .C .lo .o .obj
1.19    ! paf       213: am--refresh:
        !           214:        @:
        !           215: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           216:        @for dep in $?; do \
        !           217:          case '$(am__configure_deps)' in \
        !           218:            *$$dep*) \
        !           219:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
        !           220:              cd $(srcdir) && $(AUTOMAKE) --gnu  \
        !           221:                && exit 0; \
        !           222:              exit 1;; \
        !           223:          esac; \
        !           224:        done; \
        !           225:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
1.9       paf       226:        cd $(top_srcdir) && \
                    227:          $(AUTOMAKE) --gnu  Makefile
1.19    ! paf       228: .PRECIOUS: Makefile
        !           229: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           230:        @case '$?' in \
        !           231:          *config.status*) \
        !           232:            echo ' $(SHELL) ./config.status'; \
        !           233:            $(SHELL) ./config.status;; \
        !           234:          *) \
        !           235:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
        !           236:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
        !           237:        esac;
1.1       parser    238: 
1.19    ! paf       239: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       parser    240:        $(SHELL) ./config.status --recheck
1.19    ! paf       241: 
        !           242: $(top_srcdir)/configure:  $(am__configure_deps)
1.1       parser    243:        cd $(srcdir) && $(AUTOCONF)
1.19    ! paf       244: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.9       paf       245:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    246: 
                    247: config_auto.h: stamp-h1
1.1       parser    248:        @if test ! -f $@; then \
1.9       paf       249:          rm -f stamp-h1; \
                    250:          $(MAKE) stamp-h1; \
1.1       parser    251:        else :; fi
                    252: 
1.9       paf       253: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
                    254:        @rm -f stamp-h1
                    255:        cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
1.19    ! paf       256: $(srcdir)/config_auto.h.in:  $(am__configure_deps) 
1.9       paf       257:        cd $(top_srcdir) && $(AUTOHEADER)
1.19    ! paf       258:        rm -f stamp-h1
        !           259:        touch $@
1.1       parser    260: 
                    261: distclean-hdr:
1.9       paf       262:        -rm -f config_auto.h stamp-h1
1.1       parser    263: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                    264:        @$(NORMAL_INSTALL)
1.19    ! paf       265:        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
1.1       parser    266:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    267:          if test -f $$p; then \
1.19    ! paf       268:            f=$(am__strip_dir) \
        !           269:            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
        !           270:            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
1.1       parser    271:          else :; fi; \
                    272:        done
                    273: 
                    274: uninstall-libLTLIBRARIES:
                    275:        @$(NORMAL_UNINSTALL)
1.19    ! paf       276:        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
        !           277:          p=$(am__strip_dir) \
        !           278:          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
        !           279:          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
1.1       parser    280:        done
                    281: 
1.9       paf       282: clean-libLTLIBRARIES:
                    283:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
                    284:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    285:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1.19    ! paf       286:          test "$$dir" != "$$p" || dir=.; \
1.9       paf       287:          echo "rm -f \"$${dir}/so_locations\""; \
                    288:          rm -f "$${dir}/so_locations"; \
                    289:        done
                    290: libparser3oracle.la: $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_DEPENDENCIES) 
                    291:        $(CXXLINK) -rpath $(libdir) $(libparser3oracle_la_LDFLAGS) $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_LIBADD) $(LIBS)
1.1       parser    292: 
                    293: mostlyclean-compile:
1.19    ! paf       294:        -rm -f *.$(OBJEXT)
1.1       parser    295: 
                    296: distclean-compile:
                    297:        -rm -f *.tab.c
                    298: 
1.9       paf       299: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser3oracle.Plo@am__quote@
1.1       parser    300: 
1.9       paf       301: .C.o:
1.19    ! paf       302: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
        !           303: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.9       paf       304: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.19    ! paf       305: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           306: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
1.9       paf       307: 
                    308: .C.obj:
1.19    ! paf       309: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
        !           310: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.9       paf       311: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.19    ! paf       312: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           313: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.9       paf       314: 
                    315: .C.lo:
1.19    ! paf       316: @am__fastdepCXX_TRUE@  if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
        !           317: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.9       paf       318: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.19    ! paf       319: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           320: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
1.1       parser    321: 
                    322: mostlyclean-libtool:
                    323:        -rm -f *.lo
                    324: 
                    325: clean-libtool:
                    326:        -rm -rf .libs _libs
                    327: 
                    328: distclean-libtool:
1.9       paf       329:        -rm -f libtool
                    330: uninstall-info-am:
1.1       parser    331: 
                    332: # This directory's subdirectories are mostly independent; you can cd
                    333: # into them and run `make' without going through this Makefile.
                    334: # To change the values of `make' variables: instead of editing Makefiles,
                    335: # (1) if the variable is set in `config.status', edit `config.status'
                    336: #     (which will cause the Makefiles to be regenerated when you run `make');
                    337: # (2) otherwise, pass the desired values on the `make' command line.
1.9       paf       338: $(RECURSIVE_TARGETS):
                    339:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       parser    340:        dot_seen=no; \
                    341:        target=`echo $@ | sed s/-recursive//`; \
                    342:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    343:          echo "Making $$target in $$subdir"; \
                    344:          if test "$$subdir" = "."; then \
                    345:            dot_seen=yes; \
                    346:            local_target="$$target-am"; \
                    347:          else \
                    348:            local_target="$$target"; \
                    349:          fi; \
                    350:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    351:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    352:        done; \
                    353:        if test "$$dot_seen" = "no"; then \
                    354:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    355:        fi; test -z "$$fail"
                    356: 
                    357: mostlyclean-recursive clean-recursive distclean-recursive \
                    358: maintainer-clean-recursive:
1.9       paf       359:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       parser    360:        dot_seen=no; \
1.9       paf       361:        case "$@" in \
                    362:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    363:          *) list='$(SUBDIRS)' ;; \
                    364:        esac; \
                    365:        rev=''; for subdir in $$list; do \
                    366:          if test "$$subdir" = "."; then :; else \
                    367:            rev="$$subdir $$rev"; \
                    368:          fi; \
1.1       parser    369:        done; \
1.9       paf       370:        rev="$$rev ."; \
1.1       parser    371:        target=`echo $@ | sed s/-recursive//`; \
                    372:        for subdir in $$rev; do \
                    373:          echo "Making $$target in $$subdir"; \
                    374:          if test "$$subdir" = "."; then \
                    375:            local_target="$$target-am"; \
                    376:          else \
                    377:            local_target="$$target"; \
                    378:          fi; \
                    379:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    380:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    381:        done && test -z "$$fail"
                    382: tags-recursive:
                    383:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    384:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    385:        done
1.9       paf       386: ctags-recursive:
                    387:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    388:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    389:        done
                    390: 
                    391: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    392:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    393:        unique=`for i in $$list; do \
                    394:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    395:          done | \
                    396:          $(AWK) '    { files[$$0] = 1; } \
1.1       parser    397:               END { for (i in files) print i; }'`; \
1.9       paf       398:        mkid -fID $$unique
1.19    ! paf       399: tags: TAGS
1.1       parser    400: 
1.9       paf       401: TAGS: tags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
                    402:                $(TAGS_FILES) $(LISP)
1.1       parser    403:        tags=; \
                    404:        here=`pwd`; \
1.19    ! paf       405:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           406:          include_option=--etags-include; \
        !           407:          empty_fix=.; \
        !           408:        else \
        !           409:          include_option=--include; \
        !           410:          empty_fix=; \
        !           411:        fi; \
1.1       parser    412:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.9       paf       413:          if test "$$subdir" = .; then :; else \
1.19    ! paf       414:            test ! -f $$subdir/TAGS || \
        !           415:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.9       paf       416:          fi; \
1.1       parser    417:        done; \
1.9       paf       418:        list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    419:        unique=`for i in $$list; do \
                    420:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    421:          done | \
                    422:          $(AWK) '    { files[$$0] = 1; } \
1.1       parser    423:               END { for (i in files) print i; }'`; \
1.19    ! paf       424:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
        !           425:          test -n "$$unique" || unique=$$empty_fix; \
        !           426:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           427:            $$tags $$unique; \
        !           428:        fi
1.9       paf       429: ctags: CTAGS
                    430: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
                    431:                $(TAGS_FILES) $(LISP)
                    432:        tags=; \
                    433:        here=`pwd`; \
                    434:        list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    435:        unique=`for i in $$list; do \
                    436:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    437:          done | \
                    438:          $(AWK) '    { files[$$0] = 1; } \
                    439:               END { for (i in files) print i; }'`; \
                    440:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    441:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    442:             $$tags $$unique
                    443: 
                    444: GTAGS:
                    445:        here=`$(am__cd) $(top_builddir) && pwd` \
                    446:          && cd $(top_srcdir) \
                    447:          && gtags -i $(GTAGS_ARGS) $$here
1.1       parser    448: 
1.9       paf       449: distclean-tags:
                    450:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       parser    451: 
                    452: distdir: $(DISTFILES)
1.9       paf       453:        $(am__remove_distdir)
1.1       parser    454:        mkdir $(distdir)
1.9       paf       455:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    456:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    457:        list='$(DISTFILES)'; for file in $$list; do \
                    458:          case $$file in \
                    459:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    460:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    461:          esac; \
                    462:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    463:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    464:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    465:            dir="/$$dir"; \
1.19    ! paf       466:            $(mkdir_p) "$(distdir)$$dir"; \
1.9       paf       467:          else \
                    468:            dir=''; \
                    469:          fi; \
1.1       parser    470:          if test -d $$d/$$file; then \
1.9       paf       471:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    472:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    473:            fi; \
                    474:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       parser    475:          else \
                    476:            test -f $(distdir)/$$file \
1.9       paf       477:            || cp -p $$d/$$file $(distdir)/$$file \
                    478:            || exit 1; \
1.1       parser    479:          fi; \
                    480:        done
1.19    ! paf       481:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       parser    482:          if test "$$subdir" = .; then :; else \
1.19    ! paf       483:            test -d "$(distdir)/$$subdir" \
        !           484:            || $(mkdir_p) "$(distdir)/$$subdir" \
1.1       parser    485:            || exit 1; \
1.19    ! paf       486:            distdir=`$(am__cd) $(distdir) && pwd`; \
        !           487:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.9       paf       488:            (cd $$subdir && \
                    489:              $(MAKE) $(AM_MAKEFLAGS) \
1.19    ! paf       490:                top_distdir="$$top_distdir" \
        !           491:                distdir="$$distdir/$$subdir" \
1.9       paf       492:                distdir) \
1.1       parser    493:              || exit 1; \
                    494:          fi; \
                    495:        done
1.9       paf       496:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
                    497:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    498:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    499:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
                    500:        || chmod -R a+r $(distdir)
                    501: dist-gzip: distdir
1.19    ! paf       502:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           503:        $(am__remove_distdir)
        !           504: 
        !           505: dist-bzip2: distdir
        !           506:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
        !           507:        $(am__remove_distdir)
        !           508: 
        !           509: dist-tarZ: distdir
        !           510:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        !           511:        $(am__remove_distdir)
        !           512: 
        !           513: dist-shar: distdir
        !           514:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        !           515:        $(am__remove_distdir)
        !           516: 
        !           517: dist-zip: distdir
        !           518:        -rm -f $(distdir).zip
        !           519:        zip -rq $(distdir).zip $(distdir)
1.9       paf       520:        $(am__remove_distdir)
                    521: 
                    522: dist dist-all: distdir
1.19    ! paf       523:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.9       paf       524:        $(am__remove_distdir)
1.1       parser    525: 
1.9       paf       526: # This target untars the dist file and tries a VPATH configuration.  Then
                    527: # it guarantees that the distribution is self-contained by making another
                    528: # tarfile.
                    529: distcheck: dist
1.19    ! paf       530:        case '$(DIST_ARCHIVES)' in \
        !           531:        *.tar.gz*) \
        !           532:          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
        !           533:        *.tar.bz2*) \
        !           534:          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
        !           535:        *.tar.Z*) \
        !           536:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        !           537:        *.shar.gz*) \
        !           538:          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
        !           539:        *.zip*) \
        !           540:          unzip $(distdir).zip ;;\
        !           541:        esac
1.9       paf       542:        chmod -R a-w $(distdir); chmod a+w $(distdir)
1.19    ! paf       543:        mkdir $(distdir)/_build
        !           544:        mkdir $(distdir)/_inst
1.9       paf       545:        chmod a-w $(distdir)
1.19    ! paf       546:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1.9       paf       547:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.19    ! paf       548:          && cd $(distdir)/_build \
1.9       paf       549:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    550:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    551:          && $(MAKE) $(AM_MAKEFLAGS) \
                    552:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    553:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    554:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    555:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    556:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    557:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    558:                distuninstallcheck \
                    559:          && chmod -R a-w "$$dc_install_base" \
                    560:          && ({ \
1.19    ! paf       561:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1.9       paf       562:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    563:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    564:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    565:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    566:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    567:          && rm -rf "$$dc_destdir" \
1.19    ! paf       568:          && $(MAKE) $(AM_MAKEFLAGS) dist \
        !           569:          && rm -rf $(DIST_ARCHIVES) \
1.9       paf       570:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
                    571:        $(am__remove_distdir)
1.19    ! paf       572:        @(echo "$(distdir) archives ready for distribution: "; \
        !           573:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
        !           574:          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
1.9       paf       575: distuninstallcheck:
1.19    ! paf       576:        @cd $(distuninstallcheck_dir) \
1.9       paf       577:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                    578:           || { echo "ERROR: files left after uninstall:" ; \
                    579:                if test -n "$(DESTDIR)"; then \
                    580:                  echo "  (check DESTDIR support)"; \
                    581:                fi ; \
                    582:                $(distuninstallcheck_listfiles) ; \
                    583:                exit 1; } >&2
                    584: distcleancheck: distclean
1.19    ! paf       585:        @if test '$(srcdir)' = . ; then \
1.9       paf       586:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    587:          exit 1 ; \
                    588:        fi
1.19    ! paf       589:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1.9       paf       590:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    591:               $(distcleancheck_listfiles) ; \
                    592:               exit 1; } >&2
1.1       parser    593: check-am: all-am
                    594: check: check-recursive
1.9       paf       595: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
                    596: installdirs: installdirs-recursive
                    597: installdirs-am:
1.19    ! paf       598:        for dir in "$(DESTDIR)$(libdir)"; do \
        !           599:          test -z "$$dir" || $(mkdir_p) "$$dir"; \
        !           600:        done
1.9       paf       601: install: install-recursive
1.1       parser    602: install-exec: install-exec-recursive
                    603: install-data: install-data-recursive
1.9       paf       604: uninstall: uninstall-recursive
1.1       parser    605: 
                    606: install-am: all-am
                    607:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.9       paf       608: 
                    609: installcheck: installcheck-recursive
1.1       parser    610: install-strip:
1.9       paf       611:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.19    ! paf       612:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.9       paf       613:          `test -z '$(STRIP)' || \
                    614:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       parser    615: mostlyclean-generic:
                    616: 
                    617: clean-generic:
                    618: 
                    619: distclean-generic:
1.19    ! paf       620:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       parser    621: 
                    622: maintainer-clean-generic:
1.9       paf       623:        @echo "This command is intended for maintainers to use"
                    624:        @echo "it deletes files that may require special tools to rebuild."
                    625: clean: clean-recursive
                    626: 
                    627: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
                    628:        mostlyclean-am
1.1       parser    629: 
1.9       paf       630: distclean: distclean-recursive
                    631:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.19    ! paf       632:        -rm -rf ./$(DEPDIR)
        !           633:        -rm -f Makefile
        !           634: distclean-am: clean-am distclean-compile distclean-generic \
        !           635:        distclean-hdr distclean-libtool distclean-tags
1.9       paf       636: 
                    637: dvi: dvi-recursive
                    638: 
                    639: dvi-am:
                    640: 
1.19    ! paf       641: html: html-recursive
        !           642: 
1.9       paf       643: info: info-recursive
                    644: 
                    645: info-am:
1.1       parser    646: 
1.9       paf       647: install-data-am:
1.1       parser    648: 
1.9       paf       649: install-exec-am: install-libLTLIBRARIES
1.1       parser    650: 
1.9       paf       651: install-info: install-info-recursive
1.1       parser    652: 
1.9       paf       653: install-man:
1.1       parser    654: 
1.9       paf       655: installcheck-am:
1.1       parser    656: 
                    657: maintainer-clean: maintainer-clean-recursive
1.9       paf       658:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.19    ! paf       659:        -rm -rf $(top_srcdir)/autom4te.cache
        !           660:        -rm -rf ./$(DEPDIR)
        !           661:        -rm -f Makefile
1.9       paf       662: maintainer-clean-am: distclean-am maintainer-clean-generic
                    663: 
                    664: mostlyclean: mostlyclean-recursive
1.1       parser    665: 
1.9       paf       666: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    667:        mostlyclean-libtool
                    668: 
                    669: pdf: pdf-recursive
                    670: 
                    671: pdf-am:
                    672: 
                    673: ps: ps-recursive
                    674: 
                    675: ps-am:
                    676: 
                    677: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
                    678: 
                    679: uninstall-info: uninstall-info-recursive
                    680: 
1.19    ! paf       681: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
        !           682:        check-am clean clean-generic clean-libLTLIBRARIES \
        !           683:        clean-libtool clean-recursive ctags ctags-recursive dist \
        !           684:        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
        !           685:        distcheck distclean distclean-compile distclean-generic \
        !           686:        distclean-hdr distclean-libtool distclean-recursive \
        !           687:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        !           688:        dvi-am html html-am info info-am install install-am \
        !           689:        install-data install-data-am install-exec install-exec-am \
        !           690:        install-info install-info-am install-libLTLIBRARIES \
        !           691:        install-man install-strip installcheck installcheck-am \
        !           692:        installdirs installdirs-am maintainer-clean \
        !           693:        maintainer-clean-generic maintainer-clean-recursive \
        !           694:        mostlyclean mostlyclean-compile mostlyclean-generic \
        !           695:        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
        !           696:        tags tags-recursive uninstall uninstall-am uninstall-info-am \
        !           697:        uninstall-libLTLIBRARIES
1.1       parser    698: 
                    699: 
1.7       paf       700: update:
                    701:        cvs update
                    702:        $(MAKE)
                    703: 
                    704: commit:
1.9       paf       705: #      trick to make 'make' happy at check out time
                    706: #      without this aclocal.m4 never updates
                    707: #      and becomes older than it's prerequisities
                    708: #      thus causing redundant remaking:
                    709: #      aclocal+autoconf+automake
1.7       paf       710: 
                    711:        cvs commit -m "no message" -f acinclude.m4
                    712:        cvs commit -m "no message" -f aclocal.m4
                    713:        cvs commit -m "no message" -f Makefile.am
                    714:        cvs commit -m "no message" -f Makefile.in
1.8       paf       715:        cvs commit -m "no message" -f configure.in
1.7       paf       716:        cvs commit -m "no message" -f configure
                    717: 
                    718:        cvs commit
                    719: 
                    720: happy: update install-exec
1.1       parser    721: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    722: # Otherwise a system limit (for SysV at least) may be exceeded.
                    723: .NOEXPORT:

E-mail: