aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-25 10:45:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-25 10:45:32 +0200
commitab994fdada3eebc794d6b1686f55a35420e4d758 (patch)
treeccfbdd212fc3a06fea8f68b07c01f68989d2e450 /makefile
parent27245519b1a659eb849a31714df0090dc58bb87a (diff)
New example, inheritance/polymorphism
Also move the inheritance example to inheritance/reuse.
Diffstat (limited to 'makefile')
-rw-r--r--makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/makefile b/makefile
index f9c9121..ef3a1f9 100644
--- a/makefile
+++ b/makefile
@@ -4,14 +4,15 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
-dirs := \
-composite \
-container \
-hello \
-inheritance \
-query \
-mapping \
-optimistic \
+dirs := \
+composite \
+container \
+hello \
+inheritance/polymorphism \
+inheritance/reuse \
+query \
+mapping \
+optimistic \
schema/embedded
tr1_dirs := relationship inverse schema/custom view