X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2FMakefile.am;h=1dc75b5c28fe1a4c8a5db1b9417be53eb34bfccd;hp=32ca90cbb25aacffd92a719a291ff46e8036099a;hb=432ba2c487a5320352f14bdd2cce008fccef6902;hpb=13838bda88b63a2535b5baaf7197006767de4b8e diff --git a/src/Makefile.am b/src/Makefile.am index 32ca90c..1dc75b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,46 +1,14 @@ -bin_PROGRAMS = sdf2img ctrec phm2rs phm2sdf rs2sdf sdf-1 sdf-2 sdfinfo @lamprograms@ -bin_SCRIPTS = sample-ctrec.sh -EXTRA_PROGRAMS = ctrec-lam phm2sdf-lam phm2rs-lam -INCLUDES=@my_includes@ +bin_PROGRAMS=ctsim -ctrec_SOURCES = ctrec.c -ctrec_LDADD=@ctlibs@ -phm2rs_SOURCES=phm2rs.c -phm2rs_LDADD=@ctlibs@ -phm2sdf_SOURCES = phm2sdf.c -phm2sdf_LDADD=@ctlibs@ -sdf2img_SOURCES = sdf2img.c -sdf2img_LDADD=@ctlibs@ -rs2sdf_SOURCES = rs2sdf.c -rs2sdf_LDADD=@ctlibs@ -sdf_1_SOURCES=sdf-1.c -sdf_1_LDADD=@ctlibs@ -sdf_2_SOURCES=sdf-2.c -sdf_2_LDADD=@ctlibs@ -sdfinfo_SOURCES = sdfinfo.c -sdfinfo_LDADD=@ctlibs@ - -ctrec_lam_SOURCES=ctrec.c -ctrec_lam_LDADD=@ctlamlibs@ -phm2sdf_lam_SOURCES=phm2sdf.c -phm2sdf_lam_LDADD=@ctlamlibs@ -phm2rs_lam_SOURCES=phm2rs.c -phm2rs_lam_LDADD=@ctlamlibs@ - -if USE_LAM -CC_LAM = $(lamdir)/bin/hcc - -ctrec-lam: ctrec.c - $(CC_LAM) @DEFS@ $(CFLAGS) $(INCLUDES) -DMPI_CT ctrec.c -o ctrec-lam $(LDFLAGS) @ctlamlibs@ - -phm2sdf-lam: phm2sdf.c - $(CC_LAM) @DEFS@ $(CFLAGS) $(INCLUDES) -DMPI_CT phm2sdf.c -o phm2sdf-lam $(LDFLAGS) @ctlamlibs@ - -phm2rs-lam: phm2rs.c - $(CC_LAM) @DEFS@ $(CFLAGS) $(INCLUDES) -DMPI_CT phm2rs.c -o phm2rs-lam $(LDFLAGS) @ctlamlibs@ - -endif +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_DEPENDENCIES=../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h +ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@