summaryrefslogtreecommitdiffstats
path: root/Debug/src/core
diff options
context:
space:
mode:
authorjjl2010-11-03 08:32:14 +0100
committerjjl2010-11-03 08:32:14 +0100
commit0fba6982ac0e8285ce826dd5028f23a72dc58c5b (patch)
tree78523dceda090bd9d7d1118ca37526ef7722ac6d /Debug/src/core
parentCleanup (diff)
downloadpvs-0fba6982ac0e8285ce826dd5028f23a72dc58c5b.tar.gz
pvs-0fba6982ac0e8285ce826dd5028f23a72dc58c5b.tar.xz
pvs-0fba6982ac0e8285ce826dd5028f23a72dc58c5b.zip
Cleanup
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 ' '
-
-