X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2FMakefile.in;h=fafb1e0e85ca5732d1ec2d9915ba1174b2c58a17;hb=67fad72dc873923c43d8eaae1f6a4305dc5fd55e;hp=02666e1dc106c5f06bce733c65133180a296d336;hpb=72615e14dd531463cea3278ff6dc19ffbbe0b06c;p=ctsim.git diff --git a/libctsupport/Makefile.in b/libctsupport/Makefile.in index 02666e1..fafb1e0 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-p5 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. @@ -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) @@ -120,8 +120,8 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar 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)