comparison Makefile @ 70:f3251851c718

Brought UdpClient files over from ultra-staging branch (with include fix), and updated Makefile accordingly
author andrewm
date Fri, 17 Jul 2015 17:50:54 +0100
parents 272154649c46
children 39962292dfb4
comparison
equal deleted inserted replaced
69:272154649c46 70:f3251851c718
31 ./core/I2c_Codec.cpp \ 31 ./core/I2c_Codec.cpp \
32 ./core/PRU.cpp \ 32 ./core/PRU.cpp \
33 ./core/RTAudio.cpp \ 33 ./core/RTAudio.cpp \
34 ./core/RTAudioCommandLine.cpp \ 34 ./core/RTAudioCommandLine.cpp \
35 ./core/Utilities.cpp \ 35 ./core/Utilities.cpp \
36 ./core/UdpClient.cpp \
36 ./core/client.cpp 37 ./core/client.cpp
37 38
38 CORE_OBJS := \ 39 CORE_OBJS := \
39 ./build/core/GPIOcontrol.o \ 40 ./build/core/GPIOcontrol.o \
40 ./build/core/I2c_Codec.o \ 41 ./build/core/I2c_Codec.o \
41 ./build/core/PRU.o \ 42 ./build/core/PRU.o \
42 ./build/core/RTAudio.o \ 43 ./build/core/RTAudio.o \
43 ./build/core/RTAudioCommandLine.o \ 44 ./build/core/RTAudioCommandLine.o \
44 ./build/core/Utilities.o \ 45 ./build/core/Utilities.o \
46 ./build/core/UdpClient.o \
45 ./build/core/client.o 47 ./build/core/client.o
46 48
47 CORE_CPP_DEPS := \ 49 CORE_CPP_DEPS := \
48 ./build/core/GPIOcontrol.d \ 50 ./build/core/GPIOcontrol.d \
49 ./build/core/I2c_Codec.d \ 51 ./build/core/I2c_Codec.d \
50 ./build/core/PRU.d \ 52 ./build/core/PRU.d \
51 ./build/core/RTAudio.d \ 53 ./build/core/RTAudio.d \
52 ./build/core/RTAudioCommandLine.d \ 54 ./build/core/RTAudioCommandLine.d \
53 ./build/core/Utilities.d \ 55 ./build/core/Utilities.d \
56 ./build/core/UdpClient.d \
54 ./build/core/client.d 57 ./build/core/client.d
55 58
56 # Objects for a system-supplied default main() file, if the user 59 # Objects for a system-supplied default main() file, if the user
57 # only wants to provide the render functions. 60 # only wants to provide the render functions.
58 DEFAULT_MAIN_CPP_SRCS := ./core/default_main.cpp 61 DEFAULT_MAIN_CPP_SRCS := ./core/default_main.cpp