mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
9 lines
251 B
Makefile
Executable file
9 lines
251 B
Makefile
Executable file
noinst_PROGRAMS = xgrep
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @PARSER_HEADERS@ @BOOST_CPPFLAGS@
|
|
LIBARABICA = $(top_builddir)/src/libarabica.la @PARSER_LIBS@
|
|
|
|
xgrep_SOURCES = xgrep.cpp
|
|
xgrep_LDADD = $(LIBARABICA)
|
|
|
|
|