]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/map/subdir.mk
switched to hand-written makefiles
[l2e.git] / Release / src / map / subdir.mk
diff --git a/Release/src/map/subdir.mk b/Release/src/map/subdir.mk
deleted file mode 100644 (file)
index 78e65f3..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-################################################################################
-# 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/Entity.cpp \
-../src/map/Map.cpp \
-../src/map/MapState.cpp \
-../src/map/Tile.cpp \
-../src/map/TransitionState.cpp \
-../src/map/Trigger.cpp 
-
-OBJS += \
-./src/map/Area.o \
-./src/map/Entity.o \
-./src/map/Map.o \
-./src/map/MapState.o \
-./src/map/Tile.o \
-./src/map/TransitionState.o \
-./src/map/Trigger.o 
-
-CPP_DEPS += \
-./src/map/Area.d \
-./src/map/Entity.d \
-./src/map/Map.d \
-./src/map/MapState.d \
-./src/map/Tile.d \
-./src/map/TransitionState.d \
-./src/map/Trigger.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++ -DNDEBUG -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
-       @echo 'Finished building: $<'
-       @echo ' '
-
-