10 lines
237 B
Text
10 lines
237 B
Text
|
noinst_LIBRARIES = libObjects.a
|
||
|
|
||
|
libObjects_a_SOURCES = \
|
||
|
fragment.cxx fragment.hxx \
|
||
|
material.cxx material.hxx \
|
||
|
obj.cxx obj.hxx \
|
||
|
texload.c texload.h
|
||
|
|
||
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|