/[TIS-4000 Rel T60]/Tornado/servers/Makefile
ViewVC logotype

Contents of /Tornado/servers/Makefile

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


Revision 1.1 - (show annotations)
Fri Dec 10 15:57:10 1999 UTC (24 years ago) by tis4000
Branch: MAIN
CVS Tags: LMC_baseline, Duluth_baseline, HEAD
Initial baseline - Steel

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