X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fsdl%2Fsubdir.mk;fp=Release%2Fsrc%2Fsdl%2Fsubdir.mk;h=0000000000000000000000000000000000000000;hb=9d645a0059d185291f63c1375bd4e5ae844acde6;hp=eb0681e4e1f16393c6f67695ff74d651f97903c2;hpb=3673ff7cec6896ff3d3aaf7f19027c510a15bcda;p=l2e.git diff --git a/Release/src/sdl/subdir.mk b/Release/src/sdl/subdir.mk deleted file mode 100644 index eb0681e..0000000 --- a/Release/src/sdl/subdir.mk +++ /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 ' ' - -