10 lines
358 B
Makefile
10 lines
358 B
Makefile
noinst_LIBRARIES = libSystems.a
|
|
|
|
libSystems_a_SOURCES = \
|
|
system_mgr.cxx system_mgr.hxx \
|
|
electrical.cxx electrical.hxx \
|
|
pitot.cxx pitot.hxx \
|
|
static.cxx static.hxx \
|
|
vacuum.cxx vacuum.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|