source: branches/libc-0.6/src/binutils/mpw-configure@ 2653

Last change on this file since 2653 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 14.3 KB
Line 
1# Configuration script
2# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
3
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18### WARNING
19### This script must NOT use any 8-bit chars!
20### WARNING
21
22# This is an MPW Shell script that sets everything up for compilation,
23# mainly creating directories, and editing copies of files.
24
25Set savedir "`Directory`"
26
27#Set Echo 1
28
29Set ThisScript "{0}"
30
31Set srcroot "--------"
32
33Set srcdir ":"
34
35Set objdir ":"
36
37Set prefix "{MPW}":GNUTools:
38
39Set exec_prefix ""
40
41Set bindir ""
42
43Set host_alias "m68k-apple-mpw"
44
45Set target_alias {host_alias}