]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/libSHUTTLE.pkg
Updated list of cosmic trigger classes (as sent by Federico A.). To be sent to Raffae...
[u/mrichter/AliRoot.git] / SHUTTLE / libSHUTTLE.pkg
index 965fb2be113035ad4c2fa50ea8d37b81a4031ebb..5fa615d7a61e31e7db41a881781e699f16768e45 100644 (file)
@@ -1,8 +1,12 @@
-SRCS = AliSimpleValue.cxx AliDCSValue.cxx AliDCSMessage.cxx\
-       AliDCSClient.cxx AliShuttle.cxx AliShuttleConfig.cxx\
-       AliCDBPreProcessor.cxx AliShuttleTrigger.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) 
@@ -11,10 +15,8 @@ EINCLUDE := $(DIMDIR)/dim
 ELIBS := dim
 ELIBSDIR := $(DIMDIR)/$(ODIR)
 
+EINCLUDE += $(ALIEN_ROOT)/api/include
 
-DHDR= SHUTTLELinkDef.h
-
-
-EXPORT:= AliSimpleValue.h AliDCSValue.h AliDCSClient.h\
-       AliShuttle.h AliShuttleConfig.h AliCDBPreProcessor.h
+DHDR= SHUTTLELinkDef.h 
 
+EXPORT:=