9 lines
199 B
Makefile
9 lines
199 B
Makefile
noinst_LIBRARIES = libMatch.a
|
|
|
|
libMatch_a_SOURCES = match.cxx match.hxx
|
|
|
|
INCLUDES += \
|
|
-I$(top_builddir) \
|
|
-I$(top_builddir)/Lib \
|
|
-I$(top_builddir)/Tools/Lib \
|
|
-I$(top_builddir)/Tools/Construct
|