summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Makefile.am refactoringBrad Bishop2016-11-211-4/+3
| | | | | | | Formatting only. No functional change. Change-Id: I01271bff8a5018326251ab60d49524537c1a7a8d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* build: Add targets for generated filesBrad Bishop2016-11-211-7/+19
| | | | | | | | | | | Add a target for generated.cpp. Add targets for extra interfaces. Remove example configure option - this is now driven by the input yaml filesystem. Add YAML_PATH autoconf variable. Change-Id: Ieff734948088d3252e346a8dcc0e1dd6caf83333 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Put most objects in a libraryBrad Bishop2016-11-081-5/+8
| | | | | | | For easy sharing with other Makefiles. Change-Id: I74635903be0119afcd13e1835cc4f28183f2c38b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Build toplevel before testBrad Bishop2016-11-081-1/+1
| | | | | Change-Id: I68e2440fd15edb8d560f262660047e7f832f519c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Optionally include generated example bindingsBrad Bishop2016-11-081-0/+8
| | | | | | | | Add an autoconf opttion that includes the example bindings, for use in standalone/testing environments. Change-Id: Id44f02a9bc7adcc8b36c09f0867ee1a663d7e25c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Move generated code to implementation file.Brad Bishop2016-11-081-0/+1
| | | | | Change-Id: I5c1e250a0cfd3aecf84709b90bc01a97e5673eaf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add manager interface server bindingBrad Bishop2016-11-081-1/+1
| | | | | | | | | | | Eventually any DBus interfaces in phosphor-dbus-interfaces will have bindings generated and available in a shared library. Add the generated Manager interface directly to the repository until that happens. Change-Id: I9e1ac3266ca6467bbddbbd12ed2d2de6c079765b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add manager skeletonBrad Bishop2016-11-081-1/+7
| | | | | | | | | | | Add stubbed Notify implementation and register for generated signal callbacks. Add a unit test; which, at this point does little more than verify we don't coredump on startup. Change-Id: I0cda71935947c0d082612a5c52e2b7eba98516ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Application stub and build rulesBrad Bishop2016-10-311-0/+4
Create a basic autoconf setup. Change-Id: I3135aded1be79ca552b564b2575be7a20fad0285 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud