]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/kalman/Makefile
Changing name of libRAW into libRAWData
[u/mrichter/AliRoot.git] / HLT / kalman / Makefile
CommitLineData
0a86fbb7 1#$Id$
b2a02bce 2################################
3# Makefile for HLT Hough code. #
4# #
5# Author: Anders Vestbo, #
6# Constantin Loizides #
7################################
0a86fbb7 8
b2a02bce 9MODNAME = AliL3Kalman
0a86fbb7 10
b2a02bce 11ifndef ALIHLT_TOPDIR
12ALIHLT_TOPDIR = $(shell pwd)/..
0a86fbb7 13endif
14
b2a02bce 15include $(ALIHLT_TOPDIR)/Makefile.conf
0a86fbb7 16
b2a02bce 17SRCS = AliL3Kalman.cxx AliL3KalmanTrack.cxx
0a86fbb7 18
b2a02bce 19ifeq ($(ALIHLT_USEPACKAGE),ROOT)
20HDRS = $(SRCS:.cxx=.h) $(MODNAME)LinkDef.h
0a86fbb7 21OBJS = $(patsubst %.cxx,$(OBJDIR)/%.o,$(SRCS)) $(DICTO)
22endif
23
b2a02bce 24ifeq ($(ALIHLT_USEPACKAGE),ALIROOT)
25HDRS = $(SRCS:.cxx=.h) $(MODNAME)LinkDef.h
0a86fbb7 26OBJS = $(patsubst %.cxx,$(OBJDIR)/%.o,$(SRCS)) $(DICTO)
27endif
28
b2a02bce 29include $(ALIHLT_TOPDIR)/Makefile.rules