Version 5.0.6 Release
[ctsim.git] / src / Makefile.am
1 INCLUDES=@my_includes@
2
3 bin_PROGRAMS=ctsim
4
5 ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h \
6 views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp \
7 dlgreconstruct.h  graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm \
8 splash.xpm tips.cpp tips.h threadrecon.cpp threadrecon.h backgroundmgr.cpp \
9 backgroundmgr.h backgroundsupr.cpp backgroundsupr.h threadproj.cpp \
10 threadproj.h threadraster.cpp threadraster.h dlgezplot.cpp dlgezplot.h
11
12 ctsim_DEPENDENCIES=../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h
13 ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@