forked from numenta/nupic-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.ami
25 lines (18 loc) · 902 Bytes
/
Makefile.ami
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include build_system/unix/Includes.am
# lang/py/support must be built before nta, but lang must be built after nta.
# This is due to the fact that both nta/pynode and lang/py/net_internal depend
# on lang/py/support and lang/py/engine_internal depends on nta.
SUBDIRS = lang/py/support nta qa examples lang/py/bindings/engine_internal py
.PHONY: nupic
################################################
# Custom rules to speed up certain build targets
################################################
nupic: all
################################################
# End of custom rules
################################################
######################################################################
## Perform post-installation modifications to the install tree.
######################################################################
install-exec-local:
cd build_system/post_build; make all