]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/sdl/subdir.mk
switched to hand-written makefiles
[l2e.git] / Release / src / sdl / subdir.mk
diff --git a/Release/src/sdl/subdir.mk b/Release/src/sdl/subdir.mk
deleted file mode 100644 (file)
index eb0681e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables 
-CPP_SRCS += \
-../src/sdl/InitImage.cpp \
-../src/sdl/InitSDL.cpp \
-../src/sdl/InitScreen.cpp \
-../src/sdl/utility.cpp 
-
-OBJS += \
-./src/sdl/InitImage.o \
-./src/sdl/InitSDL.o \
-./src/sdl/InitScreen.o \
-./src/sdl/utility.o 
-
-CPP_DEPS += \
-./src/sdl/InitImage.d \
-./src/sdl/InitSDL.d \
-./src/sdl/InitScreen.d \
-./src/sdl/utility.d 
-
-
-# Each subdirectory must supply rules for building sources it contributes
-src/sdl/%.o: ../src/sdl/%.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 ' '
-
-