/[TIS-4000 Rel T60]/Tornado/Dnp/MAKEFILE
ViewVC logotype

Contents of /Tornado/Dnp/MAKEFILE

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


Revision 1.3 - (show annotations)
Thu Apr 13 13:37:20 2000 UTC (23 years, 7 months ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.2: +1 -1 lines
change dnp to Dnp for CUR - Steel

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

  ViewVC Help
Powered by ViewVC 1.1.30