X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RALICE%2FMakefile;h=dfa794b6547eb69623938bd6c8461bb68bee82a5;hp=3c939f6b1e687efeb41ab4e99e0c2bc6cbf64b1e;hb=e0a93fae9fec8b1499736ec31fb2a3ede36c4c6c;hpb=41f6cf69ca344f6038e8faae9b3e4a9f8d74f7ab diff --git a/RALICE/Makefile b/RALICE/Makefile index 3c939f6b1e6..dfa794b6547 100644 --- a/RALICE/Makefile +++ b/RALICE/Makefile @@ -12,7 +12,8 @@ PACKAGE = RALICE SRCS = Ali3Vector.cxx Ali4Vector.cxx AliBoost.cxx AliCalcluster.cxx \ AliCalmodule.cxx AliCalorimeter.cxx AliInvmass.cxx AliJet.cxx \ AliMath.cxx AliPosition.cxx AliRandom.cxx AliSample.cxx AliSignal.cxx \ - AliTrack.cxx AliVertex.cxx + AliTrack.cxx AliVertex.cxx Ali3VectorObj.cxx Ali4VectorObj.cxx \ + AliPositionObj.cxx AliEvent.cxx # C++ Headers @@ -61,6 +62,8 @@ depend: $(SRCS) TOCLEAN = $(OBJS) *Cint.h *Cint.cxx +CHECKS = $(patsubst %.cxx,check/%.viol,$(SRCS)) + ############################### General Macros ################################ include $(ALICE_ROOT)/conf/GeneralMacros @@ -69,14 +72,6 @@ include $(ALICE_ROOT)/conf/GeneralMacros -include tgt_$(ALICE_TARGET)/Make-depend -### Target check creates violation reports (.viol), which depend on -### stripped files (.ii), which in turn depend on preprocessed -### files (.i). Dependences are in conf/GeneralDef. - -CHECKS = $(patsubst %.cxx,check/%.viol,$(SRCS)) - -check: $(CHECKS) -