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