Vishwanatha Subbanna | 835571e | 2016-11-30 11:29:30 +0530 | [diff] [blame] | 1 | sbin_PROGRAMS = phosphor-ledcontroller |
| 2 | |
Vishwanatha Subbanna | bda97eb | 2016-11-30 12:21:25 +0530 | [diff] [blame] | 3 | phosphor_ledcontroller_SOURCES = \ |
| 4 | controller.cpp \ |
Vishwanatha Subbanna | 75b5510 | 2016-11-30 14:20:53 +0530 | [diff] [blame] | 5 | argument.cpp \ |
Andrew Jeffery | 42e02d3 | 2018-05-24 13:34:05 +0930 | [diff] [blame] | 6 | physical.cpp \ |
| 7 | sysfs.cpp |
Vishwanatha Subbanna | 835571e | 2016-11-30 11:29:30 +0530 | [diff] [blame] | 8 | |
Vishwanatha Subbanna | e089173 | 2017-03-10 15:27:23 +0530 | [diff] [blame] | 9 | phosphor_ledcontroller_LDFLAGS = $(SDBUSPLUS_LIBS) \ |
Patrick Williams | 604a45e | 2020-05-28 14:31:05 -0500 | [diff] [blame] | 10 | $(SYSTEMD_LIBS) \ |
Andrew Jeffery | 42e02d3 | 2018-05-24 13:34:05 +0930 | [diff] [blame] | 11 | $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ |
| 12 | -lstdc++fs |
Vishwanatha Subbanna | e089173 | 2017-03-10 15:27:23 +0530 | [diff] [blame] | 13 | phosphor_ledcontroller_CFLAGS = $(SDBUSPLUS_CFLAGS) \ |
Patrick Williams | 604a45e | 2020-05-28 14:31:05 -0500 | [diff] [blame] | 14 | $(SYSTEMD_CFLAGS) \ |
Vishwanatha Subbanna | e089173 | 2017-03-10 15:27:23 +0530 | [diff] [blame] | 15 | $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) |
Andrew Jeffery | a607a0d | 2018-05-23 16:15:26 +0930 | [diff] [blame] | 16 | |
Andrew Jeffery | b6708c7 | 2019-08-01 15:54:28 +0930 | [diff] [blame] | 17 | if AUTOCONF_CODE_COVERAGE_2019_01_06 |
| 18 | include $(top_srcdir)/aminclude_static.am |
| 19 | clean-local: code-coverage-clean |
| 20 | distclean-local: code-coverage-dist-clean |
| 21 | else |
Andrew Jeffery | a607a0d | 2018-05-23 16:15:26 +0930 | [diff] [blame] | 22 | @CODE_COVERAGE_RULES@ |
Andrew Jeffery | b6708c7 | 2019-08-01 15:54:28 +0930 | [diff] [blame] | 23 | endif |
Andrew Jeffery | a607a0d | 2018-05-23 16:15:26 +0930 | [diff] [blame] | 24 | |
| 25 | check_PROGRAMS = |
| 26 | XFAIL_TESTS = |
| 27 | |
| 28 | include test/Makefile.am.include |
| 29 | |
| 30 | TESTS = $(check_PROGRAMS) |