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

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

E-mail: