]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONcalib.pkg
Compilation on Windows/Cygwin. Corrected dependences
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  AliMUONTriggerLut.cxx \
5         AliMUONVCalibParam.cxx \
6         AliMUONCalibParamND.cxx \
7         AliMUONCalibParamNF.cxx \
8         AliMUONCalibParamNI.cxx \
9         AliMUONTriggerEfficiencyCells.cxx\
10         AliMUON2DStoreValidator.cxx \
11         AliMUONTriggerIO.cxx
12
13 HDRS:= $(SRCS:.cxx=.h)
14
15 DHDR:= MUONcalibLinkDef.h
16
17 EINCLUDE:= MUON/mapping
18
19 ifeq (win32gcc,$(ALICE_TARGET))
20 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
21                          -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase
22 endif