]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTSample.pkg
added monitoring example component and macro
[u/mrichter/AliRoot.git] / HLT / libAliHLTSample.pkg
index b375f8f53be1fb821adcf571c2041e9db40239ff..957f37e7690c9618c3b7dbc4c7d7a6c25b0dda9f 100644 (file)
@@ -6,23 +6,19 @@
 # and linking process. For further information refer to the 
 # README.
 
-# library sources
-MODULE_SRCS=   AliHLTSampleComponent1.cxx \
-               AliHLTSampleComponent2.cxx \
-               AliHLTAgentSample.cxx \
-               AliHLTSamplePreprocessor.cxx \
-               AliHLTSampleOfflineSinkComponent.cxx \
-               AliHLTDummyComponent.cxx
-
 # class header files, the link definition for the root dictionary
 # will be created from the names of the header files
-CLASS_HDRS:=   AliHLTSampleComponent1.h \
+CLASS_HDRS:=   AliHLTSampleComponent1.h \
                AliHLTSampleComponent2.h \
+               AliHLTSampleMonitoringComponent.h \
                AliHLTAgentSample.h \
                AliHLTSamplePreprocessor.h \
                AliHLTSampleOfflineSinkComponent.h \
                AliHLTDummyComponent.h
 
+# library sources, generated from the class headers
+MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
+
 # library headers
 # in most cases you might have already added all the header files to
 # the CLASS_HDRS variable. So we just use the content of this. You