forked from cms-externals/fastjet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
24 lines (19 loc) · 843 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# redirect to subdirectories
SUBDIRS = src include plugins tools example fortran_wrapper doc
# install the fastjet-config script in the bin directory
bin_SCRIPTS = fastjet-config
# tests done using make check
TEST_ENVIRONMENT = $(SHELL)
TESTS = test-compare.sh
# local macros for aclocal
ACLOCAL_AMFLAGS = -I m4
# additional files we need in the distribution
EXTRA_DIST = test-compare.sh makefile.static test-static.sh test-script-output-orig.txt Doxyfile BUGS
# AX_PREFIX_CONFIG_H leaves some files undeleted after a make distclean
#
# we could use DISTCLEAN=... here but this would also overwrite the defaults
# So, instead, we use the (apparently recommended) -local target to extend
# the default behaviour
distclean-local: distclean-ax-prefix-config-h
distclean-ax-prefix-config-h:
rm -f _configs.sed include/fastjet/config_auto.h