e@1: ################################################################################ e@1: # Automatically-generated file. Do not edit! e@1: ################################################################################ e@1: e@1: # Add inputs and outputs from these tool invocations to the build variables e@1: CPP_SRCS += \ e@1: ../Parameter.cpp \ e@1: ../Parameter_test.cpp \ e@1: ../mapping.cpp e@1: e@1: OBJS += \ e@1: ./Parameter.o \ e@1: ./Parameter_test.o \ e@1: ./mapping.o e@1: e@1: CPP_DEPS += \ e@1: ./Parameter.d \ e@1: ./Parameter_test.d \ e@1: ./mapping.d e@1: e@1: e@1: # Each subdirectory must supply rules for building sources it contributes e@1: %.o: ../%.cpp e@1: @echo 'Building file: $<' e@1: @echo 'Invoking: GCC C++ Compiler' e@1: g++ -I/usr/include/eigen3 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" e@1: @echo 'Finished building: $<' e@1: @echo ' ' e@1: e@1: