Revision: | 1.3 |
Committed: | 2002-09-07T13:02:20Z (22 years, 2 months ago) by gbeauche |
Branch: | MAIN |
CVS Tags: | release_3-1, release_3-2 |
Changes since 1.2: | +3 -0 lines |
Log Message: | VMA are now 64-bit wide, thus #include cxmon <sysdeps.h> to get correct types information. Add its directory to the include search path. |
# | 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 | |
7 | # Extra includes, for <sysdeps.h> |
8 | INCLUDES = -I$(srcdir)/.. |