X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2FMakefile.in;h=70bd266e6a4f6f35fb8aac1f139049ca09156e2d;hb=3d52fe3684ae9f5bf411c6ec4476381932ca6d00;hp=558d556be07fb104fea48a8e06cf4c44270a7aab;hpb=04d5009bc18e7bf51ab9d8fab1e8c6a1a86af919;p=ctsim.git diff --git a/libctsupport/Makefile.in b/libctsupport/Makefile.in index 558d556..70bd266 100644 --- a/libctsupport/Makefile.in +++ b/libctsupport/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 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. @@ -62,6 +62,7 @@ host_triplet = @host@ AWK = @AWK@ CC = @CC@ CXX = @CXX@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -78,6 +79,7 @@ cgiprograms = @cgiprograms@ ctlibs = @ctlibs@ htmldata = @htmldata@ htmldir = @htmldir@ +lamdefs = @lamdefs@ lamdir = @lamdir@ lamprograms = @lamprograms@ mpienable = @mpienable@ @@ -91,7 +93,7 @@ wxlibs = @wxlibs@ noinst_LIBRARIES = libctsupport.a INCLUDES = @my_includes@ -libctsupport_a_SOURCES = strfuncs.cpp syserror.cpp fnetorderstream.cpp consoleio.cpp mathfuncs.cpp xform.cpp clip.cpp +libctsupport_a_SOURCES = strfuncs.cpp syserror.cpp fnetorderstream.cpp consoleio.cpp mathfuncs.cpp xform.cpp clip.cpp plotfile.cpp hashtable.cpp interpolator.cpp globalvars.cpp EXTRA_DIST = Makefile.nt mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h @@ -105,7 +107,8 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libctsupport_a_LIBADD = libctsupport_a_OBJECTS = strfuncs.o syserror.o fnetorderstream.o \ -consoleio.o mathfuncs.o xform.o clip.o +consoleio.o mathfuncs.o xform.o clip.o plotfile.o hashtable.o \ +interpolator.o globalvars.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -119,14 +122,16 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best DEP_FILES = .deps/clip.P .deps/consoleio.P .deps/fnetorderstream.P \ -.deps/mathfuncs.P .deps/strfuncs.P .deps/syserror.P .deps/xform.P +.deps/globalvars.P .deps/hashtable.P .deps/interpolator.P \ +.deps/mathfuncs.P .deps/plotfile.P .deps/strfuncs.P .deps/syserror.P \ +.deps/xform.P SOURCES = $(libctsupport_a_SOURCES) OBJECTS = $(libctsupport_a_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .cpp .o .s -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu libctsupport/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) @@ -184,7 +189,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) + || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) mostlyclean-tags: @@ -208,7 +213,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \