Revision: | 1.4 |
Committed: | 2007-06-07T09:51:56Z (17 years, 5 months ago) by gbeauche |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.3: | +2 -1 lines |
Log Message: | Add MIPS disassembler invoked as "dm" and "dmel" (little-endian) for now. |
# | User | Rev | Content |
---|---|---|---|
1 | cebix | 1.1 | ## Process this file with automake to produce Makefile.in |
2 | |||
3 | noinst_LIBRARIES = libdisass.a | ||
4 | cebix | 1.2 | libdisass_a_SOURCES = ansidecl.h bfd.h dis-asm.h floatformat.c floatformat.h \ |
5 | gbeauche | 1.4 | i386-dis.c m68k-dis.c m68k-opc.c m68k.h opintl.h \ |
6 | mips-dis.c mips-opc.c mips16-opc.c | ||
7 | gbeauche | 1.3 | |
8 | # Extra includes, for <sysdeps.h> | ||
9 | INCLUDES = -I$(srcdir)/.. |