annotate lwdisasm/Makefile.am @ 448:5cccf90bf838 3.0 tip

Fixed bug with complex external references generating invalid relocations in the object file
author lost@l-w.ca
date Fri, 05 Nov 2010 22:27:00 -0600
parents cba03436c720
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
408
2a94b2e64621 Started creation of lwdisasm
lost@l-w.ca
parents:
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_builddir)/lwlib -I$(top_srcdir)/lwlib
2a94b2e64621 Started creation of lwdisasm
lost@l-w.ca
parents:
diff changeset
2 bin_PROGRAMS = lwdisasm
409
cba03436c720 Checkpoint disassembler
lost@l-w.ca
parents: 408
diff changeset
3 lwdisasm_SOURCES = main.c instab.c instab6309.c range.c do_raw.c insn.c misc.c symbol.c
408
2a94b2e64621 Started creation of lwdisasm
lost@l-w.ca
parents:
diff changeset
4 lwdisasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -L$(top_builddir)/lwlib -L$(top_srcdir)/lwlib -lgnu -llw
2a94b2e64621 Started creation of lwdisasm
lost@l-w.ca
parents:
diff changeset
5 EXTRA_DIST = lwdisasm.h