Patrick Venture | c635e86 | 2018-04-17 14:45:31 -0700 | [diff] [blame] | 1 | noinst_PROGRAMS = find_callout_path find_hwmon |
| 2 | |
| 3 | find_callout_path_SOURCES = find_callout_path.cpp |
| 4 | find_callout_path_LDFLAGS = -static |
| 5 | find_callout_path_LDADD = \ |
| 6 | -lstdc++fs \ |
| 7 | $(SDBUSPLUS_LIBS) \ |
| 8 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 9 | ${top_builddir}/sysfs.o |
| 10 | find_callout_path_CXXFLAGS = |
| 11 | |
| 12 | find_hwmon_SOURCES = find_hwmon.cpp |
| 13 | find_hwmon_LDFLAGS = -static |
| 14 | find_hwmon_LDADD = \ |
| 15 | -lstdc++fs \ |
| 16 | $(SDBUSPLUS_LIBS) \ |
| 17 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 18 | ${top_builddir}/sysfs.o |
| 19 | find_hwmon_CXXFLAGS = |