31 lines
892 B
Makefile
31 lines
892 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CPP_SRCS += \
|
|
../bsp_q7s/InitMission.cpp \
|
|
../bsp_q7s/ObjectFactory.cpp \
|
|
../bsp_q7s/main.cpp
|
|
|
|
OBJS += \
|
|
./bsp_q7s/InitMission.o \
|
|
./bsp_q7s/ObjectFactory.o \
|
|
./bsp_q7s/main.o
|
|
|
|
CPP_DEPS += \
|
|
./bsp_q7s/InitMission.d \
|
|
./bsp_q7s/ObjectFactory.d \
|
|
./bsp_q7s/main.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
bsp_q7s/%.o: ../bsp_q7s/%.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 ' '
|
|
|
|
|