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

28 lines
867 B
Makefile

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