Skip to content
Snippets Groups Projects
Commit c9fe0e77 authored by deserevi's avatar deserevi
Browse files

* Update in NPL Makefile scheme

   + header files are copied to include dir before creating the objects
parent 5d65b1ce
No related branches found
No related tags found
No related merge requests found
......@@ -273,14 +273,17 @@ SHARELIB = CalibManager Vdetec InputOutputRoot InitCond InterCoord \
AnnularS1Data PlasticData DummyDetectorData SSSDData \
Reaction EnergyLoss
FILLINCLIB = fillinclib
FILLINC = fillinc
FILLLIB = filllib
LIBLIST = liblistfile
all: $(SHARELIB) $(FILLINCLIB) $(LIBLIST)
all: $(FILLINC) $(SHARELIB) $(FILLLIB) $(LIBLIST)
#------------------------------------------------------------------------------
############### fillinclib ##############
fillinclib:
fillinc:
./scripts/fillincdir.sh
filllib:
./scripts/filllibdir.sh
ifeq ($(ARCH),macosx)
./scripts/filllibmacdir.sh
......@@ -295,12 +298,10 @@ liblistfile:
## CalibrationManager ##
CalibManager:
make -C ./CalibrationManager
cp ./CalibrationManager/*.h ./include
############### Detector ##############
## VDetector ##
Vdetec:
cp ./VDetector/*.h ./include
make -C ./VDetector
## MUST2 ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment