summaryrefslogtreecommitdiff
path: root/contrib/utility/Utility/Introspection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/utility/Utility/Introspection/Makefile')
-rw-r--r--contrib/utility/Utility/Introspection/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/utility/Utility/Introspection/Makefile b/contrib/utility/Utility/Introspection/Makefile
deleted file mode 100644
index 43f2f67cb51..00000000000
--- a/contrib/utility/Utility/Introspection/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# file : Utility/Introspection/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/Archive.pre.rules)
-
-cxx_translation_units := TypeId.cpp Object.cpp
-
-module_base := Introspection
-
-CXX_PREPROCESS_FLAGS += -I $(root)
-
-$(call include, $(root)/BuildRules/Archive.post.rules)
-# $Id$