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

28 lines
912 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 += \
../fsfw/container/SharedRingBuffer.cpp \
../fsfw/container/SimpleRingBuffer.cpp
OBJS += \
./fsfw/container/SharedRingBuffer.o \
./fsfw/container/SimpleRingBuffer.o
CPP_DEPS += \
./fsfw/container/SharedRingBuffer.d \
./fsfw/container/SimpleRingBuffer.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/container/%.o: ../fsfw/container/%.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 ' '