X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2FMakefile.in;h=0a7b4bccd8849dc3c8fd7815bad9c97c86ba925b;hp=e1a7e453b1a8b6effe595a8706a7ce9cfb3c2f2e;hb=a97f1819c4f24321ba8d54a16f6534ee94404d26;hpb=4dc2f84d01c9cc672c97f3923e93835d3872efae diff --git a/src/Makefile.in b/src/Makefile.in index e1a7e45..0a7b4bc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -92,7 +92,8 @@ 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 +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 + ctsim_DEPENDENCIES = ../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h ctsim_LDADD = -L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -106,7 +107,8 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ ctsim_OBJECTS = ctsim.o docs.o views.o dialogs.o dlgprojections.o \ -dlgreconstruct.o graph3dview.o +dlgreconstruct.o graph3dview.o tips.o threadrecon.o backgroundmgr.o \ +backgroundsupr.o threadproj.o ctsim_LDFLAGS = CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -123,8 +125,10 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP_ENV = --best -DEP_FILES = .deps/ctsim.P .deps/dialogs.P .deps/dlgprojections.P \ -.deps/dlgreconstruct.P .deps/docs.P .deps/graph3dview.P .deps/views.P +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/threadrecon.P \ +.deps/tips.P .deps/views.P SOURCES = $(ctsim_SOURCES) OBJECTS = $(ctsim_OBJECTS)