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 \ ...@@ -273,14 +273,17 @@ SHARELIB = CalibManager Vdetec InputOutputRoot InitCond InterCoord \
AnnularS1Data PlasticData DummyDetectorData SSSDData \ AnnularS1Data PlasticData DummyDetectorData SSSDData \
Reaction EnergyLoss Reaction EnergyLoss
FILLINCLIB = fillinclib FILLINC = fillinc
FILLLIB = filllib
LIBLIST = liblistfile LIBLIST = liblistfile
all: $(SHARELIB) $(FILLINCLIB) $(LIBLIST) all: $(FILLINC) $(SHARELIB) $(FILLLIB) $(LIBLIST)
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
############### fillinclib ############## ############### fillinclib ##############
fillinclib: fillinc:
./scripts/fillincdir.sh ./scripts/fillincdir.sh
filllib:
./scripts/filllibdir.sh ./scripts/filllibdir.sh
ifeq ($(ARCH),macosx) ifeq ($(ARCH),macosx)
./scripts/filllibmacdir.sh ./scripts/filllibmacdir.sh
...@@ -295,12 +298,10 @@ liblistfile: ...@@ -295,12 +298,10 @@ liblistfile:
## CalibrationManager ## ## CalibrationManager ##
CalibManager: CalibManager:
make -C ./CalibrationManager make -C ./CalibrationManager
cp ./CalibrationManager/*.h ./include
############### Detector ############## ############### Detector ##############
## VDetector ## ## VDetector ##
Vdetec: Vdetec:
cp ./VDetector/*.h ./include
make -C ./VDetector make -C ./VDetector
## MUST2 ## ## 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