# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = /bin/sh srcdir = . top_srcdir = ../.. prefix = exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/share/info mandir = ${prefix}/share/man includedir = ${prefix}/include oldincludedir = /usr/include pkgdatadir = $(datadir)/clint pkglibdir = $(libdir)/clint pkgincludedir = $(includedir)/clint top_builddir = ../.. ACLOCAL = ${SHELL} /mnt/gmirror/ports/devel/clint/work/clint-0.1.2/config/missing --run aclocal AUTOCONF = ${SHELL} /mnt/gmirror/ports/devel/clint/work/clint-0.1.2/config/missing --run autoconf AUTOMAKE = ${SHELL} /mnt/gmirror/ports/devel/clint/work/clint-0.1.2/config/missing --run automake AUTOHEADER = ${SHELL} /mnt/gmirror/ports/devel/clint/work/clint-0.1.2/config/missing --run autoheader INSTALL = /usr/local/bin/ginstall -c INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_FLAG = transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = i386-unknown-gnu host_triplet = i386-unknown-gnu AMDEP = # AMTAR = ${SHELL} /mnt/gmirror/ports/devel/clint/work/clint-0.1.2/config/missing --run tar AS = @AS@ AWK = gawk CC = gcc CPP = gcc -E CXX = g++ CXXCPP = g++ -E DEPDIR = .deps DLLTOOL = @DLLTOOL@ ISODATE = 2008-01-03 LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBTOOL_DEPS = config/ltconfig config/ltmain.sh LN_S = ln -s MAINT = # MAKEINFO = ${SHELL} /mnt/gmirror/ports/devel/clint/work/clint-0.1.2/config/missing --run makeinfo OBJDUMP = @OBJDUMP@ PACKAGE = clint PYTHON = @PYTHON@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ PYTHON_INCLUDES = @PYTHON_INCLUDES@ PYTHON_PLATFORM = @PYTHON_PLATFORM@ PYTHON_PREFIX = @PYTHON_PREFIX@ PYTHON_SITE = @PYTHON_SITE@ PYTHON_SITE_EXEC = @PYTHON_SITE_EXEC@ PYTHON_SITE_INSTALL = @PYTHON_SITE_INSTALL@ PYTHON_SITE_PACKAGE = @PYTHON_SITE_PACKAGE@ PYTHON_VERSION = @PYTHON_VERSION@ RANLIB = ranlib VERSION = 0.1.2 YACC = bison -y install_sh = config/install-sh pythondir = @pythondir@ pythonpath = /usr/local/bin/python lib_LTLIBRARIES = libpython++.la libpython___la_SOURCES = module.cc \ object.cc \ dict.cc \ python.cc \ type.cc \ int.cc \ long.cc \ float.cc \ python.h \ seqref.cc \ seqbase.cc \ seqbase_iter.cc \ seqbase_const_iter.cc \ mapref.cc \ mapbase.cc \ string.cc \ tuple.cc \ debug.h \ exceptions.h pkginclude_HEADERS = python.h exceptions.h libpython___la_LDFLAGS = # I would like to include -fhonor-std, but g++ can't cope as of # version 2.95.3 AM_CXXFLAGS = -foperator-names -Wall -ansi subdir = lib/python mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../.. CPPFLAGS = LDFLAGS = LIBS = -lpthread -L/usr/local/lib/python2.3/config -lpython2.3 libpython___la_LIBADD = am_libpython___la_OBJECTS = module.lo object.lo dict.lo python.lo \ type.lo int.lo long.lo float.lo seqref.lo seqbase.lo seqbase_iter.lo \ seqbase_const_iter.lo mapref.lo mapbase.lo string.lo tuple.lo libpython___la_OBJECTS = $(am_libpython___la_OBJECTS) CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXFLAGS = -fno-common -I/usr/local/include/python2.3 CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ CFLAGS = -fno-common -I/usr/local/include/python2.3 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DIST_SOURCES = $(libpython___la_SOURCES) HEADERS = $(pkginclude_HEADERS) depcomp = $(SHELL) $(top_srcdir)/config/depcomp DEP_FILES = # $(DEPDIR)/dict.Plo $(DEPDIR)/float.Plo \ $(DEPDIR)/int.Plo $(DEPDIR)/long.Plo $(DEPDIR)/mapbase.Plo \ $(DEPDIR)/mapref.Plo $(DEPDIR)/module.Plo $(DEPDIR)/object.Plo \ $(DEPDIR)/python.Plo $(DEPDIR)/seqbase.Plo \ $(DEPDIR)/seqbase_const_iter.Plo $(DEPDIR)/seqbase_iter.Plo \ $(DEPDIR)/seqref.Plo $(DEPDIR)/string.Plo $(DEPDIR)/tuple.Plo \ $(DEPDIR)/type.Plo DIST_COMMON = $(pkginclude_HEADERS) Makefile.am Makefile.in TODO DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best SOURCES = $(libpython___la_SOURCES) OBJECTS = $(am_libpython___la_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .c .cc .h .lo .o $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/python/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-libLTLIBRARIES: clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) distclean-libLTLIBRARIES: maintainer-clean-libLTLIBRARIES: install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ done mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: maintainer-clean-libtool: libpython++.la: $(libpython___la_OBJECTS) $(libpython___la_DEPENDENCIES) $(CXXLINK) -rpath $(libdir) $(libpython___la_LDFLAGS) $(libpython___la_OBJECTS) $(libpython___la_LIBADD) $(LIBS) install-pkgincludeHEADERS: $(pkginclude_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) @list='$(pkginclude_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \ done uninstall-pkgincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(pkginclude_HEADERS)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \ rm -f $(DESTDIR)$(pkgincludedir)/$$f; \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: #include $(DEPDIR)/dict.Plo #include $(DEPDIR)/float.Plo #include $(DEPDIR)/int.Plo #include $(DEPDIR)/long.Plo #include $(DEPDIR)/mapbase.Plo #include $(DEPDIR)/mapref.Plo #include $(DEPDIR)/module.Plo #include $(DEPDIR)/object.Plo #include $(DEPDIR)/python.Plo #include $(DEPDIR)/seqbase.Plo #include $(DEPDIR)/seqbase_const_iter.Plo #include $(DEPDIR)/seqbase_iter.Plo #include $(DEPDIR)/seqref.Plo #include $(DEPDIR)/string.Plo #include $(DEPDIR)/tuple.Plo #include $(DEPDIR)/type.Plo mostlyclean-depend: clean-depend: distclean-depend: -rm -rf $(DEPDIR) maintainer-clean-depend: #CXXDEPMODE = depmode=none .cc.o: # source='$<' object='$@' libtool=no # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' # $(CXXDEPMODE) $(depcomp) $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< .cc.lo: # source='$<' object='$@' libtool=yes # depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' # $(CXXDEPMODE) $(depcomp) $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-libLTLIBRARIES install-exec: install-exec-am install-data-am: install-pkgincludeHEADERS install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS uninstall: uninstall-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(pkgincludedir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -rm -f Makefile.in mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ clean-depend clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-libLTLIBRARIES distclean-compile \ distclean-libtool distclean-tags distclean-depend \ distclean-generic clean-am -rm -f libtool distclean: distclean-am maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-tags maintainer-clean-depend \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ distclean-compile clean-compile maintainer-clean-compile \ mostlyclean-libtool distclean-libtool clean-libtool \ maintainer-clean-libtool uninstall-pkgincludeHEADERS \ install-pkgincludeHEADERS tags mostlyclean-tags distclean-tags \ clean-tags maintainer-clean-tags mostlyclean-depend distclean-depend \ clean-depend maintainer-clean-depend distdir info-am info dvi-am dvi \ check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all install-strip \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: