![]() ![]() |
![]() |
File: [Development] / JSOC / proj / lev1 / Rules.mk
(download)
Revision: 1.2, Tue Sep 15 15:05:49 2020 UTC (2 years, 8 months ago) by arta Branch: MAIN CVS Tags: Ver_LATEST, Ver_9-5, Ver_9-41, HEAD Changes since 1.1: +14 -2 lines changes to base to remove rpc dependency when SUMS_USEMTSUMS_ALL is defined |
sp := $(sp).x dirstack_$(sp) := $(d) d := $(dir) USE_RPC := ifneq ($(SUMS_USEMTSUMS),1) USE_RPC := yes endif ifneq ($(SUMS_USEMTSUMS_ALL),1) USE_RPC := yes endif # Subdirectories. Directory-specific rules are optional here. The # order NOT matter. ifdef USE_RPC dir := $(d)/apps -include $(SRCDIR)/$(dir)/Rules.mk endif # Standard things d := $(dirstack_$(sp)) sp := $(basename $(sp))
Karen Tian |
Powered by ViewCVS 0.9.4 |