10 lines
254 B
Makefile
10 lines
254 B
Makefile
noinst_LIBRARIES = libObjects.a
|
|
|
|
libObjects_a_SOURCES = \
|
|
fragment.cxx fragment.hxx \
|
|
material.cxx material.hxx \
|
|
materialmgr.cxx materialmgr.hxx \
|
|
obj.cxx obj.hxx \
|
|
texload.c texload.h colours.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
|