Matthew Barth | ae0e96c | 2017-01-20 13:54:59 -0600 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 2 | |
Matthew Barth | ab0fc8a | 2020-05-28 11:12:17 -0500 | [diff] [blame] | 3 | SUBDIRS = . |
Brad Bishop | 93919bb | 2017-04-22 14:58:29 -0400 | [diff] [blame] | 4 | |
5 | if WANT_PRESENCE | ||||
6 | SUBDIRS += presence | ||||
7 | endif | ||||
8 | if WANT_CONTROL | ||||
9 | SUBDIRS += control | ||||
10 | endif | ||||
Brandon Wyman | ca60e10 | 2017-03-29 17:06:02 -0500 | [diff] [blame] | 11 | if WANT_COOLING_TYPE |
Brandon Wyman | fef0295 | 2017-03-31 18:13:21 -0500 | [diff] [blame] | 12 | SUBDIRS += cooling-type |
Brandon Wyman | ca60e10 | 2017-03-29 17:06:02 -0500 | [diff] [blame] | 13 | endif |
Matt Spinler | e567dd2 | 2017-04-27 12:27:17 -0500 | [diff] [blame] | 14 | if WANT_MONITOR |
15 | SUBDIRS += monitor | ||||
16 | endif |