X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=3b1bf0ec44613f9276db84c9c7f756f2c1cf3874;hb=refs%2Ftags%2Fdebian-5.0.6-1;hp=624aa9136ebf86907430473e39ac1c100cc42457;hpb=931d1a7f12bb4ec7895c4b1300bd7df2ce758497;p=ctsim.git diff --git a/src/Makefile.am b/src/Makefile.am index 624aa91..3b1bf0e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,51 +1,13 @@ -bin_PROGRAMS = ctsim 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 - -ctsim_SOURCES = ctsim.cpp -ctsim_LDADD = @ctlibs@ -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 - -shared: ctrec.c phm2rs.c phm2sdf.c sdf2img.c rs2sdf.c sdf-1.c sdf-2.c sdfinfo.c - $(CC) @DEFS@ $(CFLAGS) $(INCLUDES) -DNO_MAIN -shared phm2rs.c phm2sdf.c sdf2img.c rs2sdf.c sdf-1.c sdf-2.c sdfinfo.c @ctlibs@ $(LDFLAGS) -o ir.so +bin_PROGRAMS=ctsim +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@