]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTEve.pkg
Removing the flat makefiles
[u/mrichter/AliRoot.git] / HLT / libAliHLTEve.pkg
diff --git a/HLT/libAliHLTEve.pkg b/HLT/libAliHLTEve.pkg
deleted file mode 100644 (file)
index 3f7addd..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-#-*- Mode: Makefile -*-
-# $Id$
-
-# This files defines the source and header files for the
-# libAliHLTEve library and additional flags for the compilation
-# and linking process. For further information refer to the 
-# README.
-
-# class header files, the link definition for the root dictionary
-# will be created from the names of the header files
-CLASS_HDRS:=   AliHLTEveBase.h \
-               AliHLTEveCalo.h \
-               AliHLTEvePhos.h \
-               AliHLTEveEmcal.h \
-               AliHLTEveTPC.h \
-               AliHLTEveHLT.h \
-               AliHLTEveITS.h \
-               AliHLTEveISSD.h \
-               AliHLTEveISPD.h \
-               AliHLTEveISDD.h \
-               AliHLTEveTRD.h \
-               AliHLTEveMuon.h \
-               AliHLTEveAny.h \
-               AliHLTEveMultCorr.h \
-               AliHLTEveHistoMerger.h 
-
-
-# library sources and headers are set in hlteve.conf according to
-# availability of ROOT opengl
-MODULE_SRCS:=
-MODULE_HDRS:=
-
-# The LinkDef file required by the ROOT dictionary generation can be
-# generated automatically. For the all header files specified in
-# CLASS_HDRS an entry will be generated
-# pragma link C++ class <class-name>+;
-#
-# If the default behavior is not enough, you can provide a custom
-# *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
-# enable automatic generation. 
-MODULE_DHDR:=
-
-EINCLUDE := HLT/BASE HLT/shuttle HLT/EVE EVE/EveHLT EVE/EveBase EVE/EveDet \
-           HLT/BASE/util HLT/global HLT/BASE/HOMER  HLT/TPCLib \
-           ITS PHOS TRIGGER VZERO EMCAL \
-           STEER TRD HLT/TRD  \
-           HLT/MUON MUON \
-            HLT/rec
-
-
-LIBRARY_DEP := -lHLTbase -lCDB -lSTEERBase -AliHLTTPC -lMUONbase -lAliHLTMUON -lEveDet
-
-###############################################################################
-#
-# do not change anything below this line
-#
-include $(MODDIR)/hlteve.conf
-
-SRCS:=$(patsubst %,EVE/%,$(MODULE_SRCS))
-CINTHDRS:=$(patsubst %,EVE/%,$(CLASS_HDRS))
-HDRS:=$(patsubst %,EVE/%,$(MODULE_HDRS))
-DHDR:=$(patsubst %,EVE/%,$(MODULE_DHDR))
-CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
-
-EDEFINE      := ${HLTDEFS}
-PACKCXXFLAGS := $(filter-out -ansi,$(filter-out -pedantic-errors, $(CXXFLAGS)))
-PACKCFLAGS   := $(filter-out -ansi, $(filter-out -pedantic-errors, $(CFLAGS)))
-PACKDCXXFLAGS:= $(filter-out -pedantic-errors, $(CXXFLAGS))
-PACKSOFLAGS  := $(HLTSOFLAGS)