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

31 lines
960 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/health/HealthHelper.cpp \
../fsfw/health/HealthMessage.cpp \
../fsfw/health/HealthTable.cpp
OBJS += \
./fsfw/health/HealthHelper.o \
./fsfw/health/HealthMessage.o \
./fsfw/health/HealthTable.o
CPP_DEPS += \
./fsfw/health/HealthHelper.d \
./fsfw/health/HealthMessage.d \
./fsfw/health/HealthTable.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/health/%.o: ../fsfw/health/%.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 ' '