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/unittest/internal/osal/IntTestMq.cpp \
|
|
../fsfw/unittest/internal/osal/IntTestMutex.cpp \
|
|
../fsfw/unittest/internal/osal/IntTestSemaphore.cpp
|
|
|
|
OBJS += \
|
|
./fsfw/unittest/internal/osal/IntTestMq.o \
|
|
./fsfw/unittest/internal/osal/IntTestMutex.o \
|
|
./fsfw/unittest/internal/osal/IntTestSemaphore.o
|
|
|
|
CPP_DEPS += \
|
|
./fsfw/unittest/internal/osal/IntTestMq.d \
|
|
./fsfw/unittest/internal/osal/IntTestMutex.d \
|
|
./fsfw/unittest/internal/osal/IntTestSemaphore.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
fsfw/unittest/internal/osal/%.o: ../fsfw/unittest/internal/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 ' '
|
|
|
|
|