![]() ![]() |
![]() |
File: [Development] / JSOC / proj / globalhs / Rules.mk
(download)
Revision: 1.2, Sun Apr 28 06:43:16 2013 UTC (10 years, 1 month ago) by tplarson Branch: MAIN Changes since 1.1: +11 -1 lines added libs directory and checking of cvs tags |
# $Header: /home/cvsuser/cvsroot/JSOC/proj/globalhs/Rules.mk,v 1.2 2013/04/28 07:43:16 tplarson Exp $ sp := $(sp).x dirstack_$(sp) := $(d) d := $(dir) GLOBALHS_TAG := $(shell $(SRCDIR)/proj/globalhs/scripts/checkglobalhstags $(GLOBALHSTAGOVERRIDE)) TAGCHECK := $(findstring globalhs,$(GLOBALHS_TAG)) ifeq ($(TAGCHECK),) $(warning WARNING: proj/globalhs is not tagged consistently. a build of any target in proj/globalhs will fail. output of script checkglobalhstags is "$(GLOBALHS_TAG)") endif # Subdirectories. Directory-specific rules are optional here. The # order does NOT matter. dir := $(d)/libs -include $(SRCDIR)/$(dir)/Rules.mk dir := $(d)/apps -include $(SRCDIR)/$(dir)/Rules.mk # Standard things d := $(dirstack_$(sp)) sp := $(basename $(sp))
Karen Tian |
Powered by ViewCVS 0.9.4 |