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