summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/samples/Calculator/Client/Debug
diff options
context:
space:
mode:
Diffstat (limited to 'tags/cpp-sca-20060405/samples/Calculator/Client/Debug')
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/Client/Debug/makefile43
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/Client/Debug/objects.mk7
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/Client/Debug/sources.mk20
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/Client/Debug/subdir.mk29
4 files changed, 0 insertions, 99 deletions
diff --git a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/makefile b/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/makefile
deleted file mode 100644
index 4fed2ace08..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-ROOT := ..
-
--include $(ROOT)/makefile.init
-
-RM := rm -rf
-
-# All of the sources participating in the build are defined here
--include sources.mk
--include $(SUBDIRS:%=%/subdir.mk)
--include objects.mk
-ifneq ($(strip $(DEPS)),)
--include $(DEPS)
-endif
-
--include $(ROOT)/makefile.defs
-
-# Add inputs and outputs from these tool invocations to the build variables
-
-# All Target
-all: CalculatorClient
-
-# Tool invocations
-CalculatorClient: $(OBJS) $(USER_OBJS)
- @echo 'Building target: $@'
- @echo 'Invoking: GCC C++ Linker'
- @echo g++ -L${SCA4CPP}/lib -L${SDO4CPP}/lib -L${AXISCPP_DEPLOY}/lib -oCalculatorClient $(OBJS) $(USER_OBJS) $(LIBS)
- @g++ -L${SCA4CPP}/lib -L${SDO4CPP}/lib -L${AXISCPP_DEPLOY}/lib -oCalculatorClient $(OBJS) $(USER_OBJS) $(LIBS)
- @echo 'Finished building target: $@'
- @echo ' '
-
-# Other Targets
-clean:
- -$(RM) $(OBJS)$(DEPS)$(EXECUTABLES) CalculatorClient
- -@echo ' '
-
-.PHONY: all clean dependents
-.SECONDARY:
-
--include $(ROOT)/makefile.targets
diff --git a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/objects.mk b/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/objects.mk
deleted file mode 100644
index a6aa648eba..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/objects.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-LIBS := -ltuscany_sca -ltuscany_sdo -lxml2 -laxis_clientC -laxis_client
-
-USER_OBJS := \ No newline at end of file
diff --git a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/sources.mk b/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/sources.mk
deleted file mode 100644
index 3c384d3f72..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/sources.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-C_UPPER_SRCS :=
-CPP_SRCS :=
-O_SRCS :=
-ASM_SRCS :=
-S_SRCS :=
-CXX_SRCS :=
-CC_SRCS :=
-OBJ_SRCS :=
-OBJS :=
-DEPS :=
-EXECUTABLES :=
-
-# Every subdirectory with source files must be described here
-SUBDIRS := \
-. \
-
diff --git a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/subdir.mk b/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/subdir.mk
deleted file mode 100644
index 3328b2862f..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/Client/Debug/subdir.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-CPP_SRCS += \
-$(ROOT)/Calc.cpp
-
-OBJS += \
-./Calc.o
-
-DEPS += \
-${addprefix ./, \
-Calc.d \
-}
-
-
-# Each subdirectory must supply rules for building sources it contributes
-%.o: $(ROOT)/%.cpp
- @echo 'Building file: $<'
- @echo 'Invoking: GCC C++ Compiler'
- @echo g++ -D_DEBUG -I${SCA4CPP}/include -I${SDO4CPP}/include -I${SCA4CPP_HOME}/samples/Calculator/CalculatorModule -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $<
- @g++ -D_DEBUG -I${SCA4CPP}/include -I${SDO4CPP}/include -I${SCA4CPP_HOME}/samples/Calculator/CalculatorModule -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $< && \
- echo -n $(@:%.o=%.d) $(dir $@) > $(@:%.o=%.d) && \
- g++ -MM -MG -P -w -D_DEBUG -I${SCA4CPP}/include -I${SDO4CPP}/include -I${SCA4CPP_HOME}/samples/Calculator/CalculatorModule -O0 -g3 -Wall -c -fmessage-length=0 $< >> $(@:%.o=%.d)
- @echo 'Finished building: $<'
- @echo ' '
-
-