]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/graphics/subdir.mk
added simple sprite class
[l2e.git] / Debug / src / graphics / subdir.mk
diff --git a/Debug/src/graphics/subdir.mk b/Debug/src/graphics/subdir.mk
new file mode 100644 (file)
index 0000000..63083ec
--- /dev/null
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables 
+CPP_SRCS += \
+../src/graphics/Sprite.cpp 
+
+OBJS += \
+./src/graphics/Sprite.o 
+
+CPP_DEPS += \
+./src/graphics/Sprite.d 
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/graphics/%.o: ../src/graphics/%.cpp
+       @echo 'Building file: $<'
+       @echo 'Invoking: GCC C++ Compiler'
+       g++ -I/usr/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+