X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fapp%2Fsubdir.mk;fp=Debug%2Fsrc%2Fapp%2Fsubdir.mk;h=76160a841f1ac6d441fe4dfb8b4e940d188750ae;hb=59d528aaa84a2210b0a357887853f534cfbea156;hp=0000000000000000000000000000000000000000;hpb=6a3e02e15c1626958540626bf2ccf39f8e365ca5;p=l2e.git diff --git a/Debug/src/app/subdir.mk b/Debug/src/app/subdir.mk new file mode 100644 index 0000000..76160a8 --- /dev/null +++ b/Debug/src/app/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/app/Application.cpp + +OBJS += \ +./src/app/Application.o + +CPP_DEPS += \ +./src/app/Application.d + + +# Each subdirectory must supply rules for building sources it contributes +src/app/%.o: ../src/app/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -I/usr/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + +