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/src/client | |
| parent | ca7c0e7370542a97dd03210e13ec2c56679d5ca4 (diff) | |
| download | powder-8ca27520a437bf33fb374d5a88731605cd3739e7.zip powder-8ca27520a437bf33fb374d5a88731605cd3739e7.tar.gz | |
Use forward declarations more to avoid excessive includes
Diffstat (limited to 'Debug/src/client')
| -rw-r--r-- | Debug/src/client/subdir.mk | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Debug/src/client/subdir.mk b/Debug/src/client/subdir.mk new file mode 100644 index 0000000..52021ba --- /dev/null +++ b/Debug/src/client/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/client/Client.cpp \ +../src/client/HTTP.cpp \ +../src/client/MD5.cpp + +OBJS += \ +./src/client/Client.o \ +./src/client/HTTP.o \ +./src/client/MD5.o + +CPP_DEPS += \ +./src/client/Client.d \ +./src/client/HTTP.d \ +./src/client/MD5.d + + +# Each subdirectory must supply rules for building sources it contributes +src/client/%.o: ../src/client/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + |
