9 lines
209 B
Makefile
9 lines
209 B
Makefile
noinst_LIBRARIES = libGenOutput.a
|
|
|
|
libGenOutput_a_SOURCES = genobj.cxx genobj.hxx
|
|
|
|
INCLUDES += \
|
|
-I$(top_builddir) \
|
|
-I$(top_builddir)/Lib \
|
|
-I$(top_builddir)/Tools/Lib \
|
|
-I$(top_builddir)/Tools/Construct
|