]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/Makefile.am
fix coverity and codding conventions
[u/mrichter/AliRoot.git] / HLT / MUON / Makefile.am
index 4d115c49a12515104d64390aa9539cd1bc2a7011..556b481a17ebced9214d13122c02c77308807a87 100644 (file)
@@ -11,7 +11,7 @@ include $(top_srcdir)/libAliHLTMUON.pkg
 
 lib_LTLIBRARIES                        =  libAliHLTMUON.la
 
-LIBRARY_VERSION                        = '0:9:0'
+LIBRARY_VERSION                        = '3:0:0'
 
 # library sources
 # The source files are specified in libAliHLTMUON.pkg
@@ -35,22 +35,8 @@ libAliHLTMUON_la_LDFLAGS     = -L@ROOTLIBDIR@ \
                                  @ROOTLIBS@ \
                                  @HLTBASE_LDFLAGS@ \
                                  @ALIROOT_LDFLAGS@ \
-                                 @ALIROOT_LIBS@ \
-                                 -lRAWDatasim \
-                                 -lRAWDatarec \
-                                 -lRAWDatabase \
-                                 -lMUONcore \
-                                 -lMUONraw \
-                                 -lMUONbase \
-                                 -lMUONgeometry \
-                                 -lMUONmapping \
-                                 -lMUONcalib \
-                                 -lMUONsim \
-                                 -lMUONtrigger \
-                                 -lMUONevaluation \
-                                 -lMUONrec \
-                                 -lHLTbase \
-                                 -lAliHLTUtil \
+                                 @ALIROOT_LIBS@  \
+                                 @ALIMUON_LIBS@ \
                                  -version-info $(LIBRARY_VERSION)
 
 # automatic generation of data and time of library build
@@ -65,9 +51,9 @@ CLEANFILES                    = $(COMPILE_INFO)
 
 include $(top_srcdir)/make.dict
 
-$(COMPILE_INFO): $(libAliHLTTPC_la_SOURCES) $(pkginclude_HEADERS) $(noinst_HEADERS) Makefile.am
+$(COMPILE_INFO): $(libAliHLTMUON_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 'extern "C" void CompileInfo(const char*& date, const char*& time)' >> $@
        @echo '{date=__DATE__; time=__TIME__; return;}' >> $@