diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-12 21:32:57 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-12 21:32:57 (GMT) |
| commit | 8ca27520a437bf33fb374d5a88731605cd3739e7 (patch) | |
| tree | f081511e0f26946016529382c68000d3c6ea5a3a /Debug/makefile | |
| parent | ca7c0e7370542a97dd03210e13ec2c56679d5ca4 (diff) | |
| download | powder-8ca27520a437bf33fb374d5a88731605cd3739e7.zip powder-8ca27520a437bf33fb374d5a88731605cd3739e7.tar.gz | |
Use forward declarations more to avoid excessive includes
Diffstat (limited to 'Debug/makefile')
| -rw-r--r-- | Debug/makefile | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/Debug/makefile b/Debug/makefile new file mode 100644 index 0000000..eb12fe0 --- /dev/null +++ b/Debug/makefile @@ -0,0 +1,96 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +-include ../makefile.init + +RM := rm -rf + +# All of the sources participating in the build are defined here +-include sources.mk +-include subdir.mk +-include src/tasks/subdir.mk +-include src/tags/subdir.mk +-include src/stamps/subdir.mk +-include src/ssave/subdir.mk +-include src/simulation/subdir.mk +-include src/search/subdir.mk +-include src/render/subdir.mk +-include src/preview/subdir.mk +-include src/options/subdir.mk +-include src/login/subdir.mk +-include src/interface/subdir.mk +-include src/game/subdir.mk +-include src/elements/subdir.mk +-include src/dialogues/subdir.mk +-include src/console/subdir.mk +-include src/client/subdir.mk +-include src/cat/subdir.mk +-include src/cajun/subdir.mk +-include src/subdir.mk +-include build/obj/powder/tasks/subdir.mk +-include build/obj/powder/tags/subdir.mk +-include build/obj/powder/stamps/subdir.mk +-include build/obj/powder/ssave/subdir.mk +-include build/obj/powder/simulation/subdir.mk +-include build/obj/powder/search/subdir.mk +-include build/obj/powder/render/subdir.mk +-include build/obj/powder/preview/subdir.mk +-include build/obj/powder/options/subdir.mk +-include build/obj/powder/login/subdir.mk +-include build/obj/powder/interface/subdir.mk +-include build/obj/powder/game/subdir.mk +-include build/obj/powder/elements/subdir.mk +-include build/obj/powder/dialogues/subdir.mk +-include build/obj/powder/console/subdir.mk +-include build/obj/powder/client/subdir.mk +-include build/obj/powder/cat/subdir.mk +-include build/obj/powder/cajun/subdir.mk +-include build/obj/powder/subdir.mk +-include objects.mk + +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C++_DEPS)),) +-include $(C++_DEPS) +endif +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +ifneq ($(strip $(CC_DEPS)),) +-include $(CC_DEPS) +endif +ifneq ($(strip $(CPP_DEPS)),) +-include $(CPP_DEPS) +endif +ifneq ($(strip $(CXX_DEPS)),) +-include $(CXX_DEPS) +endif +ifneq ($(strip $(C_UPPER_DEPS)),) +-include $(C_UPPER_DEPS) +endif +endif + +-include ../makefile.defs + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: PowderToypp + +# Tool invocations +PowderToypp: $(OBJS) $(USER_OBJS) + @echo 'Building target: $@' + @echo 'Invoking: GCC C++ Linker' + g++ -o"PowderToypp" $(OBJS) $(USER_OBJS) $(LIBS) + @echo 'Finished building target: $@' + @echo ' ' + +# Other Targets +clean: + -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) PowderToypp + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: + +-include ../makefile.targets |
