40 lines
1.4 KiB
Makefile
40 lines
1.4 KiB
Makefile
|
################################################################################
|
||
|
# Automatically-generated file. Do not edit!
|
||
|
################################################################################
|
||
|
|
||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||
|
CPP_SRCS += \
|
||
|
../mission/devices/GPSHandler.cpp \
|
||
|
../mission/devices/GomspaceDeviceHandler.cpp \
|
||
|
../mission/devices/GyroL3GD20Handler.cpp \
|
||
|
../mission/devices/MGMHandlerLIS3MDL.cpp \
|
||
|
../mission/devices/MGMHandlerRM3100.cpp \
|
||
|
../mission/devices/Tmp1075Handler.cpp
|
||
|
|
||
|
OBJS += \
|
||
|
./mission/devices/GPSHandler.o \
|
||
|
./mission/devices/GomspaceDeviceHandler.o \
|
||
|
./mission/devices/GyroL3GD20Handler.o \
|
||
|
./mission/devices/MGMHandlerLIS3MDL.o \
|
||
|
./mission/devices/MGMHandlerRM3100.o \
|
||
|
./mission/devices/Tmp1075Handler.o
|
||
|
|
||
|
CPP_DEPS += \
|
||
|
./mission/devices/GPSHandler.d \
|
||
|
./mission/devices/GomspaceDeviceHandler.d \
|
||
|
./mission/devices/GyroL3GD20Handler.d \
|
||
|
./mission/devices/MGMHandlerLIS3MDL.d \
|
||
|
./mission/devices/MGMHandlerRM3100.d \
|
||
|
./mission/devices/Tmp1075Handler.d
|
||
|
|
||
|
|
||
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
mission/devices/%.o: ../mission/devices/%.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 ' '
|
||
|
|
||
|
|