summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug
diff options
context:
space:
mode:
Diffstat (limited to 'tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug')
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/makefile43
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk7
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/sources.mk20
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk35
4 files changed, 0 insertions, 105 deletions
diff --git a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/makefile b/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/makefile
deleted file mode 100644
index 1e7f19fce8..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/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: libCalculatorModule.so
-
-# Tool invocations
-libCalculatorModule.so: $(OBJS) $(USER_OBJS)
- @echo 'Building target: $@'
- @echo 'Invoking: GCC C++ Linker'
- @echo g++ -L${SCA4CPP}/lib -shared -olibCalculatorModule.so $(OBJS) $(USER_OBJS) $(LIBS)
- @g++ -L${SCA4CPP}/lib -shared -olibCalculatorModule.so $(OBJS) $(USER_OBJS) $(LIBS)
- @echo 'Finished building target: $@'
- @echo ' '
-
-# Other Targets
-clean:
- -$(RM) $(OBJS)$(DEPS)$(LIBRARIES) libCalculatorModule.so
- -@echo ' '
-
-.PHONY: all clean dependents
-.SECONDARY:
-
--include $(ROOT)/makefile.targets
diff --git a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk b/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk
deleted file mode 100644
index fbdb88403a..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-LIBS := -ltuscany_sca
-
-USER_OBJS := \ No newline at end of file
diff --git a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/sources.mk b/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/sources.mk
deleted file mode 100644
index 8f0795952f..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/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 :=
-LIBRARIES :=
-
-# Every subdirectory with source files must be described here
-SUBDIRS := \
-. \
-
diff --git a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk b/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk
deleted file mode 100644
index dd98e3ddc6..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-CPP_SRCS += \
-$(ROOT)/CalculatorImpl.cpp \
-$(ROOT)/CalculatorImpl_CalculatorService_Proxy.cpp \
-$(ROOT)/CalculatorImpl_CalculatorService_Wrapper.cpp
-
-OBJS += \
-./CalculatorImpl.o \
-./CalculatorImpl_CalculatorService_Proxy.o \
-./CalculatorImpl_CalculatorService_Wrapper.o
-
-DEPS += \
-${addprefix ./, \
-CalculatorImpl.d \
-CalculatorImpl_CalculatorService_Proxy.d \
-CalculatorImpl_CalculatorService_Wrapper.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 -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $<
- @g++ -D_DEBUG -I${SCA4CPP}/include -I${SDO4CPP}/include -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 -O0 -g3 -Wall -c -fmessage-length=0 $< >> $(@:%.o=%.d)
- @echo 'Finished building: $<'
- @echo ' '
-
-