Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:17

0001 
0002 #########################################################################
0003 # XDAQ Components for Distributed Data Acquisition                      #
0004 # Authors: A. Ryd                                                       #
0005 #                                                                       #
0006 #########################################################################
0007 
0008 #
0009 # This makefile is for the online build of this package
0010 #
0011 
0012 
0013 include $(XDAQ_ROOT)/config/mfAutoconf.rules
0014 include $(XDAQ_ROOT)/config/mfDefs.$(XDAQ_OS)
0015 
0016 Project=pixel
0017 Package=CalibFormats/SiPixelObjects
0018 PackageName=SiPixelObjects
0019 
0020 
0021 Sources = $(wildcard src/*.cc)
0022 
0023 IncludeDirs = \
0024         $(BUILD_HOME)/$(Project) \
0025 
0026 LibraryDirs = 
0027 
0028 UserSourcePath = \
0029         src
0030 
0031 UserCFlags = -O
0032 UserCCFlags = -g -O -Wno-long-long
0033 UserDynamicLinkFlags =
0034 UserStaticLinkFlags =
0035 UserExecutableLinkFlags =
0036 
0037 # These libraries can be platform specific and
0038 # potentially need conditional processing
0039 #
0040 
0041 Libraries =
0042 ExternalObjects = 
0043 
0044 #
0045 # Compile the source files and create a shared library
0046 #
0047 #ifdef Library
0048 DynamicLibrary= SiPixelObjects
0049 #DynamicLibrary= $(Library)
0050 #endif
0051 
0052 
0053 
0054 ifdef Executable
0055 Libraries=toolbox xdata xcept xoap xerces-c log4cplus mimetic
0056 Executables= $(Executable).cc
0057 endif
0058 
0059 include $(XDAQ_ROOT)/config/Makefile.rules
0060 include $(BUILD_HOME)/$(Project)/RPM.version
0061 include $(XDAQ_ROOT)/config/mfRPM.rules
0062