ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/disass/Makefile.am
Revision: 1.4
Committed: 2007-06-07T09:51:56Z (16 years, 11 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.

File Contents

# Content
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LIBRARIES = libdisass.a
4 libdisass_a_SOURCES = ansidecl.h bfd.h dis-asm.h floatformat.c floatformat.h \
5 i386-dis.c m68k-dis.c m68k-opc.c m68k.h opintl.h \
6 mips-dis.c mips-opc.c mips16-opc.c
7
8 # Extra includes, for <sysdeps.h>
9 INCLUDES = -I$(srcdir)/..