[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd / tre / dist

Annotation of src/external/bsd/tre/dist/Makefile.am, Revision 1.1.1.1

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

CVSweb <webmaster@jp.NetBSD.org>