comparison cpp/chourdakisreiss2016cpp/Debug/makefile @ 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
comparison
equal deleted inserted replaced
0:246d5546657c 1:144fbd1d29c3
1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
4
5 -include ../makefile.init
6
7 RM := rm -rf
8
9 # All of the sources participating in the build are defined here
10 -include sources.mk
11 -include subdir.mk
12 -include objects.mk
13
14 ifneq ($(MAKECMDGOALS),clean)
15 ifneq ($(strip $(CC_DEPS)),)
16 -include $(CC_DEPS)
17 endif
18 ifneq ($(strip $(C++_DEPS)),)
19 -include $(C++_DEPS)
20 endif
21 ifneq ($(strip $(C_UPPER_DEPS)),)
22 -include $(C_UPPER_DEPS)
23 endif
24 ifneq ($(strip $(CXX_DEPS)),)
25 -include $(CXX_DEPS)
26 endif
27 ifneq ($(strip $(CPP_DEPS)),)
28 -include $(CPP_DEPS)
29 endif
30 ifneq ($(strip $(C_DEPS)),)
31 -include $(C_DEPS)
32 endif
33 endif
34
35 -include ../makefile.defs
36
37 # Add inputs and outputs from these tool invocations to the build variables
38
39 # All Target
40 all: chourdakisreiss2016cpp
41
42 # Tool invocations
43 chourdakisreiss2016cpp: $(OBJS) $(USER_OBJS)
44 @echo 'Building target: $@'
45 @echo 'Invoking: GCC C++ Linker'
46 g++ -o "chourdakisreiss2016cpp" $(OBJS) $(USER_OBJS) $(LIBS)
47 @echo 'Finished building target: $@'
48 @echo ' '
49
50 # Other Targets
51 clean:
52 -$(RM) $(CC_DEPS)$(C++_DEPS)$(EXECUTABLES)$(C_UPPER_DEPS)$(CXX_DEPS)$(OBJS)$(CPP_DEPS)$(C_DEPS) chourdakisreiss2016cpp
53 -@echo ' '
54
55 .PHONY: all clean dependents
56 .SECONDARY:
57
58 -include ../makefile.targets