macemu/cxmon/src/disass/Makefile.am
Christian Bauer 07b8b22c9b Update autotools stuff for cxmon
Remove autotools generated files from the repository, provide a 'bootstrap'
script for regenerating them, and update the configure.ac and Makefile.am
files.
2016-01-31 15:46:49 +01:00

9 lines
281 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libdisass.a
libdisass_a_SOURCES = ansidecl.h bfd.h dis-asm.h floatformat.c floatformat.h \
i386-dis.c m68k-dis.c m68k-opc.c m68k.h opintl.h
# Extra includes, for <sysdeps.h>
CPPFLAGS = -I$(srcdir)/..