mirror of https://github.com/BOINC/boinc.git
14 lines
137 B
Makefile
14 lines
137 B
Makefile
|
SUBDIRS = include common
|
||
|
|
||
|
if WITH_BOINC
|
||
|
SUBDIRS += boinc
|
||
|
endif
|
||
|
|
||
|
if WITH_CLGR
|
||
|
SUBDIRS += clgr
|
||
|
endif
|
||
|
|
||
|
if WITH_LOCAL
|
||
|
SUBDIRS += local
|
||
|
endif
|