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

 1 mbobra 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 does not matter.
 8            dir     := $(d)/apps
 9            -include                $(SRCDIR)/$(dir)/Rules.mk
10            
11            # Standard things
12            d               := $(dirstack_$(sp))
13            sp              := $(basename $(sp))
14            

Karen Tian
Powered by
ViewCVS 0.9.4