/[TIS-4000 Rel T60]/Tornado/sstools/MAKEFILE
ViewVC logotype

Contents of /Tornado/sstools/MAKEFILE

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations)
Wed Dec 15 16:43:01 1999 UTC (23 years, 11 months ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.2: +0 -2 lines
removed ID line - Steel

1 # Define the local target base directory
2 CUR = sstools
3
4 # Define the release root directory
5 TOP = ../../..
6
7 # define the base location of the standard makefile
8 MAKE_TOP = $(TOP)\Tornado\stdMakefiles
9
10 # TORNADO Makefile strategy-
11 # perform make with the -C <dir> for each valid target
12 # Each target subdir will select correct Make include environment
13 # target names hardcoded for now
14
15 default:: M30 X486
16
17 M30 :
18 mkdir M30
19 X486 :
20 mkdir X486
21
22 default::
23 # make -C ./M30 -f $(MAKE_TOP)/Makefile user_target DST=M30 CUR=$(CUR) CPU=MC68060
24 make -C ./X486 -f $(MAKE_TOP)/Makefile user_target DST=X486 CUR=$(CUR) CPU=I80486
25

  ViewVC Help
Powered by ViewVC 1.1.30