ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/flatfield/Rules.mk
Revision: 1.2
Committed: Thu Apr 28 18:09:27 2011 UTC (12 years, 4 months ago) by arta
Branch: MAIN
CVS Tags: Ver_6-0, Ver_6-1, Ver_6-2, Ver_6-3, Ver_6-4, Ver_9-1, Ver_5-14, Ver_5-13, 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
Changes since 1.1: +2 -0 lines
Log Message:
Add make rules necessary for building flatfield_iter_int.

File Contents

# Content
1 # Standard things
2 sp := $(sp).x
3 dirstack_$(sp) := $(d)
4 d := $(dir)
5
6 # ALWAYS put libs subdirectory before other subdirectories.
7 dir := $(d)/libs
8 -include $(SRCDIR)/$(dir)/Rules.mk
9
10 # Subdirectories. Directory-specific rules are optional here. The
11 # order DOES matter, always define libraries before applications
12 # that use those libraries.
13 dir := $(d)/apps
14 -include $(SRCDIR)/$(dir)/Rules.mk
15 dir := $(d)/off_flat_IDL
16 -include $(SRCDIR)/$(dir)/Rules.mk
17
18 # Standard things
19 d := $(dirstack_$(sp))
20 sp := $(basename $(sp))