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