X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FJET%2FMakefile.am;h=94fdf6587dae851a9effdf7ac89040ae9cf49615;hb=310dd8e82890e0c08c3378bf235d3938d52236a4;hp=fd18feee90ac2c4861dff749de38839da6d9d29e;hpb=c9b26f1b06995aa193521aa3907deac37dc4cca8;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/JET/Makefile.am b/HLT/JET/Makefile.am index fd18feee90a..94fdf6587da 100644 --- a/HLT/JET/Makefile.am +++ b/HLT/JET/Makefile.am @@ -1,77 +1,3 @@ # $Id: Makefile.am $ -# Makefile for the AliHLTJET library. - -MODULE = AliHLTJET - -################################################################### - -EXTRA_DIST = - -MODDIR = $(top_srcdir) -PKGDEF = $(MODDIR)/libAliHLTJET.pkg -include $(top_srcdir)/libAliHLTJET.pkg - -################################################################### - -# library definition -lib_LTLIBRARIES = libAliHLTJET.la - -# version info for the library -LIBRARY_VERSION = '0:0:0' - -# library sources -libAliHLTJET_la_SOURCES = $(MODULE_SRCS) - -# library headers -pkginclude_HEADERS = $(MODULE_HDRS) - -################################################################### - -# compiler flags - -AM_CPPFLAGS = -DMODULE=$(MODULE) \ - @HLTBASE_CPPFLAGS@ \ - @ALIROOT_CPPFLAGS@ \ - @ROOTCFLAGS@ \ - -I${FASTJET}/include \ - $(foreach i, $(EINCLUDE), \ - $(shell echo $(i) | sed -e "/HLT\//!d" -e "s|HLT/|-I$(top_srcdir)/|")) \ - $(foreach i, $(EINCLUDE), \ - $(shell echo $(i) | sed -e "/HLT\//d" -e "s|^|-I$(ALICE_ROOT)/|")) - -################################################################### - -# linker flags -libAliHLTJET_la_LIBADD = $(top_builddir)/BASE/util/libAliHLTUtil.la -libAliHLTJET_la_LDFLAGS = -L@ROOTLIBDIR@ \ - @ROOTLIBS@ \ - @HLTBASE_LDFLAGS@ \ - @ALIROOT_LDFLAGS@ \ - @ALIROOT_LIBS@ \ - @ALIJET_LIBS@ \ - -version-info $(LIBRARY_VERSION) - -################################################################### - -# automatic generation of data and time of library build -COMPILE_INFO = AliHLTJETCompileInfo.cxx - -# set the file name for the generated root dictionary -DICTCPP = AliHLTJET-DICT.cxx -nodist_libAliHLTJET_la_SOURCES = $(COMPILE_INFO) \ - $(DICTCPP) - -CLEANFILES = $(COMPILE_INFO) - -################################################################### - -include $(top_srcdir)/make.dict - -################################################################### - -$(COMPILE_INFO): $(libAliHLTJET_la_SOURCES) $(pkginclude_HEADERS) $(noinst_HEADERS) Makefile.am - @echo '//automatically generated compilation info' > $@ - @echo '//!!! DO NOT EDIT THIS FILE !!!' >> $@ - @echo '//add changes in Makefile.am' >> $@ - @echo 'extern "C" void CompileInfo(const char*& date, const char*& time)' >> $@ - @echo '{date=__DATE__; time=__TIME__; return;}' >> $@ +# file became obsolete with the transition to cmake in Jan 2011 +# unit tests are still done in the old HLT autoconf build