eive-obsw/eive_obsw cmake debug/fsfw/unittest/tests/osal/subdir.mk

28 lines
983 B
Makefile

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