X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fgraphics%2Fsubdir.mk;h=347deaebc8b2c84b054f012f3ebaa29de99d237a;hb=57a75f13e98f4b5d311c2d3b9d9ff637120c5ee2;hp=2611758fe32f93d82ed7227f6ecfc45ba1fd0b8f;hpb=ca31ddeab37eebaa2de5e5b1c94974fac06d418b;p=l2e.git diff --git a/Release/src/graphics/subdir.mk b/Release/src/graphics/subdir.mk index 2611758..347deae 100644 --- a/Release/src/graphics/subdir.mk +++ b/Release/src/graphics/subdir.mk @@ -4,29 +4,50 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ +../src/graphics/Animation.cpp \ +../src/graphics/Camera.cpp \ +../src/graphics/ColorFade.cpp \ +../src/graphics/ComplexAnimation.cpp \ ../src/graphics/Font.cpp \ ../src/graphics/Frame.cpp \ ../src/graphics/Gauge.cpp \ -../src/graphics/Sprite.cpp +../src/graphics/Menu.cpp \ +../src/graphics/SimpleAnimation.cpp \ +../src/graphics/Sprite.cpp \ +../src/graphics/Texture.cpp OBJS += \ +./src/graphics/Animation.o \ +./src/graphics/Camera.o \ +./src/graphics/ColorFade.o \ +./src/graphics/ComplexAnimation.o \ ./src/graphics/Font.o \ ./src/graphics/Frame.o \ ./src/graphics/Gauge.o \ -./src/graphics/Sprite.o +./src/graphics/Menu.o \ +./src/graphics/SimpleAnimation.o \ +./src/graphics/Sprite.o \ +./src/graphics/Texture.o CPP_DEPS += \ +./src/graphics/Animation.d \ +./src/graphics/Camera.d \ +./src/graphics/ColorFade.d \ +./src/graphics/ComplexAnimation.d \ ./src/graphics/Font.d \ ./src/graphics/Frame.d \ ./src/graphics/Gauge.d \ -./src/graphics/Sprite.d +./src/graphics/Menu.d \ +./src/graphics/SimpleAnimation.d \ +./src/graphics/Sprite.d \ +./src/graphics/Texture.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 -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + 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 ' '