]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/libSHUTTLE.pkg
Coding rules
[u/mrichter/AliRoot.git] / SHUTTLE / libSHUTTLE.pkg
index 13023234d9bff84b5b596e01d13fe0df0a85e289..5fa615d7a61e31e7db41a881781e699f16768e45 100644 (file)
@@ -1,12 +1,22 @@
-SRCS = AliSimpleValue.cxx AliDCSValue.cxx AliDCSMessage.cxx\
-       AliDCSClient.cxx AliShuttle.cxx AliShuttleConfig.cxx\
-       AliCDBPreProcessor.cxx
+#-*- Mode: Makefile -*-
 
+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) 
 
-DHDR= SHUTTLELinkDef.h
+EINCLUDE := $(DIMDIR)/dim
+ELIBS := dim
+ELIBSDIR := $(DIMDIR)/$(ODIR)
 
+EINCLUDE += $(ALIEN_ROOT)/api/include
 
-EXPORT:= AliSimpleValue.h AliDCSValue.h AliDCSClient.h\
-       AliShuttle.h AliShuttleConfig.h AliCDBPreProcessor.h
+DHDR= SHUTTLELinkDef.h 
 
+EXPORT:=