blob: 7186e01661354b16856adb7ddfde30a67b3c4e69 (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/core/LiquidCrystal.cpp \
../src/core/Print.cpp \
../src/core/SPI.cpp \
../src/core/SPI1.cpp \
../src/core/SoftwareSerial.cpp \
../src/core/Wire.cpp \
../src/core/analogio.cpp \
../src/core/arithmetical.cpp \
../src/core/cr_cpp_config.cpp \
../src/core/cr_startup_lpc11.cpp \
../src/core/delay.cpp \
../src/core/gpio.cpp \
../src/core/gpio_int.cpp \
../src/core/maryoled.cpp \
../src/core/startup_mary.cpp \
../src/core/system_LPC11xx.cpp \
../src/core/uart.cpp
OBJS += \
./src/core/LiquidCrystal.o \
./src/core/Print.o \
./src/core/SPI.o \
./src/core/SPI1.o \
./src/core/SoftwareSerial.o \
./src/core/Wire.o \
./src/core/analogio.o \
./src/core/arithmetical.o \
./src/core/cr_cpp_config.o \
./src/core/cr_startup_lpc11.o \
./src/core/delay.o \
./src/core/gpio.o \
./src/core/gpio_int.o \
./src/core/maryoled.o \
./src/core/startup_mary.o \
./src/core/system_LPC11xx.o \
./src/core/uart.o
CPP_DEPS += \
./src/core/LiquidCrystal.d \
./src/core/Print.d \
./src/core/SPI.d \
./src/core/SPI1.d \
./src/core/SoftwareSerial.d \
./src/core/Wire.d \
./src/core/analogio.d \
./src/core/arithmetical.d \
./src/core/cr_cpp_config.d \
./src/core/cr_startup_lpc11.d \
./src/core/delay.d \
./src/core/gpio.d \
./src/core/gpio_int.d \
./src/core/maryoled.d \
./src/core/startup_mary.d \
./src/core/system_LPC11xx.d \
./src/core/uart.d
# Each subdirectory must supply rules for building sources it contributes
src/core/%.o: ../src/core/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: MCU C++ Compiler'
arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '
|