fsf address update, but not in COPYING files
[deliverable/binutils-gdb.git] / opcodes / mpw-make.in
index 066b071bbe06175a81de52f82a9f3e1fa969be38..c01c87e7c5762c1ad8c7f02d5f2ec4f9430e6c09 100644 (file)
@@ -14,7 +14,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 s = "{srcdir}"
 o = :
@@ -70,10 +70,10 @@ RANLIB = ranlib
 
 INCDIR = "{topsrcdir}"include
 BFDDIR = "{topsrcdir}"bfd
-CSEARCH =  -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:
+CSEARCH =  -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:,"{INCDIR}":mpw:,::extra-include:
 DEP = mkdep
 
-ALL_CFLAGS =  -mc68020 -mc68881 -model far {CSEARCH}
+ALL_CFLAGS =  {CSEARCH} {ARCHDEFS}
 
 TARGETLIB = libopcodes.o
 
@@ -87,9 +87,7 @@ ALL_MACHINES = a29k-dis.o alpha-dis.o h8300-dis.o h8500-dis.o 
 
 # BFD_MACHINES is set by configure.in.
 
-BFD_MACHINES = "{o}"mips-dis.c.o "{o}"mips-opc.c.o
-
-OFILES = {BFD_MACHINES} "{o}"dis-buf.c.o
+OFILES = {BFD_MACHINES} "{o}"dis-buf.c.o "{o}"disassemble.c.o
 
 #### host and target dependent Makefile fragments come in here.
 ###
@@ -123,6 +121,8 @@ all \Option-f {TARGETLIB}
         Lib -o {TARGETLIB} {OFILES}
 #       {RANLIB} {TARGETLIB}
 
+"{o}"disassemble.c.o \Option-f "{s}"disassemble.c {INCDIR}:dis-asm.h
+
 "{o}"a29k-dis.o \Option-f "{s}"a29k-dis.c {INCDIR}:dis-asm.h {INCDIR}:opcode:a29k.h
 "{o}"dis-buf.c.o \Option-f "{s}"dis-buf.c {INCDIR}:dis-asm.h
 "{o}"h8500-dis.o \Option-f "{s}"h8500-dis.c h8500-opc.h {INCDIR}:dis-asm.h
This page took 0.023163 seconds and 4 git commands to generate.