]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/libTRDqaRec.pkg
remove obselete clean QA macros command
[u/mrichter/AliRoot.git] / TRD / libTRDqaRec.pkg
1 #-*- Mode: Makefile -*-
2
3 ORGSRCS  := $(wildcard TRD/qaRec/*.cxx)
4 ORGSRCS  += $(wildcard TRD/qaRec/AliTRDtrackInfo/*.cxx)
5 SRCS     := $(patsubst TRD/%, %, ${ORGSRCS})
6
7 HDRS= $(SRCS:.cxx=.h)
8
9 DHDR= TRDqaRecLinkDef.h
10
11
12 ifeq (win32gcc,$(ALICE_TARGET))
13 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
14                          -lANALYSIS -lANALYSISalice -lESD \
15 #                         -L$(shell root-config --libdir) -lGui
16 endif