]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
correction of trivial typo preventing compilation
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  AliMUONConstants.cxx \
5         AliMUONMathieson.cxx \
6         AliMUONDigit.cxx \
7         AliMUONRealDigit.cxx \
8         AliMUONVCluster.cxx \
9         AliMUONRawCluster.cxx \
10         AliMUONRawClusterV2.cxx \
11         AliMUONCalibrationData.cxx \
12         AliMUONDigitMaker.cxx \
13         AliMUONRawWriter.cxx \
14         AliMUONCDB.cxx \
15         AliMUONVDigitStore.cxx \
16         AliMUONDigitStoreV1.cxx \
17         AliMUONDigitStoreV1Iterator.cxx \
18         AliMUONDigitStoreVImpl.cxx \
19         AliMUONDigitStoreVImplIterator.cxx \
20         AliMUONDigitStoreV2R.cxx \
21         AliMUONDigitStoreV2S.cxx \
22         AliMUONTOTCAStoreIterator.cxx \
23         AliMUONVDigit.cxx \
24         AliMUONTriggerCircuit.cxx \
25         AliMUONVTriggerStore.cxx \
26         AliMUONTriggerStoreV1.cxx \
27
28 HDRS:= $(SRCS:.cxx=.h)
29
30 DHDR:= MUONbaseLinkDef.h
31
32 EINCLUDE:= RAW MUON/mapping
33
34 ifeq (win32gcc,$(ALICE_TARGET))
35 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
36                          -lMUONmapping -lMUONcalib -lMUONtrigger \
37                          -lMUONgeometry -lMUONraw -lMUONcore \
38                          -lSTEER -lCDB -lESD -lSTEERBase \
39                          -lRAWDatasim -lRAWDatabase
40 endif
41