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