X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2FMakefile.am;h=bd255f7ea397c77edc0d0b679ff305d537ca8b7b;hp=070099d999b7d9f1f0da667027b13e842c31c1a5;hb=728e9fcbe0b785e56e7dcd2bd305786c647050af;hpb=c50886476dddf65aa71d519509b42f71303a149a diff --git a/src/Makefile.am b/src/Makefile.am index 070099d..bd255f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,47 +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@ -EXTRA_DIST=Makefile.nt +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 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@