ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/Makefile.am
Revision: 1.2
Committed: 2000-09-25T12:44:31Z (23 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.1: +8 -3 lines
Log Message:
- replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils
- 680x0 disassembler shows symbolic MacOS low memory globals

File Contents

# User Rev Content
1 cebix 1.1 ## Process this file with automake to produce Makefile.in
2 cebix 1.2
3     SUBDIRS = disass
4    
5 cebix 1.1 bin_PROGRAMS = mon
6 cebix 1.2 mon_SOURCES = main.cpp mon.cpp mon.h mon_6502.cpp mon_8080.cpp mon_atraps.h \
7     mon_cmd.cpp mon_cmd.h mon_disass.cpp mon_disass.h mon_lowmem.h mon_ppc.cpp \
8     sysdeps.h
9    
10     mon_LDADD = disass/libdisass.a