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