]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/geometry/subdir.mk
added basic vector class + a small set of operators
[l2e.git] / Debug / src / geometry / subdir.mk
index 317308695d6c6f6e2bb24dfa0d7cbbf0719e1a2c..1957028fa99775901e90fc5cb1415d6b1a784e45 100644 (file)
@@ -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 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
-       @echo 'Finished building: $<'
-       @echo ' '
-