-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.inc
30 lines (26 loc) · 825 Bytes
/
Makefile.inc
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
# PYTHIA configuration file.
# Generated on Mon Jan 7 10:59:49 STD 2019 with the user supplied options:
# Install directory prefixes.
PY_HOME=/home/wxie/local_pkgs/anaconda3/envs/brian2
PREFIX_BIN=$(PY_HOME)/bin
PREFIX_INCLUDE=$(PY_HOME)/include
PREFIX_LIB=$(PY_HOME)/lib
PREFIX_SHARE=$PY_HOME/share/Pythia8
# Compilation flags (see ./configure --help for further documentation).
ENABLE_SHARED=false
CXX=g++
CXX_COMMON=-O2 -pedantic -W -Wall -Wshadow -fPIC
CXX_SHARED=-shared
CXX_SONAME=-Wl,-soname,
LIB_SUFFIX=.so
# EVTGEN configuration.
EVTGEN_USE=true
EVTGEN_CONFIG=
EVTGEN_BIN=$(PY_HOME)/bin
EVTGEN_INCLUDE=-I$(PY_HOME)/include/EvtGen
EVTGEN_LIB= -L$(PY_HOME)/lib -lEvtGenExternal -lEvtGen -lHepMC3
# ROOT configuration.
ROOT_USE=true
ROOT_BIN=$(ROOTSYS)/bin
ROOT_LIBS=$(ROOTSYS)/lib
ROOT_INCLUDE=$(ROOTSYS)/include