mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-15 15:40:56 +01:00
13 lines
237 B
Text
13 lines
237 B
Text
|
bin_PROGRAMS = xgrep
|
||
|
|
||
|
LIBARABICA = $(top_builddir)/src/libarabica.la
|
||
|
|
||
|
xgrep_SOURCES = xgrep.cpp
|
||
|
xgrep_LDADD = $(LIBARABICA)
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir)/include $(PARSER_HEADERS) $(BOOST_CPPFLAGS)
|
||
|
|
||
|
jez:
|
||
|
echo @top_builddir@
|
||
|
|