aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/makefile')
-rw-r--r--examples/cxx/hybrid/makefile22
1 files changed, 20 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/makefile b/examples/cxx/hybrid/makefile
index c82a2ec..8bdb2de 100644
--- a/examples/cxx/hybrid/makefile
+++ b/examples/cxx/hybrid/makefile
@@ -5,8 +5,20 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
-all_examples := binary compositors custom hello multiroot polymorphism \
-polyroot streaming library wildcard filter minimal
+all_examples := \
+allocator \
+binary \
+compositors \
+custom \
+hello \
+multiroot \
+polymorphism \
+polyroot \
+streaming \
+library \
+wildcard \
+filter \
+minimal
build_examples := binary compositors custom
@@ -29,9 +41,15 @@ endif
ifeq ($(xsde_stl),n)
ifeq ($(xsde_exceptions),n)
build_examples += minimal
+
+ifeq ($(xsde_custom_allocator),y)
+build_examples += allocator
+endif
+
endif
endif
+
default := $(out_base)/
dist := $(out_base)/.dist
dist-win := $(out_base)/.dist-win