Tests for various insn3 insns (eg: ext, sex).
[deliverable/binutils-gdb.git] / opcodes / mpw-make.in
CommitLineData
e7c4e61c
SS
1# Makefile template for Configure for the opcodes library.
2# Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
3# Written by Cygnus Support.
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
19s = "{srcdir}"
20o = :
21
22CC = C -d MPW_C
23
d1463af1 24"{o}" \Option-f : "{s}"
e7c4e61c
SS
25
26# Default rule that puts each file into separate segment.
27
d1463af1 28.c.o \Option-f .c
e7c4e61c
SS
29 {CC} {DepDir}{Default}.c {ALL_CFLAGS} {SymOptions} -s {Default} -o {TargDir}{Default}.c.o
30
31HDEFINES =
32TDEFINES =
33CSWITCHES =
34SymOptions =
35
36prefix = :usr:local
37
38exec_prefix = {prefix}
39bindir = {exec_prefix}:bin
40libdir = {exec_prefix}:lib
41
42datadir = {prefix}:lib
43mandir = {prefix}:man
44man1dir = {mandir}:man1
45man2dir = {mandir}:man2
46man3dir = {mandir}:man3
47man4dir = {mandir}:man4
48man5dir = {mandir}:man5
49man6dir = {mandir}:man6
50man7dir = {mandir}:man7
51man8dir = {mandir}:man8
52man9dir = {mandir}:man9
53infodir = {prefix}:info
54includedir = {prefix}:include
55oldincludedir =
56docdir = {srcdir}:doc
57
58SHELL = :bin:sh
59
60INSTALL = install -c
61INSTALL_PROGRAM = {INSTALL}
62INSTALL_DATA = {INSTALL}
63
64AR = ar
65AR_FLAGS = qc
66CFLAGS = -g
67BISON = bison
68MAKEINFO = makeinfo
69RANLIB = ranlib
70
71INCDIR = "{topsrcdir}"include
72BFDDIR = "{topsrcdir}"bfd
e320f644 73CSEARCH = -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:,"{INCDIR}":mpw:,::extra-include:
e7c4e61c
SS
74DEP = mkdep
75
67c2d8c8 76ALL_CFLAGS = {CSEARCH} {ARCHDEFS}
e7c4e61c
SS
77
78TARGETLIB = libopcodes.o
79
80# To circumvent a Sun make VPATH bug, each file listed here
81# should also have a foo.o: foo.c line further along in this file.
82