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