summaryrefslogtreecommitdiff
path: root/Debug/src/simulation
diff options
context:
space:
mode:
authorSimon 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)
commit8ca27520a437bf33fb374d5a88731605cd3739e7 (patch)
treef081511e0f26946016529382c68000d3c6ea5a3a /Debug/src/simulation
parentca7c0e7370542a97dd03210e13ec2c56679d5ca4 (diff)
downloadpowder-8ca27520a437bf33fb374d5a88731605cd3739e7.zip
powder-8ca27520a437bf33fb374d5a88731605cd3739e7.tar.gz
Use forward declarations more to avoid excessive includes
Diffstat (limited to 'Debug/src/simulation')
-rw-r--r--Debug/src/simulation/subdir.mk42
1 files changed, 42 insertions, 0 deletions
diff --git a/Debug/src/simulation/subdir.mk b/Debug/src/simulation/subdir.mk
new file mode 100644
index 0000000..5eafa0d
--- /dev/null
+++ b/Debug/src/simulation/subdir.mk
@@ -0,0 +1,42 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+CPP_SRCS += \
+../src/simulation/Air.cpp \
+../src/simulation/Gravity.cpp \
+../src/simulation/SaveLoader.cpp \
+../src/simulation/SaveRenderer.cpp \
+../src/simulation/Simulation.cpp \
+../src/simulation/SimulationData.cpp \
+../src/simulation/Solids.cpp
+
+OBJS += \
+./src/simulation/Air.o \
+./src/simulation/Gravity.o \
+./src/simulation/SaveLoader.o \
+./src/simulation/SaveRenderer.o \
+./src/simulation/Simulation.o \
+./src/simulation/SimulationData.o \
+./src/simulation/Solids.o
+
+CPP_DEPS += \
+./src/simulation/Air.d \
+./src/simulation/Gravity.d \
+./src/simulation/SaveLoader.d \
+./src/simulation/SaveRenderer.d \
+./src/simulation/Simulation.d \
+./src/simulation/SimulationData.d \
+./src/simulation/Solids.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/simulation/%.o: ../src/simulation/%.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 ' '
+
+