X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2FMakefile.in;h=e788b7e4a721fc959e1b6c002491d659404ac394;hb=01ed72399d433ce45a0195f8acaea349a421461e;hp=558d556be07fb104fea48a8e06cf4c44270a7aab;hpb=04d5009bc18e7bf51ab9d8fab1e8c6a1a86af919;p=ctsim.git diff --git a/libctsupport/Makefile.in b/libctsupport/Makefile.in index 558d556..e788b7e 100644 --- a/libctsupport/Makefile.in +++ b/libctsupport/Makefile.in @@ -78,6 +78,7 @@ cgiprograms = @cgiprograms@ ctlibs = @ctlibs@ htmldata = @htmldata@ htmldir = @htmldir@ +lamdefs = @lamdefs@ lamdir = @lamdir@ lamprograms = @lamprograms@ mpienable = @mpienable@ @@ -91,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 +libctsupport_a_SOURCES = strfuncs.cpp syserror.cpp fnetorderstream.cpp consoleio.cpp mathfuncs.cpp xform.cpp clip.cpp plotfile.cpp hashtable.cpp EXTRA_DIST = Makefile.nt mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h @@ -105,7 +106,7 @@ 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 AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -116,10 +117,11 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar 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/hashtable.P .deps/mathfuncs.P .deps/plotfile.P .deps/strfuncs.P \ +.deps/syserror.P .deps/xform.P SOURCES = $(libctsupport_a_SOURCES) OBJECTS = $(libctsupport_a_OBJECTS) @@ -208,7 +210,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 \