1998-08-25 16:51:22 +00:00
|
|
|
noinst_LIBRARIES = libObjects.a
|
|
|
|
|
|
|
|
libObjects_a_SOURCES = \
|
2001-07-12 15:03:09 +00:00
|
|
|
apt_signs.cxx apt_signs.hxx \
|
2002-03-17 00:37:22 +00:00
|
|
|
dir_lights.cxx dir_lights.hxx \
|
2000-06-23 00:30:04 +00:00
|
|
|
newmat.cxx newmat.hxx \
|
|
|
|
matlib.cxx matlib.hxx \
|
1999-05-13 02:24:55 +00:00
|
|
|
obj.cxx obj.hxx \
|
|
|
|
texload.c texload.h colours.h
|
1998-08-25 16:51:22 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
if OLD_AUTOMAKE
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
2001-12-28 22:29:59 +00:00
|
|
|
else
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
endif
|