Mercurial > hg > chourdakisreiss2016
view cpp/chourdakisreiss2016cpp/Debug/subdir.mk @ 1:144fbd1d29c3
added c++ class Parameter
author | Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
---|---|
date | Wed, 28 Dec 2016 17:22:49 +0000 |
parents | |
children |
line wrap: on
line source
################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../Parameter.cpp \ ../Parameter_test.cpp \ ../mapping.cpp OBJS += \ ./Parameter.o \ ./Parameter_test.o \ ./mapping.o CPP_DEPS += \ ./Parameter.d \ ./Parameter_test.d \ ./mapping.d # Each subdirectory must supply rules for building sources it contributes %.o: ../%.cpp @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' g++ -I/usr/include/eigen3 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '