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