1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
## Process this file with automake to produce Makefile.in
if TRE_AGREP
agrep_dirs = src doc
else
agrep_dirs =
endif
SUBDIRS = local_includes lib $(agrep_dirs) tests utils po m4
EXTRA_DIST = \
LICENSE \
win32/tre-config.h
win32/config.h \
win32/tre.vcxproj \
win32/tre.sln \
win32/retest.vcxproj \
win32/test-str-source.vcxproj \
python/tre-python.c \
python/setup.py \
python/example.py
ACLOCAL_AMFLAGS = -I m4
AC_CONFIG_AUX_DIR = utils
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = tre.pc
|