diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-29 02:02:03 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-29 02:43:28 -0500 |
commit | 311babc08009ff4014f9b6b14d82ca41f5e6f942 (patch) | |
tree | 9c37fb7787108cc3ca4a5ecb52e8b9afd8f9f172 /tomcat/Makefile | |
parent | d756f2a304ed0921e1791c8eb91ce7fb7a085529 (diff) |
gbuildify tomcat
Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770
Diffstat (limited to 'tomcat/Makefile')
-rw-r--r-- | tomcat/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tomcat/Makefile b/tomcat/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/tomcat/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: |