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