ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/sharp/Rules.mk
Revision: 1.1
Committed: Thu Apr 5 22:50:30 2012 UTC (11 years, 5 months ago) by mbobra
Branch: MAIN
CVS Tags: Ver_6-2, Ver_6-3, Ver_6-4, Ver_9-1, Ver_LATEST, Ver_9-3, Ver_9-41, Ver_9-2, Ver_8-8, Ver_8-2, Ver_8-3, Ver_8-0, Ver_8-1, Ver_8-6, Ver_8-7, Ver_8-4, Ver_8-5, Ver_7-1, Ver_7-0, Ver_9-5, Ver_9-4, Ver_8-10, Ver_8-11, Ver_8-12, Ver_9-0, HEAD
Log Message:
modified this rules.mk so that the sharp modules compile

File Contents

# User Rev Content
1 mbobra 1.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 does not matter.
8     dir := $(d)/apps
9     -include $(SRCDIR)/$(dir)/Rules.mk
10    
11     # Standard things
12     d := $(dirstack_$(sp))
13     sp := $(basename $(sp))
14