git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updating Run Types for TRIGGER pp.
[u/mrichter/AliRoot.git]
/
TRIGGER
/
libTRIGGERbase.pkg
1
#-*- Mode: Makefile -*-
2
# $Id$
3
4
SRCS:= AliTRIPreprocessor.cxx
5
CINTHDRS:= $(SRCS:.cxx=.h)
6
7
HDRS:= $(SRCS:.cxx=.h)
8
9
DHDR:= TRIGGERLinkDef.h
10
11
EINCLUDE:= ITS STEER
12
13
ifeq (win32gcc,$(ALICE_TARGET))
14
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
15
-lCDB -lITSsim
16
endif