9 lines
207 B
Makefile
9 lines
207 B
Makefile
noinst_LIBRARIES = libObjects.a
|
|
|
|
libObjects_a_SOURCES = \
|
|
newmat.cxx newmat.hxx \
|
|
matlib.cxx matlib.hxx \
|
|
obj.cxx obj.hxx \
|
|
texload.c texload.h colours.h
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|