From c9fe0e7729572291ab0e1f4828feeec99cdf31a0 Mon Sep 17 00:00:00 2001 From: deserevi <deserevi@nptool> Date: Tue, 16 Nov 2010 23:11:05 +0000 Subject: [PATCH] * Update in NPL Makefile scheme + header files are copied to include dir before creating the objects --- NPLib/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/NPLib/Makefile b/NPLib/Makefile index 9f8f51ce3..a4dd0f88f 100644 --- a/NPLib/Makefile +++ b/NPLib/Makefile @@ -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 ## -- GitLab