52 lines
1.7 KiB
Makefile
52 lines
1.7 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CPP_SRCS += \
|
|
../fsfw/osal/host/Clock.cpp \
|
|
../fsfw/osal/host/FixedTimeslotTask.cpp \
|
|
../fsfw/osal/host/MessageQueue.cpp \
|
|
../fsfw/osal/host/Mutex.cpp \
|
|
../fsfw/osal/host/MutexFactory.cpp \
|
|
../fsfw/osal/host/PeriodicTask.cpp \
|
|
../fsfw/osal/host/QueueFactory.cpp \
|
|
../fsfw/osal/host/QueueMapManager.cpp \
|
|
../fsfw/osal/host/SemaphoreFactory.cpp \
|
|
../fsfw/osal/host/TaskFactory.cpp
|
|
|
|
OBJS += \
|
|
./fsfw/osal/host/Clock.o \
|
|
./fsfw/osal/host/FixedTimeslotTask.o \
|
|
./fsfw/osal/host/MessageQueue.o \
|
|
./fsfw/osal/host/Mutex.o \
|
|
./fsfw/osal/host/MutexFactory.o \
|
|
./fsfw/osal/host/PeriodicTask.o \
|
|
./fsfw/osal/host/QueueFactory.o \
|
|
./fsfw/osal/host/QueueMapManager.o \
|
|
./fsfw/osal/host/SemaphoreFactory.o \
|
|
./fsfw/osal/host/TaskFactory.o
|
|
|
|
CPP_DEPS += \
|
|
./fsfw/osal/host/Clock.d \
|
|
./fsfw/osal/host/FixedTimeslotTask.d \
|
|
./fsfw/osal/host/MessageQueue.d \
|
|
./fsfw/osal/host/Mutex.d \
|
|
./fsfw/osal/host/MutexFactory.d \
|
|
./fsfw/osal/host/PeriodicTask.d \
|
|
./fsfw/osal/host/QueueFactory.d \
|
|
./fsfw/osal/host/QueueMapManager.d \
|
|
./fsfw/osal/host/SemaphoreFactory.d \
|
|
./fsfw/osal/host/TaskFactory.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
fsfw/osal/host/%.o: ../fsfw/osal/host/%.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 ' '
|
|
|
|
|