-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
54 lines (42 loc) · 1.92 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
ACLOCAL_AMFLAGS=-I m4
AUTOMAKE_OPTIONS = foreign
SUBDIRS = minuit/src interfaces/src DY/src DIPOLE/src RT/src EW/src common common/linalg \
common/num_utils \
tools/draw tools/MakeLHAPDF FastNLO/src DiffDIS/src ACOT/src SACOT/src ABM/src FONLL/src Cascade/src \
genetic/mixmax_r004 genetic/src QEDevol/src \
include interfaces/include FastNLO/include FastNLO/include/fastnlotk DiffDIS/include \
DY/include tools/draw/include \
pdf2yaml tools/process/ tools/
DIST_SUBDIRS = $(SUBDIRS) Hathor/src HVQMNR/src doc/tex/manual ACOT SACOT datafiles QEDevol/include \
datafiles/hera/h1zeusCombined/inclusiveDis/1506.06042 doc/logo examples Hathor/interface \
FONLL HVQMNR HVQMNR/include/ python/ input_steering/
if ENABLE_HATHOR
SUBDIRS+= Hathor/src
endif
if ENABLE_HVQMNR
SUBDIRS+= HVQMNR/src
endif
SUBDIRS+= common
if BUILD_DOCS
DOCS=doc/tex/manual doc/tex/paper
endif
#$(info ${DOCS})
SUBDIRS+= src $(DOCS)
include $(top_srcdir)/aminclude.am
# Specify which SUBDIRS to distribute:
#DIST_SUBDIRS = minuit/src interfaces/src DY/src DIPOLE/src RT/src EW/src \
# tools/draw tools/MakeLHAPDF FastNLO/src DiffDIS/src ACOT/src SACOT/src ABM/src FONLL/src Cascade/src \
# genetic/mixmax_r004 genetic/src common/num_utils \
# include interfaces/include FastNLO/include FastNLO/include/fastnlotk DiffDIS/include \
# DY/include tools/draw/include input_steering \
# common common/linalg Hathor/src pdf2yaml tools/process src
# DOXYGEN SUPPORT
# ensure the distribution of the doxygen configuration file
#EXTRA_DIST = doxygen.cfg
# Tell which program should run the .sh scripts.
#SH_LOG_COMPILER = $(SHELL) -ex
#TESTS_ENVIRONMENT = $(SHELL)
#TESTS= ./tools/check.sh
EXTRA_DIST= README INSTALLATION LICENCE REFERENCES \
ewparam.txt minuit.in.txt steering.txt testPythonInterface.py
bin_SCRIPTS = xfitter-config tools/xfitter-getdata.sh