ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/cgem/Rules.mk
Revision: 1.3
Committed: Wed Mar 29 23:46:54 2017 UTC (6 years, 5 months ago) by xudong
Branch: MAIN
CVS Tags: Ver_LATEST, Ver_9-41, Ver_9-5, Ver_9-4, Ver_9-3, Ver_9-2, Ver_9-1, HEAD
Changes since 1.2: +2 -1 lines
Log Message:
added prep directory

File Contents

# Content
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 # mag team probably isn't going to use apps dir
9 # dir := $(d)/apps
10 # -include $(SRCDIR)/$(dir)/Rules.mk
11 dir := $(d)/lorentz
12 -include $(SRCDIR)/$(dir)/Rules.mk
13 dir := $(d)/pdfi
14 -include $(SRCDIR)/$(dir)/Rules.mk
15 dir := $(d)/prep
16 -include $(SRCDIR)/$(dir)/Rules.mk
17
18 # Standard things
19 d := $(dirstack_$(sp))
20 sp := $(basename $(sp))
21