Update to wx3.0, add SSE optimizations based on target_cpu, fix compile warnings
[ctsim.git] / libctsupport / Makefile.am
1 noinst_LIBRARIES = libctsupport.a
2 AM_CPPFLAGS=@my_includes@
3 EXTRA_DIST=Makefile.nt
4
5 libctsupport_a_SOURCES= strfuncs.cpp syserror.cpp fnetorderstream.cpp consoleio.cpp mathfuncs.cpp xform.cpp clip.cpp plotfile.cpp hashtable.cpp interpolator.cpp globalvars.cpp
6
7
8