Matthew Barth | 3cff7ed | 2016-07-27 14:50:51 -0500 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
| 2 | |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 3 | AM_CPPFLAGS = -I$(abs_srcdir) -I$(abs_srcdir)/include |
| 4 | export AM_CPPFLAGS |
| 5 | |
William A. Kennington III | 5023aa9 | 2019-04-04 18:00:09 -0700 | [diff] [blame] | 6 | if AUTOCONF_CODE_COVERAGE_2019_01_06 |
| 7 | include $(top_srcdir)/aminclude_static.am |
| 8 | clean-local: code-coverage-clean |
| 9 | distclean-local: code-coverage-dist-clean |
| 10 | else |
| 11 | @CODE_COVERAGE_RULES@ |
| 12 | endif |
| 13 | |
William A. Kennington III | 785fb07 | 2018-12-10 15:27:20 -0800 | [diff] [blame] | 14 | providersdir = ${libdir}/ipmid-providers |
| 15 | providers_LTLIBRARIES = |
| 16 | |
Patrick Venture | 1c8ee49 | 2019-03-28 11:43:45 -0700 | [diff] [blame] | 17 | bin_PROGRAMS = \ |
Patrick Williams | 686df74 | 2016-09-02 17:52:59 -0500 | [diff] [blame] | 18 | ipmid |
Matthew Barth | 3cff7ed | 2016-07-27 14:50:51 -0500 | [diff] [blame] | 19 | |
| 20 | ipmid_SOURCES = \ |
Vernon Mauery | 240b186 | 2018-10-08 12:05:16 -0700 | [diff] [blame] | 21 | ipmid-new.cpp \ |
Vishwanatha Subbanna | ac149a9 | 2017-07-11 18:16:50 +0530 | [diff] [blame] | 22 | settings.cpp \ |
Vernon Mauery | 6a98fe7 | 2019-03-11 15:57:48 -0700 | [diff] [blame] | 23 | host-cmd-manager.cpp |
Vernon Mauery | 240b186 | 2018-10-08 12:05:16 -0700 | [diff] [blame] | 24 | |
Vernon Mauery | 0248484 | 2018-07-24 09:15:38 -0700 | [diff] [blame] | 25 | libipmi20_BUILT_LIST = \ |
Tom Joseph | a9fbff4 | 2018-01-22 14:59:09 +0530 | [diff] [blame] | 26 | sensor-gen.cpp \ |
Tom Joseph | e19540e | 2019-02-04 14:06:58 +0530 | [diff] [blame] | 27 | inventory-sensor-gen.cpp \ |
Jaghathiswari Rankappagounder Natarajan | 9c11894 | 2019-02-12 13:22:55 -0800 | [diff] [blame] | 28 | fru-read-gen.cpp \ |
| 29 | entity-gen.cpp |
Tom Joseph | a9fbff4 | 2018-01-22 14:59:09 +0530 | [diff] [blame] | 30 | |
Marri Devender Rao | a62bacc | 2017-06-04 23:40:16 -0500 | [diff] [blame] | 31 | BUILT_SOURCES = \ |
Patrick Venture | c64f802 | 2018-11-14 19:31:15 -0800 | [diff] [blame] | 32 | ipmiwhitelist.cpp \ |
| 33 | $(libipmi20_BUILT_LIST) |
Marri Devender Rao | a62bacc | 2017-06-04 23:40:16 -0500 | [diff] [blame] | 34 | |
Ratan Gupta | 28c2e73 | 2017-03-04 08:53:52 +0530 | [diff] [blame] | 35 | CLEANFILES = $(BUILT_SOURCES) |
Patrick Williams | 686df74 | 2016-09-02 17:52:59 -0500 | [diff] [blame] | 36 | |
Vernon Mauery | 1e3455a | 2018-11-30 13:10:54 -0800 | [diff] [blame] | 37 | COMMON_CXX = \ |
| 38 | -flto \ |
| 39 | -Wno-psabi \ |
| 40 | $(SYSTEMD_CFLAGS) \ |
| 41 | $(libmapper_CFLAGS) \ |
| 42 | $(SDBUSPLUS_CFLAGS) \ |
| 43 | $(PHOSPHOR_LOGGING_CFLAGS) \ |
| 44 | $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \ |
Patrick Venture | c64f802 | 2018-11-14 19:31:15 -0800 | [diff] [blame] | 45 | -DBOOST_ERROR_CODE_HEADER_ONLY \ |
| 46 | -DBOOST_SYSTEM_NO_DEPRECATED \ |
Vernon Mauery | e7329c7 | 2018-10-08 12:05:16 -0700 | [diff] [blame] | 47 | -DBOOST_COROUTINES_NO_DEPRECATION_WARNING \ |
| 48 | -DBOOST_ASIO_DISABLE_THREADS \ |
Patrick Venture | c64f802 | 2018-11-14 19:31:15 -0800 | [diff] [blame] | 49 | -DBOOST_ALL_NO_LIB |
| 50 | |
Vernon Mauery | 1e3455a | 2018-11-30 13:10:54 -0800 | [diff] [blame] | 51 | ipmid_CXXFLAGS = $(COMMON_CXX) |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 52 | ipmid_LDADD = \ |
| 53 | libipmid/libipmid.la \ |
Vernon Mauery | 240b186 | 2018-10-08 12:05:16 -0700 | [diff] [blame] | 54 | user_channel/libchannellayer.la \ |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 55 | libipmid-host/libipmid-host.la |
Deepak Kodihalli | 18aa044 | 2017-07-21 07:07:09 -0500 | [diff] [blame] | 56 | ipmid_LDFLAGS = \ |
| 57 | $(SYSTEMD_LIBS) \ |
| 58 | $(libmapper_LIBS) \ |
| 59 | $(LIBADD_DLOPEN) \ |
| 60 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 61 | $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ |
Richard Marian Thomaiyar | 4654d99 | 2018-04-19 05:38:37 +0530 | [diff] [blame] | 62 | $(CRYPTO_LIBS) \ |
Vernon Mauery | 240b186 | 2018-10-08 12:05:16 -0700 | [diff] [blame] | 63 | -lboost_coroutine \ |
Vernon Mauery | 28565ac | 2018-08-01 09:16:56 -0700 | [diff] [blame] | 64 | -lstdc++fs \ |
Deepak Kodihalli | 18aa044 | 2017-07-21 07:07:09 -0500 | [diff] [blame] | 65 | -export-dynamic |
Vishwanatha Subbanna | ac149a9 | 2017-07-11 18:16:50 +0530 | [diff] [blame] | 66 | |
Patrick Williams | 686df74 | 2016-09-02 17:52:59 -0500 | [diff] [blame] | 67 | # TODO: Rather than use -export-dynamic, we should use -export-symbol to have a |
| 68 | # selective list of symbols. |
| 69 | |
Patrick Williams | 686df74 | 2016-09-02 17:52:59 -0500 | [diff] [blame] | 70 | ipmiwhitelist.cpp: ${srcdir}/generate_whitelist.sh $(WHITELIST_CONF) |
Patrick Williams | 37af733 | 2016-09-02 21:21:42 -0500 | [diff] [blame] | 71 | $(SHELL) $^ > $@ |
Patrick Williams | 686df74 | 2016-09-02 17:52:59 -0500 | [diff] [blame] | 72 | |
Vernon Mauery | 5f7ac71 | 2019-04-30 11:19:08 -0700 | [diff] [blame] | 73 | sensor-gen.cpp: scripts/writesensor.mako.cpp scripts/sensor_gen.py @SENSOR_YAML_GEN@ |
Ratan Gupta | 28c2e73 | 2017-03-04 08:53:52 +0530 | [diff] [blame] | 74 | $(AM_V_GEN)@SENSORGEN@ -o $(top_builddir) generate-cpp |
| 75 | |
Vernon Mauery | 5f7ac71 | 2019-04-30 11:19:08 -0700 | [diff] [blame] | 76 | inventory-sensor-gen.cpp: scripts/inventorysensor.mako.cpp scripts/inventory-sensor.py @INVSENSOR_YAML_GEN@ |
Tom Joseph | d5899e7 | 2017-05-05 11:20:34 +0530 | [diff] [blame] | 77 | $(AM_V_GEN)@INVSENSORGEN@ -o $(top_builddir) generate-cpp |
| 78 | |
Vernon Mauery | 5f7ac71 | 2019-04-30 11:19:08 -0700 | [diff] [blame] | 79 | fru-read-gen.cpp: scripts/readfru.mako.cpp scripts/fru_gen.py @FRU_YAML_GEN@ |
Marri Devender Rao | a62bacc | 2017-06-04 23:40:16 -0500 | [diff] [blame] | 80 | $(AM_V_GEN)@FRUGEN@ -o $(top_builddir) generate-cpp |
| 81 | |
Vernon Mauery | 5f7ac71 | 2019-04-30 11:19:08 -0700 | [diff] [blame] | 82 | entity-gen.cpp: scripts/writeentity.mako.cpp scripts/entity_gen.py @ENTITY_YAML_GEN@ |
Jaghathiswari Rankappagounder Natarajan | 9c11894 | 2019-02-12 13:22:55 -0800 | [diff] [blame] | 83 | $(AM_V_GEN)@ENTITYGEN@ -o $(top_builddir) generate-cpp |
| 84 | |
William A. Kennington III | 785fb07 | 2018-12-10 15:27:20 -0800 | [diff] [blame] | 85 | providers_LTLIBRARIES += libipmi20.la |
Vernon Mauery | 0248484 | 2018-07-24 09:15:38 -0700 | [diff] [blame] | 86 | libipmi20_la_SOURCES = \ |
Patrick Venture | 5794fcf | 2017-10-26 11:11:14 -0700 | [diff] [blame] | 87 | app/channel.cpp \ |
Patrick Venture | 5e6ac71 | 2017-10-25 12:16:19 -0700 | [diff] [blame] | 88 | app/watchdog.cpp \ |
William A. Kennington III | 5257525 | 2018-02-09 15:54:56 -0800 | [diff] [blame] | 89 | app/watchdog_service.cpp \ |
Matthew Barth | 3cff7ed | 2016-07-27 14:50:51 -0500 | [diff] [blame] | 90 | apphandler.cpp \ |
Xo Wang | 069db2f | 2017-08-09 15:31:33 -0700 | [diff] [blame] | 91 | sys_info_param.cpp \ |
Matthew Barth | 3cff7ed | 2016-07-27 14:50:51 -0500 | [diff] [blame] | 92 | sensorhandler.cpp \ |
Patrick Venture | 02e3237 | 2019-08-16 10:50:18 -0700 | [diff] [blame] | 93 | entity_map_json.cpp \ |
Matthew Barth | 3cff7ed | 2016-07-27 14:50:51 -0500 | [diff] [blame] | 94 | storagehandler.cpp \ |
| 95 | chassishandler.cpp \ |
| 96 | dcmihandler.cpp \ |
| 97 | ipmisensor.cpp \ |
| 98 | storageaddsel.cpp \ |
| 99 | transporthandler.cpp \ |
| 100 | globalhandler.cpp \ |
Ratan Gupta | 28c2e73 | 2017-03-04 08:53:52 +0530 | [diff] [blame] | 101 | groupext.cpp \ |
Marri Devender Rao | 7d9157e | 2017-07-01 16:11:40 -0500 | [diff] [blame] | 102 | selutility.cpp \ |
Marri Devender Rao | 0acf057 | 2017-07-03 12:25:47 -0500 | [diff] [blame] | 103 | ipmi_fru_info_area.cpp \ |
Dhruvaraj Subhashchandran | e0af720 | 2017-07-12 06:35:20 -0500 | [diff] [blame] | 104 | read_fru_data.cpp \ |
Tom Joseph | a9fbff4 | 2018-01-22 14:59:09 +0530 | [diff] [blame] | 105 | sensordatahandler.cpp \ |
Vernon Mauery | 1bb0c7f | 2018-12-21 10:59:19 -0800 | [diff] [blame] | 106 | user_channel/channelcommands.cpp \ |
Vernon Mauery | 0248484 | 2018-07-24 09:15:38 -0700 | [diff] [blame] | 107 | $(libipmi20_BUILT_LIST) |
Ratan Gupta | 28c2e73 | 2017-03-04 08:53:52 +0530 | [diff] [blame] | 108 | |
Emily Shaffer | c07e72c | 2018-06-18 10:37:31 -0700 | [diff] [blame] | 109 | check_PROGRAMS = |
| 110 | XFAIL_TESTS = |
| 111 | |
| 112 | TESTS = $(check_PROGRAMS) |
| 113 | |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 114 | libipmi20_la_LIBADD = \ |
| 115 | libipmid/libipmid.la \ |
Vernon Mauery | 1bb0c7f | 2018-12-21 10:59:19 -0800 | [diff] [blame] | 116 | user_channel/libchannellayer.la |
Patrick Venture | c64f802 | 2018-11-14 19:31:15 -0800 | [diff] [blame] | 117 | libipmi20_la_LDFLAGS = \ |
| 118 | $(SYSTEMD_LIBS) \ |
| 119 | $(libmapper_LIBS) \ |
| 120 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 121 | $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ |
| 122 | -lstdc++fs \ |
Vernon Mauery | 240b186 | 2018-10-08 12:05:16 -0700 | [diff] [blame] | 123 | -lboost_coroutine \ |
Patrick Venture | c64f802 | 2018-11-14 19:31:15 -0800 | [diff] [blame] | 124 | -version-info 0:0:0 -shared |
Vernon Mauery | 1e3455a | 2018-11-30 13:10:54 -0800 | [diff] [blame] | 125 | libipmi20_la_CXXFLAGS = $(COMMON_CXX) |
Matthew Barth | 3cff7ed | 2016-07-27 14:50:51 -0500 | [diff] [blame] | 126 | |
ofery | 61d8dcc | 2019-06-10 16:02:37 -0700 | [diff] [blame] | 127 | if FEATURE_LIBUSERLAYER |
William A. Kennington III | 343d061 | 2018-12-10 15:56:24 -0800 | [diff] [blame] | 128 | providers_LTLIBRARIES += libusercmds.la |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 129 | libusercmds_la_LIBADD = \ |
| 130 | libipmid/libipmid.la \ |
Richard Marian Thomaiyar | a4e09e4 | 2019-03-02 20:08:32 +0530 | [diff] [blame] | 131 | user_channel/libuserlayer.la \ |
| 132 | user_channel/libchannellayer.la |
William A. Kennington III | 343d061 | 2018-12-10 15:56:24 -0800 | [diff] [blame] | 133 | libusercmds_la_SOURCES = \ |
Vernon Mauery | 1bb0c7f | 2018-12-21 10:59:19 -0800 | [diff] [blame] | 134 | user_channel/usercommands.cpp |
William A. Kennington III | 343d061 | 2018-12-10 15:56:24 -0800 | [diff] [blame] | 135 | libusercmds_la_LDFLAGS = \ |
| 136 | $(PHOSPHOR_LOGGING_LIBS) \ |
Suryakanth Sekar | 90b00c7 | 2019-01-16 10:37:57 +0530 | [diff] [blame] | 137 | $(libmapper_LIBS) \ |
William A. Kennington III | 343d061 | 2018-12-10 15:56:24 -0800 | [diff] [blame] | 138 | -version-info 0:0:0 -shared |
Vernon Mauery | 1bb0c7f | 2018-12-21 10:59:19 -0800 | [diff] [blame] | 139 | libusercmds_la_CXXFLAGS = $(COMMON_CXX) |
ofery | 61d8dcc | 2019-06-10 16:02:37 -0700 | [diff] [blame] | 140 | endif |
William A. Kennington III | 343d061 | 2018-12-10 15:56:24 -0800 | [diff] [blame] | 141 | |
William A. Kennington III | 785fb07 | 2018-12-10 15:27:20 -0800 | [diff] [blame] | 142 | providers_LTLIBRARIES += libsysintfcmds.la |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 143 | libsysintfcmds_la_LIBADD = \ |
| 144 | libipmid/libipmid.la \ |
| 145 | libipmid-host/libipmid-host.la |
Tom | 9e5232e | 2016-11-07 12:14:51 +0530 | [diff] [blame] | 146 | libsysintfcmds_la_SOURCES = \ |
Andrew Geissler | 1286637 | 2017-03-21 22:58:28 -0500 | [diff] [blame] | 147 | systemintfcmds.cpp \ |
Vishwanatha Subbanna | 3eb117a | 2017-07-12 16:13:49 +0530 | [diff] [blame] | 148 | host-interface.cpp |
Patrick Venture | c64f802 | 2018-11-14 19:31:15 -0800 | [diff] [blame] | 149 | libsysintfcmds_la_LDFLAGS = \ |
| 150 | $(SYSTEMD_LIBS) \ |
| 151 | $(libmapper_LIBS) \ |
| 152 | $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ |
| 153 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 154 | $(SDBUSPLUS_LIBS) \ |
| 155 | -version-info 0:0:0 -shared |
Vernon Mauery | 1e3455a | 2018-11-30 13:10:54 -0800 | [diff] [blame] | 156 | libsysintfcmds_la_CXXFLAGS = $(COMMON_CXX) |
Andrew Geissler | dd2c6fd | 2017-03-16 15:53:20 -0500 | [diff] [blame] | 157 | |
Vernon Mauery | 783dc07 | 2018-10-08 12:05:20 -0700 | [diff] [blame] | 158 | libwhitelistdir = ${libdir}/ipmid-providers |
| 159 | libwhitelist_LTLIBRARIES = libwhitelist.la |
| 160 | libwhitelist_la_SOURCES = \ |
| 161 | whitelist-filter.cpp |
| 162 | libwhitelist_la_LDFLAGS = \ |
| 163 | $(SYSTEMD_LIBS) \ |
| 164 | $(libmapper_LIBS) \ |
| 165 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 166 | $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ |
| 167 | -version-info 0:0:0 -shared |
| 168 | libwhitelist_la_CXXFLAGS = $(COMMON_CXX) |
| 169 | nodist_libwhitelist_la_SOURCES = ipmiwhitelist.cpp |
| 170 | |
Patrick Williams | 37af733 | 2016-09-02 21:21:42 -0500 | [diff] [blame] | 171 | nobase_include_HEADERS = \ |
AppaRao Puli | 071f3f2 | 2018-05-24 16:45:30 +0530 | [diff] [blame] | 172 | user_channel/channel_layer.hpp \ |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 173 | user_channel/user_layer.hpp |
Matthew Barth | 3cff7ed | 2016-07-27 14:50:51 -0500 | [diff] [blame] | 174 | |
Vishwanatha Subbanna | 506aa0f | 2017-01-24 14:58:25 +0530 | [diff] [blame] | 175 | # Forcing the build of self and then subdir |
William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 176 | SUBDIRS = include libipmid libipmid-host user_channel . test softoff |