25 lines
957 B
Makefile
25 lines
957 B
Makefile
|
################################################################################
|
||
|
# Automatically-generated file. Do not edit!
|
||
|
################################################################################
|
||
|
|
||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||
|
CPP_SRCS += \
|
||
|
../etl/examples/ArmTimerCallbacks\ -\ C++/main.cpp
|
||
|
|
||
|
OBJS += \
|
||
|
./etl/examples/ArmTimerCallbacks\ -\ C++/main.o
|
||
|
|
||
|
CPP_DEPS += \
|
||
|
./etl/examples/ArmTimerCallbacks\ -\ C++/main.d
|
||
|
|
||
|
|
||
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
etl/examples/ArmTimerCallbacks\ -\ C++/main.o: ../etl/examples/ArmTimerCallbacks\ -\ C++/main.cpp
|
||
|
@echo 'Building file: $<'
|
||
|
@echo 'Invoking: ARM Linux g++ compiler'
|
||
|
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"etl/examples/ArmTimerCallbacks - C++/main.d" -MT"etl/examples/ArmTimerCallbacks\ -\ C++/main.d" -o "$@" "$<"
|
||
|
@echo 'Finished building: $<'
|
||
|
@echo ' '
|
||
|
|
||
|
|