summaryrefslogtreecommitdiffstats
path: root/Debug/src/net/subdir.mk
diff options
context:
space:
mode:
authorFabian Schillinger2010-11-01 16:53:24 +0100
committerFabian Schillinger2010-11-01 16:53:24 +0100
commit0d97a7378ffe5f6be408201cd1f5595607ed5f87 (patch)
tree78ccd691a67c2f63f8fa4d1032d4cabfae0e80fa /Debug/src/net/subdir.mk
parent[PVSGUI] parsing cmdargs fixed (diff)
downloadpvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.gz
pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.xz
pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.zip
Process start/stop/view functionality
processWidget - shows a list of processes on one client, allows to start ans stop processes processesDialog - shows every processWidget as a tab processesStartDialog - starts process entered in messageEdit added handling of new pvscommands
Diffstat (limited to 'Debug/src/net/subdir.mk')
-rw-r--r--Debug/src/net/subdir.mk48
1 files changed, 48 insertions, 0 deletions
diff --git a/Debug/src/net/subdir.mk b/Debug/src/net/subdir.mk
new file mode 100644
index 0000000..d39493d
--- /dev/null
+++ b/Debug/src/net/subdir.mk
@@ -0,0 +1,48 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+CPP_SRCS += \
+../src/net/SslServer.cpp \
+../src/net/pvsClientConnection.cpp \
+../src/net/pvsDiscoveredServer.cpp \
+../src/net/pvsListenServer.cpp \
+../src/net/pvsLocalhostCommunicator.cpp \
+../src/net/pvsMsg.cpp \
+../src/net/pvsServerConnection.cpp \
+../src/net/pvsServiceBroadcast.cpp \
+../src/net/pvsServiceDiscovery.cpp
+
+OBJS += \
+./src/net/SslServer.o \
+./src/net/pvsClientConnection.o \
+./src/net/pvsDiscoveredServer.o \
+./src/net/pvsListenServer.o \
+./src/net/pvsLocalhostCommunicator.o \
+./src/net/pvsMsg.o \
+./src/net/pvsServerConnection.o \
+./src/net/pvsServiceBroadcast.o \
+./src/net/pvsServiceDiscovery.o
+
+CPP_DEPS += \
+./src/net/SslServer.d \
+./src/net/pvsClientConnection.d \
+./src/net/pvsDiscoveredServer.d \
+./src/net/pvsListenServer.d \
+./src/net/pvsLocalhostCommunicator.d \
+./src/net/pvsMsg.d \
+./src/net/pvsServerConnection.d \
+./src/net/pvsServiceBroadcast.d \
+./src/net/pvsServiceDiscovery.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/net/%.o: ../src/net/%.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 ' '
+
+