Mercurial > hg > beaglert
comparison Makefile @ 200:c3a34eaef0cf
Add -lsndfile to Makefile
| author | Liam Donovan <l.b.donovan@qmul.ac.uk> |
|---|---|
| date | Fri, 05 Feb 2016 16:01:25 +0000 |
| parents | 3b8a28edae41 |
| children | 5f53b838b742 |
comparison
equal
deleted
inserted
replaced
| 199:b128e3ea84ff | 200:c3a34eaef0cf |
|---|---|
| 6 # This Makefile is intended for use on the BeagleBone Black itself | 6 # This Makefile is intended for use on the BeagleBone Black itself |
| 7 # and not for cross-compiling | 7 # and not for cross-compiling |
| 8 | 8 |
| 9 RM := rm -rf | 9 RM := rm -rf |
| 10 STATIC_LIBS := ./libprussdrv.a ./libNE10.a | 10 STATIC_LIBS := ./libprussdrv.a ./libNE10.a |
| 11 LIBS := -lrt -lnative -lxenomai | 11 LIBS := -lrt -lnative -lxenomai -lsndfile |
| 12 | 12 |
| 13 INCLUDES := -I./include -I/usr/include/ne10 -I/usr/xenomai/include -I/usr/arm-linux-gnueabihf/include/xenomai/include -I/usr/arm-linux-gnueabihf/include/ne10 | 13 INCLUDES := -I./include -I/usr/include/ne10 -I/usr/xenomai/include -I/usr/arm-linux-gnueabihf/include/xenomai/include -I/usr/arm-linux-gnueabihf/include/ne10 |
| 14 | 14 |
| 15 | 15 |
| 16 ASM_SRCS := $(wildcard source/*.S) | 16 ASM_SRCS := $(wildcard source/*.S) |
