]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONbase.pkg
One more warning fixed
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e118b27e 2# $Id$
3
b89d8b89 4SRCS:= AliMUONConstants.cxx \
772a8ded 5 AliMUONMathieson.cxx \
7e4a628d 6 AliMUONDigit.cxx \
d1fc960f 7 AliMUONRealDigit.cxx \
0cbc269b 8 AliMUONVCluster.cxx \
7e4a628d 9 AliMUONRawCluster.cxx \
0cbc269b 10 AliMUONRawClusterV2.cxx \
60ad9514 11 AliMUONCalibrationData.cxx \
244e02b6 12 AliMUONDigitMaker.cxx \
890903b1 13 AliMUONRawWriter.cxx \
890903b1 14 AliMUONCDB.cxx \
230fe657 15 AliMUONVDigitStore.cxx \
16 AliMUONDigitStoreV1.cxx \
17 AliMUONDigitStoreV1Iterator.cxx \
d1fc960f 18 AliMUONDigitStoreVImpl.cxx \
19 AliMUONDigitStoreVImplIterator.cxx \
20 AliMUONDigitStoreV2R.cxx \
21 AliMUONDigitStoreV2S.cxx \
230fe657 22 AliMUONTOTCAStoreIterator.cxx \
230fe657 23 AliMUONVDigit.cxx \
f3a2eb6b 24 AliMUONTriggerCircuit.cxx \
230fe657 25 AliMUONVTriggerStore.cxx \
26 AliMUONTriggerStoreV1.cxx \
9bbd0e7c 27 AliMUONTriggerCrateStore.cxx
5bb8775a 28
d1fc960f 29HDRS:= $(SRCS:.cxx=.h)
344cf8e0 30
31DHDR:= MUONbaseLinkDef.h
32
1c14c42e 33EINCLUDE:= RAW MUON/mapping
344cf8e0 34
5bb8775a 35ifeq (win32gcc,$(ALICE_TARGET))
36PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
37 -lMUONmapping -lMUONcalib -lMUONtrigger \
38 -lMUONgeometry -lMUONraw -lMUONcore \
39 -lSTEER -lCDB -lESD -lSTEERBase \
40 -lRAWDatasim -lRAWDatabase
41endif
42