X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fgeometry%2Fsubdir.mk;fp=Debug%2Fsrc%2Fgeometry%2Fsubdir.mk;h=317308695d6c6f6e2bb24dfa0d7cbbf0719e1a2c;hb=4e886547268583ef1d8a415d9f7f959ce76ffcbc;hp=0000000000000000000000000000000000000000;hpb=5421c812b9fc64371c7f8ce3886b0b091eef458f;p=l2e.git diff --git a/Debug/src/geometry/subdir.mk b/Debug/src/geometry/subdir.mk new file mode 100644 index 0000000..3173086 --- /dev/null +++ b/Debug/src/geometry/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/geometry/Point.cpp + +OBJS += \ +./src/geometry/Point.o + +CPP_DEPS += \ +./src/geometry/Point.d + + +# Each subdirectory must supply rules for building sources it contributes +src/geometry/%.o: ../src/geometry/%.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 ' ' + +