Mercurial > hg > chourdakisreiss2016
view cpp/chourdakisreiss2016cpp/Debug/subdir.mk @ 2:c87a9505f294 tip
Added LICENSE for code, removed .wav files
author | Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
---|---|
date | Sat, 30 Sep 2017 13:25:50 +0100 |
parents | 144fbd1d29c3 |
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 ' '