]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCmon.pkg
Fix in documentation
[u/mrichter/AliRoot.git] / TPC / libTPCmon.pkg
index a0f30b44a7c84622b4dbe64b2a6470c3e3f17c76..8c3f163c4b6af4f34a9fb8e3181e1146696c3b8a 100755 (executable)
@@ -18,6 +18,12 @@ DHDR:= TPCmonLinkDef.h
 EINCLUDE:= RAW STEER 
 
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEERBase -lRAWDatarec \
+                         -L$(shell root-config --libdir) -lGui
+endif
+
 
 ifdef DATE_ROOT
 SRCS +=  AliTPCMonitorDateMonitor.cxx  
@@ -26,12 +32,6 @@ ELIBSDIR:=
 ELIBS:=
 HDRS +=  AliTPCMonitorDateMonitor.h 
 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
-CINTFLAGS = -ISTEER -I${DATE_COMMON_DEFS} -I${DATE_MONITOR_DIR} -p
-DHDR:= TPCmondateLinkDef.h
-
-CXXFLAGS += -DDATEON 
-else
-CINTFLAGS := -ISTEER -p
 endif