X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2FMakefile.in;h=e8906ae61e31348c14a1fcaadbd6c5277719b90f;hp=30fc3783595c0a7889755a680f824aaadbf9f487;hb=0392f1a597f0b8b608c81ff5d4f7adfda6154f4f;hpb=728e9fcbe0b785e56e7dcd2bd305786c647050af diff --git a/src/Makefile.in b/src/Makefile.in index 30fc378..e8906ae 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -92,7 +92,7 @@ wxlibs = @wxlibs@ bin_PROGRAMS = ctsim -ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm tips.cpp tips.h threadrecon.cpp threadrecon.h backgroundmgr.cpp backgroundmgr.h backgroundsupr.cpp backgroundsupr.h threadproj.cpp threadproj.h threadraster.cpp threadraster.h +ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm tips.cpp tips.h threadrecon.cpp threadrecon.h backgroundmgr.cpp backgroundmgr.h backgroundsupr.cpp backgroundsupr.h threadproj.cpp threadproj.h threadraster.cpp threadraster.h dlgezplot.cpp dlgezplot.h ctsim_DEPENDENCIES = ../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h @@ -109,7 +109,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ ctsim_OBJECTS = ctsim.o docs.o views.o dialogs.o dlgprojections.o \ dlgreconstruct.o graph3dview.o tips.o threadrecon.o backgroundmgr.o \ -backgroundsupr.o threadproj.o threadraster.o +backgroundsupr.o threadproj.o threadraster.o dlgezplot.o ctsim_LDFLAGS = CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -127,9 +127,10 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/backgroundmgr.P .deps/backgroundsupr.P .deps/ctsim.P \ -.deps/dialogs.P .deps/dlgprojections.P .deps/dlgreconstruct.P \ -.deps/docs.P .deps/graph3dview.P .deps/threadproj.P \ -.deps/threadraster.P .deps/threadrecon.P .deps/tips.P .deps/views.P +.deps/dialogs.P .deps/dlgezplot.P .deps/dlgprojections.P \ +.deps/dlgreconstruct.P .deps/docs.P .deps/graph3dview.P \ +.deps/threadproj.P .deps/threadraster.P .deps/threadrecon.P \ +.deps/tips.P .deps/views.P SOURCES = $(ctsim_SOURCES) OBJECTS = $(ctsim_OBJECTS)