]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - SHUTTLE/libSHUTTLE.pkg
o) updated test preprocessor (alberto)
[u/mrichter/AliRoot.git] / SHUTTLE / libSHUTTLE.pkg
... / ...
CommitLineData
1SRCS = AliSimpleValue.cxx AliDCSValue.cxx AliDCSMessage.cxx\
2 AliDCSClient.cxx AliShuttle.cxx AliShuttleConfig.cxx\
3 AliCDBPreProcessor.cxx AliShuttleTrigger.cxx
4
5CINTHDRS:= $(patsubst %,$(MODDIR)/%,$(SRCS:.cxx=.h))
6
7SRCS += DATENotifier.cxx
8HDRS:= $(SRCS:.cxx=.h)
9
10EINCLUDE := $(DIMDIR)/dim
11ELIBS := dim
12ELIBSDIR := $(DIMDIR)/$(ODIR)
13
14
15DHDR= SHUTTLELinkDef.h
16
17
18EXPORT:= AliSimpleValue.h AliDCSValue.h AliDCSClient.h\
19 AliShuttle.h AliShuttleConfig.h AliCDBPreProcessor.h
20