forked from clelange/PixelTCDSSupervisor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
54 lines (42 loc) · 1.22 KB
/
Makefile
File metadata and controls
54 lines (42 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#BUILD_HOME:=$(shell pwd)/../../..
include $(XDAQ_ROOT)/config/mfAutoconf.rules
include $(XDAQ_ROOT)/config/mfDefs.$(XDAQ_OS)
include $(XDAQ_ROOT)/config/mfDefs.coretools
include $(XDAQ_ROOT)/config/mfDefs.extern_coretools
include $(XDAQ_ROOT)/config/mfDefs.general_worksuite
include $(XDAQ_ROOT)/config/mfDefs.hardware_worksuite
Project = pixel
Package = PixelTCDSSupervisor
Sources = \
version.cc \
Exception.cc \
HwLeaseHandler.cc \
PixelTCDSBase.cc \
PixelTCDSSupervisor.cc \
PixeliCISupervisor.cc \
PixelPISupervisor.cc
IncludeDirs = \
$(BUILD_HOME)/$(Project) \
$(BUILD_HOME)/$(Project)/$(Package)/include \
$(CONFIG_INCLUDE_PREFIX) \
$(LOG4CPLUS_INCLUDE_PREFIX) \
$(TOOLBOX_INCLUDE_PREFIX) \
$(XCEPT_INCLUDE_PREFIX) \
$(XDAQ_INCLUDE_PREFIX) \
$(XDATA_INCLUDE_PREFIX) \
$(XGI_INCLUDE_PREFIX) \
$(XOAP_INCLUDE_PREFIX) \
$(XOAP_FILTER_INCLUDE_PREFIX)
DependentLibraryDirs =
DependentLibraries =
UserCFlags =
UserCCFlags =
UserDynamicLinkFlags =
UserStaticLinkFlags =
UserExecutableLinkFlags =
ExternalObjects =
DynamicLibrary = PixelTCDSSupervisor
StaticLibrary =
Executables =
include $(XDAQ_ROOT)/config/Makefile.rules
include $(XDAQ_ROOT)/config/mfRPM.rules