From 0d97a7378ffe5f6be408201cd1f5595607ed5f87 Mon Sep 17 00:00:00 2001 From: Fabian Schillinger Date: Mon, 1 Nov 2010 16:53:24 +0100 Subject: 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 --- Debug/src/core/subdir.mk | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Debug/src/core/subdir.mk (limited to 'Debug/src/core/subdir.mk') 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 ' ' + + -- cgit v1.2.3-55-g7522