X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fgeometry%2Fsubdir.mk;h=1957028fa99775901e90fc5cb1415d6b1a784e45;hb=3673ff7cec6896ff3d3aaf7f19027c510a15bcda;hp=3ddc804bc74455541606528136d76a34100fe099;hpb=4e886547268583ef1d8a415d9f7f959ce76ffcbc;p=l2e.git diff --git a/Release/src/geometry/subdir.mk b/Release/src/geometry/subdir.mk index 3ddc804..1957028 100644 --- a/Release/src/geometry/subdir.mk +++ b/Release/src/geometry/subdir.mk @@ -3,22 +3,6 @@ ################################################################################ # 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 -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' -