]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/libPHOSUtils.pkg
Example macro for merging sets of alignment objects
[u/mrichter/AliRoot.git] / PHOS / libPHOSUtils.pkg
CommitLineData
70a0fabe 1#-*- Mode: Makefile -*-
2
3SRCS = AliPHOSGeoUtils.cxx AliPHOSEMCAGeometry.cxx AliPHOSCPVGeometry.cxx
4
5HDRS:= $(SRCS:.cxx=.h)
6
7DHDR= PHOSUtilsLinkDef.h
8
9ifeq (win32gcc,$(ALICE_TARGET))
10PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
11 -L$(shell root-config --libdir) -lGeom
12endif