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

Annotation of /Tornado2/Dnp/MAKEFILE

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


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Fri Apr 21 17:36:14 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 tis4000 1.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)\Tornado2\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     M30_O:
25     make -C ./M30 -f $(MAKE_TOP)/Makefile user_target DST=M30 CUR=$(CUR) CPU=MC68040
26    
27     X486_O:
28     make -C ./X486 -f $(MAKE_TOP)/Makefile user_target DST=X486 CUR=$(CUR) CPU=I80486
29    

  ViewVC Help
Powered by ViewVC 1.1.28