]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Alieve/Makefile
Runloader is updated when moving to next file (quick fix).
[u/mrichter/AliRoot.git] / EVE / Alieve / Makefile
CommitLineData
5a5a1232 1# $Header$
2
3# MODULE ~include sub-directory, namespace
4# NAME ~ name of the library
5
6MODULE = Alieve
7NAME = Alieve
8LIBNAME = lib${NAME}.${LDEXT}
9DICTSTEM = ${NAME}_Dict
10
11HDRS = $(filter-out %LinkDef.h %_Dict.h, $(wildcard *.h))
12SRCS = $(wildcard *.cxx)
13OBJS = $(SRCS:.cxx=.o)
14ALLOBJS = ${OBJS} ${DICTSTEM}.o
15
16LIBS = ${LIBNAME}
17
18include ../make_base.inc
19
20ALICE_INCLUDES = -I${ALICE_ROOT}/include -I${ALICE_ROOT}/TPC -I${ALICE_ROOT}/ITS
21
22CPPFLAGS += ${ALICE_INCLUDES}
23
24${DICTSTEM}.cc: ${HDRS} LinkDef.h
25 ${ROOTCINT} -f $@ -c ${ROOTCINTFLAGS} ${ALICE_INCLUDES} $^