eive-obsw/eive_obsw cmake debug/fsfw/timemanager/subdir.mk

37 lines
1.2 KiB
Makefile

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