comparison Makefile @ 267:247a182adb6d prerelease

Makefile creates build folder in the script folder
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 17 May 2016 14:38:03 +0100
parents 4989afa8e994
children 4815ed0f21de 4475c0bc2aaa
comparison
equal deleted inserted replaced
266:156191dffa8c 267:247a182adb6d
13 ifndef PROJECT 13 ifndef PROJECT
14 $(error PROJECT is not set) 14 $(error PROJECT is not set)
15 endif 15 endif
16 16
17 PROJECT_DIR := $(abspath projects/$(PROJECT)) 17 PROJECT_DIR := $(abspath projects/$(PROJECT))
18 18 $(shell mkdir -p $(PROJECT_DIR)/build)
19 RM := rm -rf 19 RM := rm -rf
20 STATIC_LIBS := ./libprussdrv.a ./libNE10.a 20 STATIC_LIBS := ./libprussdrv.a ./libNE10.a
21 LIBS := -lrt -lnative -lxenomai -lsndfile 21 LIBS := -lrt -lnative -lxenomai -lsndfile
22 22
23 # refresh library cache and check if libpd is there 23 # refresh library cache and check if libpd is there