ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/globalhs/Rules.mk
Revision: 1.1
Committed: Wed Apr 15 18:55:24 2009 UTC (14 years, 5 months ago) by tplarson
Branch: MAIN
CVS Tags: Ver_6-0, Ver_6-1, Ver_6-2, Ver_6-3, Ver_6-4, Ver_5-14, Ver_5-13, Ver_5-12, Ver_5-11, Ver_5-10, Ver_5-7, Ver_7-0, Ver_5-9, Ver_5-8, Ver_8-0, Ver_5-3, Ver_5-2, Ver_5-1, Ver_7-1, Ver_5-5, Ver_5-6
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 tplarson 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))