summaryrefslogtreecommitdiffstats
path: root/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:37:38 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:37:38 +0000
commitd36c8e323a6f8df998edd185de8972dc5e6f87f0 (patch)
tree2a402b87f045e8066fcf7743e8654728977f6a8a /sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug
parent034ecc7803559acdda5dd6c54ecc081665b19f61 (diff)
Cleaning up SVN structure, moving tag under sca-cpp/tags.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug')
-rw-r--r--sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/makefile43
-rw-r--r--sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk7
-rw-r--r--sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/sources.mk20
-rw-r--r--sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk35
4 files changed, 105 insertions, 0 deletions
diff --git a/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/makefile b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/makefile
new file mode 100644
index 0000000000..1e7f19fce8
--- /dev/null
+++ b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/makefile
@@ -0,0 +1,43 @@
+################################################################################
+# 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/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk
new file mode 100644
index 0000000000..fbdb88403a
--- /dev/null
+++ b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/objects.mk
@@ -0,0 +1,7 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+LIBS := -ltuscany_sca
+
+USER_OBJS := \ No newline at end of file
diff --git a/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/sources.mk b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/sources.mk
new file mode 100644
index 0000000000..8f0795952f
--- /dev/null
+++ b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/sources.mk
@@ -0,0 +1,20 @@
+################################################################################
+# 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/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk
new file mode 100644
index 0000000000..dd98e3ddc6
--- /dev/null
+++ b/sca-cpp/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/Debug/subdir.mk
@@ -0,0 +1,35 @@
+################################################################################
+# 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 ' '
+
+