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) \ |
Andrew Jeffery | 42e02d3 | 2018-05-24 13:34:05 +0930 | [diff] [blame^] | 10 | $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ |
| 11 | -lstdc++fs |
Vishwanatha Subbanna | e089173 | 2017-03-10 15:27:23 +0530 | [diff] [blame] | 12 | phosphor_ledcontroller_CFLAGS = $(SDBUSPLUS_CFLAGS) \ |
| 13 | $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) |
Andrew Jeffery | a607a0d | 2018-05-23 16:15:26 +0930 | [diff] [blame] | 14 | |
| 15 | @CODE_COVERAGE_RULES@ |
| 16 | |
| 17 | check_PROGRAMS = |
| 18 | XFAIL_TESTS = |
| 19 | |
| 20 | include test/Makefile.am.include |
| 21 | |
| 22 | TESTS = $(check_PROGRAMS) |
| 23 | |
| 24 | clean-local: code-coverage-clean |
| 25 | dist-clean-local: code-coverage-dist-clean |