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

 1 arta  1.1 # Standard things
 2           sp 		:= $(sp).x
 3           dirstack_$(sp)	:= $(d)
 4           d		:= $(dir)
 5           
 6 arta  1.3 USE_RPC :=
 7           
 8           ifneq ($(SUMS_USEMTSUMS),1)
 9           	USE_RPC := yes
10           endif
11           
12           ifneq ($(SUMS_USEMTSUMS_ALL),1)
13           	USE_RPC := yes
14           endif
15           
16 arta  1.2 # Subdirectories. Order matters - put libs first since apps will refer to libs.
17 arta  1.3 ifdef USE_RPC
18           	dir	:= $(d)/libs
19           	-include		$(SRCDIR)/$(dir)/Rules.mk
20           	dir	:= $(d)/apps
21           	-include		$(SRCDIR)/$(dir)/Rules.mk
22           endif
23 arta  1.1 
24           # Standard things
25           d		:= $(dirstack_$(sp))
26           sp		:= $(basename $(sp))

Karen Tian
Powered by
ViewCVS 0.9.4