/[TIS-4000 Rel T60]/Tornado2/vxext/Makefile
ViewVC logotype

Contents of /Tornado2/vxext/Makefile

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


Revision 1.2 - (show annotations)
Wed May 17 20:04:32 2000 UTC (23 years, 4 months ago) by tis4000
Branch: MAIN
CVS Tags: LMC_baseline, Duluth_baseline, HEAD
Changes since 1.1: +0 -4 lines
Removed default that tried to make the contents of X486 & M30. - Szostak

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

  ViewVC Help
Powered by ViewVC 1.1.30