summaryrefslogtreecommitdiffstats
path: root/soltools/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2012-09-26 23:59:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-29 15:48:52 +0200
commit3d7005b67dd29a2392dcc91e9c8b4287fc6816c7 (patch)
treeced8b922995fbbff09afc1c62fad190cde890c0c /soltools/Makefile
parentsc/qa/unit: recover xDocSh->DoClose() (diff)
downloadcore-3d7005b67dd29a2392dcc91e9c8b4287fc6816c7.tar.gz
core-3d7005b67dd29a2392dcc91e9c8b4287fc6816c7.zip
soltools conversion to gbuild
The following tools are considered to be obsolete and are discontinued: ldump, giparser, testhxx and support. Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3
Diffstat (limited to 'soltools/Makefile')
-rw-r--r--soltools/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/soltools/Makefile b/soltools/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/soltools/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: