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

Contents of /Tornado2/Ge/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:17 2000 UTC (23 years, 1 month 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 #$Id: Makefile.subdir,v 1.3 1995/08/03 17:27:25 steel Exp $
2
3 # Define the local target base directory
4 CUR = Ge
5
6 # Define the release root directory
7 TOP = \tis\t60
8
9 # Define the Tornado install directory and host type
10 WIND_BASE = c:\Tornado2
11 WIND_HOST_TYPE = x86-win32
12
13 # define the base location of the standard makefile
14 MAKE_TOP = $(TOP)\tornado2\stdMakefiles
15
16 # TORNADO Makefile strategy-
17 # perform make with the -C <dir> for each valid target
18 # Each target subdir will select correct Make include environment
19 # target names hardcoded for now
20
21 default:
22 make -C .\M30 -f $(MAKE_TOP)\Makefile user_target CUR=$(CUR) CPU=MC68040
23 make -C .\X486 -f $(MAKE_TOP)\Makefile user_target DST=X486 CUR=$(CUR) CPU=I80486
24

  ViewVC Help
Powered by ViewVC 1.1.28