################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../models/devices/Common.cpp \ ../models/devices/Device.cpp \ ../models/devices/ES.cpp OBJS += \ ./models/devices/Common.o \ ./models/devices/Device.o \ ./models/devices/ES.o CPP_DEPS += \ ./models/devices/Common.d \ ./models/devices/Device.d \ ./models/devices/ES.d # Each subdirectory must supply rules for building sources it contributes models/devices/%.o: ../models/devices/%.cpp @echo 'Building file: $<' @echo 'Invoking: Cross G++ Compiler' arm-linux-gnueabihf-g++ -std=c++0x -O0 -g3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '