annotate 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 |
|
rev |
line source |
e@1
|
1 ################################################################################
|
e@1
|
2 # Automatically-generated file. Do not edit!
|
e@1
|
3 ################################################################################
|
e@1
|
4
|
e@1
|
5 # Add inputs and outputs from these tool invocations to the build variables
|
e@1
|
6 CPP_SRCS += \
|
e@1
|
7 ../Parameter.cpp \
|
e@1
|
8 ../Parameter_test.cpp \
|
e@1
|
9 ../mapping.cpp
|
e@1
|
10
|
e@1
|
11 OBJS += \
|
e@1
|
12 ./Parameter.o \
|
e@1
|
13 ./Parameter_test.o \
|
e@1
|
14 ./mapping.o
|
e@1
|
15
|
e@1
|
16 CPP_DEPS += \
|
e@1
|
17 ./Parameter.d \
|
e@1
|
18 ./Parameter_test.d \
|
e@1
|
19 ./mapping.d
|
e@1
|
20
|
e@1
|
21
|
e@1
|
22 # Each subdirectory must supply rules for building sources it contributes
|
e@1
|
23 %.o: ../%.cpp
|
e@1
|
24 @echo 'Building file: $<'
|
e@1
|
25 @echo 'Invoking: GCC C++ Compiler'
|
e@1
|
26 g++ -I/usr/include/eigen3 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
e@1
|
27 @echo 'Finished building: $<'
|
e@1
|
28 @echo ' '
|
e@1
|
29
|
e@1
|
30
|