/[TIS-4000 Rel T60]/Tornado/stdMakefiles/Makefile.project
ViewVC logotype

Contents of /Tornado/stdMakefiles/Makefile.project

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


Revision 1.2 - (show annotations)
Fri Sep 17 13:17:46 1999 UTC (24 years, 2 months ago) by tis4000
Branch: MAIN
CVS Tags: CAISO, t55baseline, Duluth_baseline, LMC_baseline, HEAD
Changes since 1.1: +8 -3 lines
Remove Id line - irani

1 # Define the local target base directory
2 CUR = PUT_YOUR_DIRECTORY_HERE
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