Revision: | 1.3 |
Committed: | 2000-10-15T15:07:11Z (24 years, 1 month ago) by cebix |
Branch: | MAIN |
Changes since 1.2: | +3 -3 lines |
Log Message: | - extended to 8080 disassembler to a Z80 disassembler - program renamed to "cxmon" |
# | 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.3 | bin_PROGRAMS = cxmon |
6 | cxmon_SOURCES = main.cpp mon.cpp mon.h mon_6502.cpp mon_z80.cpp mon_atraps.h \ | ||
7 | cebix | 1.2 | mon_cmd.cpp mon_cmd.h mon_disass.cpp mon_disass.h mon_lowmem.h mon_ppc.cpp \ |
8 | sysdeps.h | ||
9 | |||
10 | cebix | 1.3 | cxmon_LDADD = disass/libdisass.a |