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

 1 arta  1.1 # Standard things
 2           sp 		:= $(sp).x
 3           dirstack_$(sp)	:= $(d)
 4           d		:= $(dir)
 5           
 6           # Subdirectories, in random order. Directory-specific rules are optional here.
 7           dir	:= $(d)/libs
 8           -include		$(SRCDIR)/$(dir)/Rules.mk
 9           
10           # Standard things
11           d		:= $(dirstack_$(sp))
12           sp		:= $(basename $(sp))

Karen Tian
Powered by
ViewCVS 0.9.4