(file) Return to Rules.mk CVS log (file) (dir) Up to [Development] / JSOC / proj / dsdsmigr

File: [Development] / JSOC / proj / dsdsmigr / Rules.mk (download)
Revision: 1.3, 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.2: +16 -4 lines
changes to base to remove rpc dependency when SUMS_USEMTSUMS_ALL is defined

# Standard things
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. Order matters - put libs first since apps will refer to libs.
ifdef USE_RPC
	dir	:= $(d)/libs
	-include		$(SRCDIR)/$(dir)/Rules.mk
	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