31 lines
987 B
Makefile
31 lines
987 B
Makefile
|
################################################################################
|
||
|
# Automatically-generated file. Do not edit!
|
||
|
################################################################################
|
||
|
|
||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||
|
CPP_SRCS += \
|
||
|
../test/testtasks/MutextestTask.cpp \
|
||
|
../test/testtasks/PusTcInjector.cpp \
|
||
|
../test/testtasks/TestTask.cpp
|
||
|
|
||
|
OBJS += \
|
||
|
./test/testtasks/MutextestTask.o \
|
||
|
./test/testtasks/PusTcInjector.o \
|
||
|
./test/testtasks/TestTask.o
|
||
|
|
||
|
CPP_DEPS += \
|
||
|
./test/testtasks/MutextestTask.d \
|
||
|
./test/testtasks/PusTcInjector.d \
|
||
|
./test/testtasks/TestTask.d
|
||
|
|
||
|
|
||
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
test/testtasks/%.o: ../test/testtasks/%.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"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||
|
@echo 'Finished building: $<'
|
||
|
@echo ' '
|
||
|
|
||
|
|