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