X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2FMakefile.in;h=1d8d38d1fce9e25e8ad4a94ec97271d0e958fc68;hb=c0f892798de8f89715266150f7d8e413f2cf29fe;hp=02666e1dc106c5f06bce733c65133180a296d336;hpb=72615e14dd531463cea3278ff6dc19ffbbe0b06c;p=ctsim.git diff --git a/libctsupport/Makefile.in b/libctsupport/Makefile.in index 02666e1..1d8d38d 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 globalvars.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 globalvars.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -118,18 +118,19 @@ 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 \ -.deps/plotfile.P .deps/strfuncs.P .deps/syserror.P .deps/xform.P +DEP_FILES = .deps/clip.P .deps/consoleio.P .deps/fnetorderstream.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: 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)