blob: 31ba03adcec2d88a048ed1bfea9d3dd684a2a045 (
plain) (
blame)
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
|
## Process this file with automake to produce Makefile.in
if TRE_AGREP
agrep_dirs = src doc
else
agrep_dirs =
endif
SUBDIRS = lib $(agrep_dirs) tests utils po m4
EXTRA_DIST = \
LICENSE \
win32/tre-config.h win32/config.h \
win32/tre.dsw \
win32/tre.dsp win32/tre.def \
win32/retest.dsp \
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
|