2002-04-05 03:19:34 +00:00
|
|
|
noinst_LIBRARIES = libModel.a
|
|
|
|
|
2003-05-08 16:33:48 +00:00
|
|
|
libModel_a_SOURCES = \
|
|
|
|
loader.cxx loader.hxx \
|
|
|
|
model.cxx model.hxx \
|
|
|
|
modelmgr.cxx modelmgr.hxx \
|
|
|
|
acmodel.cxx acmodel.hxx \
|
|
|
|
panelnode.cxx panelnode.hxx
|
2002-04-05 03:19:34 +00:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|