X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2FMakefile.am;h=84987c88776c3c5c9213324861f9db6110ea52a0;hp=f3fab1e74f3bff5f06c9a6f3d28b5ee2ab4c6d79;hb=e8462f7431582627e44906239077f1c696eefba1;hpb=08a5cd04c3994d5ea24713b9b000791bd2e406fe diff --git a/src/Makefile.am b/src/Makefile.am index f3fab1e..84987c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,13 @@ +AM_CPPFLAGS=@my_includes@ @wx_cppflags@ + bin_PROGRAMS=ctsim -ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.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 ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@ - - -