blob: e54b3014ed48cddc02126bfd096642bceae6304e [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) \
Patrick Venturef0c71df2019-06-26 19:39:36 -07007 $(CODE_COVERAGE_CXXFLAGS)
Patrick Venturebf58cd62018-12-11 09:05:46 -08008
9noinst_LTLIBRARIES = libupdater.la
Patrick Venturefe297fe2019-05-03 10:24:31 -070010libupdater_la_LDFLAGS = -static $(CODE_COVERAGE_LIBS) $(IPMIBLOB_LIBS) $(PCILIB_LIBS)
Patrick Venturef0c71df2019-06-26 19:39:36 -070011libupdater_la_CXXFLAGS = \
12 -I$(top_srcdir) \
Patrick Venturef0c71df2019-06-26 19:39:36 -070013 $(CODE_COVERAGE_CXXFLAGS) \
14 $(IPMIBLOB_CFLAGS) \
15 $(PCILIB_CFLAGS)
Patrick Venturebf58cd62018-12-11 09:05:46 -080016libupdater_la_SOURCES = \
Patrick Venture7dad86f2019-05-17 08:52:20 -070017 $(top_srcdir)/util.cpp \
Patrick Ventureaf696252018-12-11 10:22:14 -080018 updater.cpp \
Patrick Venture01123b22019-06-20 13:49:06 -070019 handler.cpp \
20 helper.cpp \
Patrick Ventureaf696252018-12-11 10:22:14 -080021 bt.cpp \
Patrick Venture00887592018-12-11 10:57:06 -080022 lpc.cpp \
Patrick Venture030b1a82019-01-18 08:33:02 -080023 io.cpp \
Patrick Ventureb5bf0fc2019-05-03 14:33:49 -070024 pci.cpp \
25 p2a.cpp \
Patrick Venture7dad86f2019-05-17 08:52:20 -070026 $(top_srcdir)/internal/sys.cpp
Patrick Venture380832c2019-06-19 10:54:44 -070027
28SUBDIRS = . test