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

File: [Development] / JSOC / src / Attic / Rules.mk (download)
Revision: 1.2, Tue Oct 16 21:48:17 2007 UTC (15 years, 7 months ago) by arta
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Move JSOC/src/base to JSOC/base and JSOC/src/proj to JSOC/proj.  86 JSOC/src.

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


# Subdirectories. Directory-specific rules are optional here. The
# order DOES matter.  fdrms.o is built in base, and it is needed
# at COMPILE time by fortran modules in proj.
dir	:= $(d)/base
-include		$(SRCDIR)/$(dir)/Rules.mk
dir	:= $(d)/proj
-include		$(SRCDIR)/$(dir)/Rules.mk

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



Karen Tian
Powered by
ViewCVS 0.9.4