ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/cgem/Rules.mk
Revision: 1.2
Committed: Fri Feb 19 20:24:23 2016 UTC (7 years, 7 months ago) by arta
Branch: MAIN
CVS Tags: Ver_8-11, Ver_8-12, Ver_9-0
Changes since 1.1: +3 -0 lines
Log Message:
*** empty log message ***

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
16
17 # Standard things
18 d := $(dirstack_$(sp))
19 sp := $(basename $(sp))
20