Update to wx3.0, add SSE optimizations based on target_cpu, fix compile warnings
[ctsim.git] / libctsim / Makefile.am
1 noinst_LIBRARIES = libctsim.a 
2 AM_CPPFLAGS=@my_includes@
3 EXTRA_DIST=Makefile.nt
4
5 libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp imagefile.cpp backprojectors.cpp array2dfile.cpp trace.cpp procsignal.cpp reconstruct.cpp fourier.cpp ctndicom.cpp
6
7