]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/clusterizer/clusterCompare/Makefile
- set clustering thresholds from CDB entries
[u/mrichter/AliRoot.git] / HLT / PHOS / clusterizer / clusterCompare / Makefile
CommitLineData
48b962f0 1include Makefile.arch
2
3
4MAINO = clusterCompare.$(ObjSuf)
5
6MAINS = clusterCompare.$(SrcSuf)
7
8MAIN = clusterCompare$(ExeSuf)
9
10
11OBJS = $(MAINO)
12PROGRAMS = $(MAIN)
13
14
15.SUFFIXES: .$(SrcSuf) .$(ObjSuf) .$(DllSuf)
16
17all: $(PROGRAMS)
18
19
20$(MAIN): $(MAINO)
21 $(LD) $(LDFLAGS) $^ $(LIBS) $(GLIBS) $(ALILIBS) -lTreePlayer -lMathCore -lThread -lpthread -L/home/odjuvsla/Workspace/alice/AliRoot/lib/tgt_linux -lRAWDatabase -lRAWDatarec -lRAWDatasim -lPHOSbase -lPHOSrec -lPHOSsim -lSTEER -lSTEERBase -lTPCbase -lAliHLTUtil -lAliHLTPHOS -lHLTbase -lHLTinterface $(OutPutOpt)$(MAIN)
22 @echo "$@ done"
23# $(LD) $(LDFLAGS) $^ $(LIBS) $(GLIBS) -lTreePlayer -lMathCore -lThread -lpthread $(OutPutOpt)$(MAIN)
24
25
26
27clean:
28 @rm -f $(OBJS) core
29
30distclean: clean
31 @rm -f $(PROGRAMS) *Dict.* *.def *.exp \
32 *.root *.ps *.so *.lib *.dll *.d .def so_locations
33 @rm -rf cxx_repository
34
35.SUFFIXES: .$(SrcSuf)
36
37
38.$(SrcSuf).$(ObjSuf):
39 $(CXX) $(CXXFLAGS) -c $<