eive-obsw/eive_obsw cmake debug/bsp_hosted/subdir.mk

31 lines
925 B
Makefile
Raw Normal View History

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