(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           # Subdirectories. Directory-specific rules are optional here. The
 7           # order NOT matter.
 8           dir	:= $(d)/apps
 9           -include		$(SRCDIR)/$(dir)/Rules.mk
10           
11           # Standard things
12           d		:= $(dirstack_$(sp))
13           sp		:= $(basename $(sp))

Karen Tian
Powered by
ViewCVS 0.9.4