Brad Bishop | 4c9c454 | 2016-12-05 15:07:51 -0500 | [diff] [blame] | 1 | sbin_PROGRAMS = phosphor-hwmon-readd |
Matthew Barth | 6292aee | 2016-10-06 10:15:48 -0500 | [diff] [blame] | 2 | |
| 3 | phosphor_hwmon_readd_SOURCES = readd.cpp |
Brad Bishop | 4c9c454 | 2016-12-05 15:07:51 -0500 | [diff] [blame] | 4 | phosphor_hwmon_readd_LDADD = libhwmon.la |
Brad Bishop | 20938e4 | 2016-12-19 08:58:31 -0500 | [diff] [blame] | 5 | phosphor_hwmon_readd_LDFLAGS = $(SYSTEMD_LIBS) |
| 6 | phosphor_hwmon_readd_CFLAGS = $(SYSTEMD_CFLAGS) |
Matthew Barth | 6292aee | 2016-10-06 10:15:48 -0500 | [diff] [blame] | 7 | |
Brad Bishop | 4c9c454 | 2016-12-05 15:07:51 -0500 | [diff] [blame] | 8 | noinst_LTLIBRARIES = libhwmon.la |
| 9 | libhwmon_la_SOURCES = \ |
Matthew Barth | 6292aee | 2016-10-06 10:15:48 -0500 | [diff] [blame] | 10 | argument.cpp \ |
| 11 | directory.cpp \ |
Brad Bishop | e55ef3d | 2016-12-19 09:12:40 -0500 | [diff] [blame] | 12 | sensorset.cpp \ |
Brad Bishop | 6ae0330 | 2016-12-19 13:37:43 -0500 | [diff] [blame] | 13 | mainloop.cpp \ |
Brad Bishop | 613a5b3 | 2017-01-05 20:58:13 -0500 | [diff] [blame] | 14 | sysfs.cpp \ |
Brad Bishop | f3df6b4 | 2017-01-06 10:14:09 -0500 | [diff] [blame] | 15 | env.cpp \ |
Brad Bishop | 43b6ba7 | 2017-01-05 21:45:28 -0500 | [diff] [blame] | 16 | xyz.openbmc_project.Sensor.Value.cpp \ |
| 17 | xyz.openbmc_project.Sensor.Threshold.Warning.cpp \ |
| 18 | xyz.openbmc_project.Sensor.Threshold.Critical.cpp |
Brad Bishop | e9ac8b4 | 2016-12-19 09:30:40 -0500 | [diff] [blame] | 19 | |
| 20 | SUBDIRS = . test |