]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/map/subdir.mk
added basic map classes
[l2e.git] / Debug / src / map / subdir.mk
diff --git a/Debug/src/map/subdir.mk b/Debug/src/map/subdir.mk
new file mode 100644 (file)
index 0000000..5f0138c
--- /dev/null
@@ -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/map/Area.cpp \
+../src/map/Map.cpp \
+../src/map/Tile.cpp 
+
+OBJS += \
+./src/map/Area.o \
+./src/map/Map.o \
+./src/map/Tile.o 
+
+CPP_DEPS += \
+./src/map/Area.d \
+./src/map/Map.d \
+./src/map/Tile.d 
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/map/%.o: ../src/map/%.cpp
+       @echo 'Building file: $<'
+       @echo 'Invoking: GCC C++ Compiler'
+       g++ -I/usr/include/SDL -O0 -g3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+