(file) Return to Rules.mk CVS log (file) (dir) Up to [Development] / JSOC / proj / cgem

File: [Development] / JSOC / proj / cgem / Rules.mk (download)
Revision: 1.2, Fri Feb 19 20:24:23 2016 UTC (7 years, 3 months ago) by arta
Branch: MAIN
CVS Tags: Ver_9-0, Ver_8-12, Ver_8-11
Changes since 1.1: +3 -0 lines
*** empty log message ***

# Standard things
sp              := $(sp).x
dirstack_$(sp)  := $(d)
d               := $(dir)

# Subdirectories. Directory-specific rules are optional here. The
# order NOT matter.
# mag team probably isn't going to use apps dir
# dir     := $(d)/apps
# -include                $(SRCDIR)/$(dir)/Rules.mk
dir     := $(d)/lorentz
-include                $(SRCDIR)/$(dir)/Rules.mk
dir     := $(d)/pdfi
-include                $(SRCDIR)/$(dir)/Rules.mk


# Standard things
d               := $(dirstack_$(sp))
sp              := $(basename $(sp))


Karen Tian
Powered by
ViewCVS 0.9.4