1998-07-30 23:42:19 +00:00
|
|
|
noinst_LIBRARIES = libDEM.a
|
1998-04-08 22:54:56 +00:00
|
|
|
|
1999-03-13 17:40:36 +00:00
|
|
|
libDEM_a_SOURCES = dem.cxx dem.hxx
|
1998-04-08 22:54:56 +00:00
|
|
|
|
1998-04-14 02:43:57 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
|
|
|
|
|
|
|
|
# We can't build this with "-O2" (optimization) since this causes a seg fault
|
|
|
|
# I haven't found a way to strip this out of the CXXFLAGS, so I'm just
|
|
|
|
# setting it to "-g"
|
1999-03-13 17:40:36 +00:00
|
|
|
# CXXFLAGS = -g
|
1998-04-08 22:54:56 +00:00
|
|
|
|