]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/libSHUTTLE.pkg
- Implementing functions for the GRP preprocessor to retrieve DA output files from...
[u/mrichter/AliRoot.git] / SHUTTLE / libSHUTTLE.pkg
index 83d5b3d2e19c83b2670604ba66fcc8e31cf8fa96..5fa615d7a61e31e7db41a881781e699f16768e45 100644 (file)
@@ -1,8 +1,12 @@
-SRCS = AliDCSMessage.cxx\
-       AliDCSClient.cxx AliShuttle.cxx AliShuttleConfig.cxx\
-        AliShuttleTrigger.cxx AliShuttleStatus.cxx AliShuttleLogbookEntry.cxx
+#-*- Mode: Makefile -*-
 
 
-CINTHDRS:= $(patsubst %,$(MODDIR)/%,$(SRCS:.cxx=.h))
+SRCS = DCSClient/AliDCSClient.cxx DCSClient/AliDCSMessage.cxx \
+       AliShuttle.cxx AliShuttleConfig.cxx \
+       AliShuttleTrigger.cxx AliShuttleStatus.cxx AliShuttleLogbookEntry.cxx \
+       AliEmptyPreprocessor.cxx 
+
+CINTHDRS:= $(SRCS:.cxx=.h)
+#CINTHDRS:= $(patsubst %,$(MODDIR)/%,$(SRCS:.cxx=.h))
 
 SRCS += DATENotifier.cxx
 HDRS:= $(SRCS:.cxx=.h) 
 
 SRCS += DATENotifier.cxx
 HDRS:= $(SRCS:.cxx=.h) 
@@ -11,6 +15,8 @@ EINCLUDE := $(DIMDIR)/dim
 ELIBS := dim
 ELIBSDIR := $(DIMDIR)/$(ODIR)
 
 ELIBS := dim
 ELIBSDIR := $(DIMDIR)/$(ODIR)
 
-DHDR= SHUTTLELinkDef.h
+EINCLUDE += $(ALIEN_ROOT)/api/include
+
+DHDR= SHUTTLELinkDef.h 
 
 EXPORT:=
 
 EXPORT:=