49 lines
1.7 KiB
Makefile
49 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/pus/CService200ModeCommanding.cpp \
|
|
../fsfw/pus/CService201HealthCommanding.cpp \
|
|
../fsfw/pus/Service17Test.cpp \
|
|
../fsfw/pus/Service1TelecommandVerification.cpp \
|
|
../fsfw/pus/Service2DeviceAccess.cpp \
|
|
../fsfw/pus/Service3Housekeeping.cpp \
|
|
../fsfw/pus/Service5EventReporting.cpp \
|
|
../fsfw/pus/Service8FunctionManagement.cpp \
|
|
../fsfw/pus/Service9TimeManagement.cpp
|
|
|
|
OBJS += \
|
|
./fsfw/pus/CService200ModeCommanding.o \
|
|
./fsfw/pus/CService201HealthCommanding.o \
|
|
./fsfw/pus/Service17Test.o \
|
|
./fsfw/pus/Service1TelecommandVerification.o \
|
|
./fsfw/pus/Service2DeviceAccess.o \
|
|
./fsfw/pus/Service3Housekeeping.o \
|
|
./fsfw/pus/Service5EventReporting.o \
|
|
./fsfw/pus/Service8FunctionManagement.o \
|
|
./fsfw/pus/Service9TimeManagement.o
|
|
|
|
CPP_DEPS += \
|
|
./fsfw/pus/CService200ModeCommanding.d \
|
|
./fsfw/pus/CService201HealthCommanding.d \
|
|
./fsfw/pus/Service17Test.d \
|
|
./fsfw/pus/Service1TelecommandVerification.d \
|
|
./fsfw/pus/Service2DeviceAccess.d \
|
|
./fsfw/pus/Service3Housekeeping.d \
|
|
./fsfw/pus/Service5EventReporting.d \
|
|
./fsfw/pus/Service8FunctionManagement.d \
|
|
./fsfw/pus/Service9TimeManagement.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
fsfw/pus/%.o: ../fsfw/pus/%.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 ' '
|
|
|
|
|