# $Header: /home/cvsuser/cvsroot/JSOC/proj/globalhs/libs/Rules.mk,v 1.2 2014/05/22 14:59:56 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 dir := $(d)/inv2d -include $(SRCDIR)/$(dir)/Rules.mk # Standard things d := $(dirstack_$(sp)) sp := $(basename $(sp))