summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/MyValue/MyValueModule/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tags/cpp-0.1.incubating-M1-RC3b/sca/samples/MyValue/MyValueModule/Makefile.am')
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3b/sca/samples/MyValue/MyValueModule/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/MyValue/MyValueModule/Makefile.am b/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/MyValue/MyValueModule/Makefile.am
deleted file mode 100644
index 7d57c06f3d..0000000000
--- a/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/MyValue/MyValueModule/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-SUBDIRS = CustomerInfo MyValue
-
-BUILT_SOURCES = scagen
-
-scagen:
- cd $(top_builddir)/bin && \
- ./scagen.sh -dir $(prefix)/samples/MyValue/MyValueModule -output $(prefix)/samples/MyValue/MyValueModule
- mv CustomerInfoImpl_* CustomerInfo
- mv MyValueImpl_* MyValue
-