summaryrefslogtreecommitdiff
path: root/contrib/utility/Test/ReferenceCounting/SmartPtr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/utility/Test/ReferenceCounting/SmartPtr/Makefile')
-rw-r--r--contrib/utility/Test/ReferenceCounting/SmartPtr/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/utility/Test/ReferenceCounting/SmartPtr/Makefile b/contrib/utility/Test/ReferenceCounting/SmartPtr/Makefile
new file mode 100644
index 00000000000..7bbc0456949
--- /dev/null
+++ b/contrib/utility/Test/ReferenceCounting/SmartPtr/Makefile
@@ -0,0 +1,24 @@
+# file : Test/ReferenceCounting/SmartPtr/Makefile
+# author : Boris Kolpackov <boris@kolpackov.net>
+# copyright : Copyright (c) 2002-2003 Boris Kolpackov
+# license : http://kolpackov.net/license.html
+
+root := ../../..
+
+include $(root)/BuildRules/Bootstrap.rules
+
+$(call include, $(root)/BuildRules/Executable.pre.rules)
+
+
+cxx_translation_units := smart_ptr.cpp
+
+module_base := smart_ptr
+module_prefix :=
+module_suffix :=
+
+
+CXX_PREPROCESS_FLAGS += -I $(root)
+
+
+$(call include, $(root)/BuildRules/Executable.post.rules)
+# $Id$