9 lines
207 B
Makefile
9 lines
207 B
Makefile
noinst_LIBRARIES = libGenFans.a
|
|
|
|
libGenFans_a_SOURCES = genfans.cxx genfans.hxx
|
|
|
|
INCLUDES += \
|
|
-I$(top_builddir) \
|
|
-I$(top_builddir)/Lib \
|
|
-I$(top_builddir)/Tools/Lib \
|
|
-I$(top_builddir)/Tools/Construct
|