X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2FMakefile.in;h=518822a3592a26d3ea5753a18373beb416bbaca7;hb=daabe07732976d6a77a0a80309fe56a2f4d3c14a;hp=02666e1dc106c5f06bce733c65133180a296d336;hpb=72615e14dd531463cea3278ff6dc19ffbbe0b06c;p=ctsim.git diff --git a/libctsupport/Makefile.in b/libctsupport/Makefile.in index 02666e1..518822a 100644 --- a/libctsupport/Makefile.in +++ b/libctsupport/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -92,7 +92,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 plotfile.cpp hashtable.cpp cubicinterp.cpp +libctsupport_a_SOURCES = strfuncs.cpp syserror.cpp fnetorderstream.cpp consoleio.cpp mathfuncs.cpp xform.cpp clip.cpp plotfile.cpp hashtable.cpp interpolator.cpp EXTRA_DIST = Makefile.nt mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h @@ -107,7 +107,7 @@ LIBS = @LIBS@ libctsupport_a_LIBADD = libctsupport_a_OBJECTS = strfuncs.o syserror.o fnetorderstream.o \ consoleio.o mathfuncs.o xform.o clip.o plotfile.o hashtable.o \ -cubicinterp.o +interpolator.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -118,10 +118,10 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best -DEP_FILES = .deps/clip.P .deps/consoleio.P .deps/cubicinterp.P \ -.deps/fnetorderstream.P .deps/hashtable.P .deps/mathfuncs.P \ +DEP_FILES = .deps/clip.P .deps/consoleio.P .deps/fnetorderstream.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)