X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FTPCLib%2FMakefile.am;h=1e6210159375e904b1a2d0bd106c1c7651936698;hb=ab5021391b12a712c404515ae9367b5164025eed;hp=4f303555ec0317c91b44fefd4616bd15580be296;hpb=842fd76a5fce0faa2e4bbf94463d3ff4ad333664;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/TPCLib/Makefile.am b/HLT/TPCLib/Makefile.am index 4f303555ec0..1e621015937 100644 --- a/HLT/TPCLib/Makefile.am +++ b/HLT/TPCLib/Makefile.am @@ -1,79 +1,4 @@ # $Id$ -# Makefile template for the Alice HLT TPC library - -MODULE = AliHLTTPC - -EXTRA_DIST = AliHLTTPCLinkDef.h - -AM_CPPFLAGS = @ALIROOT_CPPFLAGS@ \ - -I$(srcdir) \ - -I$(srcdir)/tracking \ - -I$(top_srcdir)/BASE \ - -I$(top_srcdir)/BASE/util - -# generation of the TPC Pad mapping tables for the -# AliHLTTPCDigitReaderRaw reader -if USE_TPC_MAPPING -TPC_MAPPING_NOINST_SRC = mapping2array.cxx -TPC_MAPPING_INC = mapping_array_out.inc -TPC_MAPPING_NOINST_PGM = mapping2array -TPC_MAPPING_COMPONENTS = AliHLTTPCDigitReaderRaw.cxx -endif - -noinst_PROGRAMS = $(TPC_MAPPING_NOINST_PGM) -if USE_TPC_MAPPING -mapping2array_SOURCES = $(TPC_MAPPING_NOINST_SRC) -endif - -# library definition -lib_LTLIBRARIES = libAliHLTTPC.la - -# version info for the library -LIBRARY_VERSION = '4:0:1' - -# MODDIR is set by the AliRoot build system and denotes the topdir -# of the module, we must set it since the package definition libAliHLTTPC.pkg -# includes another common configuration file -MODDIR = $(top_srcdir) -PKGDEF = $(MODDIR)/libAliHLTTPC.pkg -include $(top_srcdir)/libAliHLTTPC.pkg - -# library sources -libAliHLTTPC_la_SOURCES = $(MODULE_SRCS) - -# library headers -pkginclude_HEADERS = $(MODULE_HDRS) - -# linker flags -libAliHLTTPC_la_LIBADD = $(top_builddir)/BASE/util/libAliHLTUtil.la -libAliHLTTPC_la_LDFLAGS = -L@ROOTLIBDIR@ \ - @ROOTLIBS@ \ - @ALIROOT_LDFLAGS@ \ - @ALIROOT_LIBS@ \ - -version-info $(LIBRARY_VERSION) - -# automatic generation of data and time of library build -COMPILE_INFO = AliHLTTPCCompileInfo.cxx - -# set the file name for the generated root dictionary -DICTCPP = AliHLTTPC-DICT.cxx -nodist_libAliHLTTPC_la_SOURCES = $(COMPILE_INFO) \ - $(DICTCPP) - -BUILT_SOURCES = $(TPC_MAPPING_INC) -CLEANFILES = $(COMPILE_INFO) \ - $(BUILT_SOURCES) - -include $(top_srcdir)/make.dict - -SUBDIRS = . OnlineDisplay - -$(TPC_MAPPING_INC): $(TPC_MAPPING_NOINST_PGM) - ./$< - -$(COMPILE_INFO): $(libAliHLTTPC_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( char*& date, 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 +SUBDIRS = . test EVE calibration