X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2FMakefile.in;h=5bc80a0f1982cb48368adaaaeb11d8a7e34519d8;hb=67fad72dc873923c43d8eaae1f6a4305dc5fd55e;hp=2d727fa23950814d414f569139170344d0846da3;hpb=74377b5c32f908a9d5a7665f4ad81d35619272f9;p=ctsim.git diff --git a/libctsim/Makefile.in b/libctsim/Makefile.in index 2d727fa..5bc80a0 100644 --- a/libctsim/Makefile.in +++ b/libctsim/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. @@ -91,7 +91,7 @@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ noinst_LIBRARIES = libctsim.a -libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp imagefile.cpp backprojectors.cpp array2dfile.cpp trace.cpp procsignal.cpp reconstruct.cpp +libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp imagefile.cpp backprojectors.cpp array2dfile.cpp trace.cpp procsignal.cpp reconstruct.cpp fourier.cpp globalvars.cpp ctndicom.cpp INCLUDES = @my_includes@ EXTRA_DIST = Makefile.nt @@ -108,7 +108,7 @@ LIBS = @LIBS@ libctsim_a_LIBADD = libctsim_a_OBJECTS = filter.o scanner.o projections.o phantom.o \ imagefile.o backprojectors.o array2dfile.o trace.o procsignal.o \ -reconstruct.o +reconstruct.o fourier.o globalvars.o ctndicom.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -121,9 +121,10 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP_ENV = --best -DEP_FILES = .deps/array2dfile.P .deps/backprojectors.P .deps/filter.P \ -.deps/imagefile.P .deps/phantom.P .deps/procsignal.P \ -.deps/projections.P .deps/reconstruct.P .deps/scanner.P .deps/trace.P +DEP_FILES = .deps/array2dfile.P .deps/backprojectors.P .deps/ctndicom.P \ +.deps/filter.P .deps/fourier.P .deps/globalvars.P .deps/imagefile.P \ +.deps/phantom.P .deps/procsignal.P .deps/projections.P \ +.deps/reconstruct.P .deps/scanner.P .deps/trace.P SOURCES = $(libctsim_a_SOURCES) OBJECTS = $(libctsim_a_OBJECTS)