blob: 96f8a7e7195f2fbba899180ca2bfe530e4f47375 [file] [log] [blame]
Patrick Venturebf58cd62018-12-11 09:05:46 -08001noinst_PROGRAMS = burn_my_bmc
2
3burn_my_bmc_SOURCES = main.cpp
Patrick Venture2f3b4b62019-03-08 13:22:40 -08004burn_my_bmc_LDADD = libupdater.la $(CODE_COVERAGE_LIBS)
Patrick Venturef0c71df2019-06-26 19:39:36 -07005burn_my_bmc_CXXFLAGS = \
6 -I$(top_srcdir) \
7 -I$(top_srcdir)/bmc/ \
8 $(CODE_COVERAGE_CXXFLAGS)
Patrick Venturebf58cd62018-12-11 09:05:46 -08009
10noinst_LTLIBRARIES = libupdater.la
Patrick Venturefe297fe2019-05-03 10:24:31 -070011libupdater_la_LDFLAGS = -static $(CODE_COVERAGE_LIBS) $(IPMIBLOB_LIBS) $(PCILIB_LIBS)
Patrick Venturef0c71df2019-06-26 19:39:36 -070012libupdater_la_CXXFLAGS = \
13 -I$(top_srcdir) \
14 -I$(top_srcdir)/bmc/ \
15 $(CODE_COVERAGE_CXXFLAGS) \
16 $(IPMIBLOB_CFLAGS) \
17 $(PCILIB_CFLAGS)
Patrick Venturebf58cd62018-12-11 09:05:46 -080018libupdater_la_SOURCES = \
Patrick Venture7dad86f2019-05-17 08:52:20 -070019 $(top_srcdir)/util.cpp \
Patrick Ventureaf696252018-12-11 10:22:14 -080020 updater.cpp \
Patrick Venture01123b22019-06-20 13:49:06 -070021 handler.cpp \
22 helper.cpp \
Patrick Ventureaf696252018-12-11 10:22:14 -080023 bt.cpp \
Patrick Venture00887592018-12-11 10:57:06 -080024 lpc.cpp \
Patrick Venture030b1a82019-01-18 08:33:02 -080025 io.cpp \
Patrick Ventureb5bf0fc2019-05-03 14:33:49 -070026 pci.cpp \
27 p2a.cpp \
Patrick Venture7dad86f2019-05-17 08:52:20 -070028 $(top_srcdir)/internal/sys.cpp
Patrick Venture380832c2019-06-19 10:54:44 -070029
30SUBDIRS = . test