2002-04-05 03:19:34 +00:00
|
|
|
noinst_LIBRARIES = libModel.a
|
|
|
|
|
|
|
|
libModel_a_SOURCES = model.cxx model.hxx \
|
2002-04-12 12:45:49 +00:00
|
|
|
modelmgr.cxx modelmgr.hxx \
|
2002-04-05 03:19:34 +00:00
|
|
|
acmodel.cxx acmodel.hxx
|
|
|
|
|
|
|
|
if OLD_AUTOMAKE
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
else
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
endif
|