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