ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/mag/polarfield/Rules.mk
Revision: 1.1
Committed: Fri Aug 28 21:02:54 2015 UTC (8 years ago) by xudong
Branch: MAIN
CVS Tags: Ver_8-11, Ver_8-10, Ver_LATEST, Ver_9-41, Ver_8-12, Ver_9-5, Ver_9-4, Ver_9-3, Ver_9-2, Ver_9-1, Ver_9-0, HEAD
Log Message:
new add

File Contents

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