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

File: [Development] / JSOC / proj / globalhs / libs / Rules.mk (download)
Revision: 1.1, Sun Apr 28 06:44:15 2013 UTC (10 years, 4 months ago) by tplarson
Branch: MAIN
CVS Tags: globalhs_version_2, globalhs_version_1, globalhs_version_0, Ver_8-4, Ver_8-3, Ver_8-2, Ver_8-1
libraries for globalhs

# $Header: /home/cvsuser/cvsroot/JSOC/proj/globalhs/libs/Rules.mk,v 1.1 2013/04/28 07:44:15 tplarson Exp $

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

# Subdirectories. Directory-specific rules are optional here. The
# order does NOT matter.
dir	:= $(d)/projection
-include		$(SRCDIR)/$(dir)/Rules.mk
dir	:= $(d)/dtgf
-include		$(SRCDIR)/$(dir)/Rules.mk
dir	:= $(d)/pkbgn
-include		$(SRCDIR)/$(dir)/Rules.mk

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


Karen Tian
Powered by
ViewCVS 0.9.4