/[TIS-4000 Rel T60]/Tornado/CalISO/Makefile
ViewVC logotype

Contents of /Tornado/CalISO/Makefile

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


Revision 1.3 - (show annotations)
Fri Dec 10 14:25:24 1999 UTC (24 years ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.2: +1 -1 lines
do not compile for the 68k - Steel

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

  ViewVC Help
Powered by ViewVC 1.1.30