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

 1 arta  1.1 sp 		:= $(sp).x
 2           dirstack_$(sp)	:= $(d)
 3           d		:= $(dir)
 4           
 5           # Subdirectories. Directory-specific rules are optional here. The
 6           # order NOT matter.
 7           dir	:= $(d)/apps
 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