Kaydet (Commit) 1c4f220b authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

CWS gnumake2: refactoring

üst 8cdd5581
......@@ -25,6 +25,12 @@
#
#*************************************************************************
include ../solenv/inc/gbuild.mk
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(notdir $(shell pwd))))
gb_CURRENT_MODULE := $(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))))
$(eval $(call gb_Module_make_global_targets,$(gb_CURRENT_MODULE)))
# vim: set noet sw=4 ts=4:
......@@ -25,6 +25,12 @@
#
#*************************************************************************
include ../solenv/inc/gbuild.mk
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(notdir $(shell pwd))))
gb_CURRENT_MODULE := $(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))))
$(eval $(call gb_Module_make_global_targets,$(gb_CURRENT_MODULE)))
# vim: set noet sw=4 ts=4:
......@@ -25,6 +25,12 @@
#
#*************************************************************************
include ../solenv/inc/gbuild.mk
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(notdir $(shell pwd))))
gb_CURRENT_MODULE := $(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))))
$(eval $(call gb_Module_make_global_targets,$(gb_CURRENT_MODULE)))
# vim: set noet sw=4 ts=4:
......@@ -25,6 +25,12 @@
#
#*************************************************************************
include ../solenv/inc/gbuild.mk
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(notdir $(shell pwd))))
gb_CURRENT_MODULE := $(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))))
$(eval $(call gb_Module_make_global_targets,$(gb_CURRENT_MODULE)))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment