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

Contents of /Tornado2/Mapbd/Makefile

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


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Apr 21 17:36:20 2000 UTC (23 years, 5 months ago) by tis4000
Branch: HIA, MAIN
CVS Tags: LMC_baseline, Duluth_baseline, Relt60baseline, HEAD
Changes since 1.1: +0 -0 lines
Setup Initial Baseline

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

  ViewVC Help
Powered by ViewVC 1.1.30