ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/globalhs/libs/Rules.mk
Revision: 1.1
Committed: Sun Apr 28 07:44:15 2013 UTC (10 years, 4 months ago) by tplarson
Branch: MAIN
CVS Tags: Ver_8-3, globalhs_version_0, globalhs_version_1, globalhs_version_2, Ver_8-2, Ver_8-1, Ver_8-4
Log Message:
libraries for globalhs

File Contents

# User Rev Content
1 tplarson 1.1 # $Header: $
2    
3     # Standard things
4     sp := $(sp).x
5     dirstack_$(sp) := $(d)
6     d := $(dir)
7    
8     # Subdirectories. Directory-specific rules are optional here. The
9     # order does NOT matter.
10     dir := $(d)/projection
11     -include $(SRCDIR)/$(dir)/Rules.mk
12     dir := $(d)/dtgf
13     -include $(SRCDIR)/$(dir)/Rules.mk
14     dir := $(d)/pkbgn
15     -include $(SRCDIR)/$(dir)/Rules.mk
16    
17     # Standard things
18     d := $(dirstack_$(sp))
19     sp := $(basename $(sp))
20