summaryrefslogtreecommitdiffstats
path: root/Debug/src/core/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Debug/src/core/subdir.mk')
-rw-r--r--Debug/src/core/subdir.mk39
1 files changed, 39 insertions, 0 deletions
diff --git a/Debug/src/core/subdir.mk b/Debug/src/core/subdir.mk
new file mode 100644
index 0000000..ccc513d
--- /dev/null
+++ b/Debug/src/core/subdir.mk
@@ -0,0 +1,39 @@
+################################################################################
+# 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 ' '
+
+