Brad Bishop | 73b776b | 2016-10-19 07:50:28 -0400 | [diff] [blame] | 1 | sbin_PROGRAMS = phosphor-inventory |
| 2 | |
| 3 | phosphor_inventory_SOURCES = \ |
Brad Bishop | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 4 | app.cpp \ |
Brad Bishop | adc4566 | 2016-10-28 20:00:57 -0500 | [diff] [blame] | 5 | xyz.openbmc_project.Inventory.Manager.cpp \ |
Brad Bishop | 789cf83 | 2016-10-22 00:47:54 -0400 | [diff] [blame] | 6 | generated.cpp \ |
Brad Bishop | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 7 | manager.cpp |
Brad Bishop | 64d994a | 2016-10-31 10:24:27 -0500 | [diff] [blame] | 8 | |
| 9 | if EXAMPLE |
| 10 | noinst_LTLIBRARIES = libexample.la |
| 11 | libexample_la_SOURCES = \ |
| 12 | xyz.openbmc_project.Example.Iface1.cpp \ |
| 13 | xyz.openbmc_project.Example.Iface2.cpp |
| 14 | phosphor_inventory_LDADD = libexample.la |
| 15 | endif |
Brad Bishop | 49aefb3 | 2016-10-19 11:54:14 -0400 | [diff] [blame] | 16 | phosphor_inventory_LDFLAGS = $(SYSTEMD_LIBS) |
| 17 | phosphor_inventory_CFLAGS = $(SYSTEMD_CFLAGS) |
| 18 | |
Brad Bishop | 74e52bc | 2016-10-31 13:12:04 -0500 | [diff] [blame^] | 19 | SUBDIRS = . test |