43 lines
1.4 KiB
Makefile
43 lines
1.4 KiB
Makefile
|
################################################################################
|
||
|
# Automatically-generated file. Do not edit!
|
||
|
################################################################################
|
||
|
|
||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||
|
CPP_SRCS += \
|
||
|
../fsfw/thermal/AbstractTemperatureSensor.cpp \
|
||
|
../fsfw/thermal/Heater.cpp \
|
||
|
../fsfw/thermal/RedundantHeater.cpp \
|
||
|
../fsfw/thermal/ThermalComponent.cpp \
|
||
|
../fsfw/thermal/ThermalComponentCore.cpp \
|
||
|
../fsfw/thermal/ThermalModule.cpp \
|
||
|
../fsfw/thermal/ThermalMonitorReporter.cpp
|
||
|
|
||
|
OBJS += \
|
||
|
./fsfw/thermal/AbstractTemperatureSensor.o \
|
||
|
./fsfw/thermal/Heater.o \
|
||
|
./fsfw/thermal/RedundantHeater.o \
|
||
|
./fsfw/thermal/ThermalComponent.o \
|
||
|
./fsfw/thermal/ThermalComponentCore.o \
|
||
|
./fsfw/thermal/ThermalModule.o \
|
||
|
./fsfw/thermal/ThermalMonitorReporter.o
|
||
|
|
||
|
CPP_DEPS += \
|
||
|
./fsfw/thermal/AbstractTemperatureSensor.d \
|
||
|
./fsfw/thermal/Heater.d \
|
||
|
./fsfw/thermal/RedundantHeater.d \
|
||
|
./fsfw/thermal/ThermalComponent.d \
|
||
|
./fsfw/thermal/ThermalComponentCore.d \
|
||
|
./fsfw/thermal/ThermalModule.d \
|
||
|
./fsfw/thermal/ThermalMonitorReporter.d
|
||
|
|
||
|
|
||
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
fsfw/thermal/%.o: ../fsfw/thermal/%.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 ' '
|
||
|
|
||
|
|