]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/Makefile.am
bugfix: correct range of DDL for specified detector
[u/mrichter/AliRoot.git] / HLT / BASE / Makefile.am
index 971f2c3688ef0472fe196e509535f7f834a12d0d..8f562f8ca65c23c4d45556d2786cd65d7b5cac29 100644 (file)
@@ -1,64 +1,4 @@
 # $Id$
-# Makefile template for the Alice HLT framework
-
-MODULE                         = HLTbase
-
-AM_CPPFLAGS                    = -DMODULE=$(MODULE)
-
-# library definition
-lib_LTLIBRARIES                        =  libHLTbase.la
-
-# library sources
-libHLTbase_la_SOURCES          =  AliHLTComponent.cxx \
-                                  AliHLTComponentHandler.cxx \
-                                  AliHLTSystem.cxx \
-                                  AliHLT_C_Component_WrapperInterface.cxx \
-                                  AliHLTProcessor.cxx \
-                                  AliHLTConfiguration.cxx \
-                                  AliHLTLogging.cxx \
-                                  AliHLTDataBuffer.cxx \
-                                  AliHLTDataSource.cxx \
-                                  AliHLTDataSink.cxx
-
-# class header files, the link definition for the root dictionary
-# will be created from the names of the header files
-CLASS_HDRS                     =  AliHLTComponent.h \
-                                  AliHLTComponentHandler.h \
-                                  AliHLTSystem.h \
-                                  AliHLTProcessor.h \
-                                  AliHLTConfiguration.h \
-                                  AliHLTConfigurationHandler.h \
-                                  AliHLTTask.h \
-                                  AliHLTLogging.h \
-                                  AliHLTDataBuffer.h \
-                                  AliHLTDataSource.h \
-                                  AliHLTDataSink.h
-pkginclude_HEADERS             =  $(CLASS_HDRS) \
-                                  AliHLTDataTypes.h \
-                                  AliHLT_C_Component_WrapperInterface.h \
-                                  AliHLTDefinitions.h
-
-noinst_HEADERS                 =  AliHLTStdIncludes.h
-
-# version info for the library
-libHLTbase_la_LDFLAGS          =  -version-info 1:0:0
-
-# automatic generation of data and time of library build
-COMPILE_INFO                   =  HLTBaseCompileInfo.cxx
-
-# set the file name for the generated root dictionary
-DICTCPP                                =  HLTbase-DICT.cxx
-nodist_libHLTbase_la_SOURCES    =  $(COMPILE_INFO) \
-                                  $(DICTCPP)
-
-CLEANFILES                     =  $(COMPILE_INFO)
-
-include $(top_srcdir)/make.dict
-
-$(COMPILE_INFO): $(libHLTbase_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 'void $(MODULE)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                        = . $(UTIL_DIR) interface HOMER test