X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=Release%2Fsrc%2Fgraphics%2Fsubdir.mk;fp=Release%2Fsrc%2Fgraphics%2Fsubdir.mk;h=6325d124c2c7059c5a5b4cdea5470fd5fdf22f79;hb=5421c812b9fc64371c7f8ce3886b0b091eef458f;hp=0000000000000000000000000000000000000000;hpb=5ef75aee810e5a687fae24e3f95886241e36efda;p=l2e.git diff --git a/Release/src/graphics/subdir.mk b/Release/src/graphics/subdir.mk new file mode 100644 index 0000000..6325d12 --- /dev/null +++ b/Release/src/graphics/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/graphics/Sprite.cpp + +OBJS += \ +./src/graphics/Sprite.o + +CPP_DEPS += \ +./src/graphics/Sprite.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 "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + +