summaryrefslogtreecommitdiffstats
path: root/Debug/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'Debug/src/core')
-rw-r--r--Debug/src/core/subdir.mk39
1 files changed, 0 insertions, 39 deletions
diff --git a/Debug/src/core/subdir.mk b/Debug/src/core/subdir.mk
deleted file mode 100644
index ccc513d..0000000
--- a/Debug/src/core/subdir.mk
+++ /dev/null
@@ -1,39 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-CPP_SRCS += \
-../src/core/pvsChatClient.cpp \
-../src/core/pvsChatMsg.cpp \
-../src/core/pvsClient.cpp \
-../src/core/pvsConnectionManager.cpp \
-../src/core/pvsServer.cpp \
-../src/core/vncConnection.cpp
-
-OBJS += \
-./src/core/pvsChatClient.o \
-./src/core/pvsChatMsg.o \
-./src/core/pvsClient.o \
-./src/core/pvsConnectionManager.o \
-./src/core/pvsServer.o \
-./src/core/vncConnection.o
-
-CPP_DEPS += \
-./src/core/pvsChatClient.d \
-./src/core/pvsChatMsg.d \
-./src/core/pvsClient.d \
-./src/core/pvsConnectionManager.d \
-./src/core/pvsServer.d \
-./src/core/vncConnection.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-src/core/%.o: ../src/core/%.cpp
- @echo 'Building file: $<'
- @echo 'Invoking: GCC C++ Compiler'
- g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-