ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/Makefile.am
Revision: 1.4
Committed: 2002-01-18T16:03:33Z (22 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: release_3-1, release_3-2, HEAD
Changes since 1.3: +2 -2 lines
Log Message:
- copyright year bumped to 2002
- in MacOS mode, mon pulls in the lowmem globals as predefined variables
- mon_lowmem.h split into .h/.cpp because it's now used in two places
- variable handling code rewritten to use map<> instead of manually maintained
  linked list

File Contents

# Content
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = disass
4
5 bin_PROGRAMS = cxmon
6 cxmon_SOURCES = main.cpp mon.cpp mon.h mon_6502.cpp mon_z80.cpp mon_atraps.h \
7 mon_cmd.cpp mon_cmd.h mon_disass.cpp mon_disass.h mon_lowmem.cpp mon_lowmem.h \
8 mon_ppc.cpp sysdeps.h
9
10 cxmon_LDADD = disass/libdisass.a