]> git.mxchange.org Git - flightgear.git/blob - DEM/Makefile.am
Added a routine to dump out the portion of the dem data covered by a
[flightgear.git] / DEM / Makefile.am
1 noinst_LIBRARIES = libDEM.a
2
3 libDEM_a_SOURCES = dem.cxx dem.hxx leastsqs.cxx leastsqs.hxx
4
5 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
6
7 # We can't build this with "-O2" (optimization) since this causes a seg fault
8 # I haven't found a way to strip this out of the CXXFLAGS, so I'm just
9 # setting it to "-g"
10 CXXFLAGS = -g
11