]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/Makefile
removed obsolete AliTPCDigitsDisplay.C
[u/mrichter/AliRoot.git] / TPC / Makefile
index 02ae0a064fbdf78bb10117e65d06cfbf5d5ac84a..5abb456d973b2f959d700ec5308ce362b3e748c8 100644 (file)
@@ -10,12 +10,19 @@ PACKAGE = TPC
 # C++ sources
 
 SRCS          = AliTPC.cxx  AliTPCv0.cxx    AliTPCv1.cxx      AliTPCv2.cxx  \
-               AliTPCD.cxx AliTPCPRF2D.cxx AliTPCRF1D.cxx AliTPCParam.cxx \
-               AliTPCv3.cxx
+               AliTPCv3.cxx AliDetectorParam.cxx AliTPCParam.cxx \
+               AliTPCParamSR.cxx AliTPCParamCR.cxx  AliTPCPRF2D.cxx \
+               AliTPCRF1D.cxx AliArrayI.cxx AliArrayS.cxx \
+               AliSegmentID.cxx  AliSegmentArray.cxx AliDigits.cxx \
+               AliSimDigits.cxx AliDigitsArray.cxx  AliTPCDigitsArray.cxx \
+               AliCluster.cxx AliClusters.cxx AliClustersArray.cxx \
+               AliClusterFinder.cxx AliTPCClustersRow.cxx \
+               AliTPCClustersArray.cxx AliH2F.cxx
+
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) AliTPCSecGeo.h TPCLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) TPCLinkDef.h
 
 # Library dictionary
 
@@ -37,13 +44,14 @@ OBJS          = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(SRCS)) $(DICTO)
 
 # C++ compilation flags
 
-CXXFLAGS      = $(CXXOPTS) -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include/
+CXXFLAGS      = $(CXXOPTS) -g -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include
+#CXXFLAGS      = $(CXXOPTS) -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include/
  
 # FORTRAN compilation flags
 
 FFLAGS      = $(FOPT)
  
-##### TARGETS #####
+##### TARGETS #######
  
 # Target
 
@@ -65,19 +73,6 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--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)
-
-
-
-
-
+include tgt_$(ALICE_TARGET)/Make-depend