eive-obsw/eive_obsw cmake debug/fsfw/objectmanager/subdir.mk

28 lines
923 B
Makefile

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