1998-08-25 16:51:22 +00:00
|
|
|
noinst_LIBRARIES = libObjects.a
|
|
|
|
|
|
|
|
libObjects_a_SOURCES = \
|
|
|
|
fragment.cxx fragment.hxx \
|
1999-05-13 02:24:55 +00:00
|
|
|
material.cxx material.hxx \
|
1999-05-12 04:24:55 +00:00
|
|
|
materialmgr.cxx materialmgr.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
|
|
|
|
2000-02-15 03:30:01 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
|