ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/Makefile.am
Revision: 1.8
Committed: 2000-10-15T15:07:09Z (23 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.7: +5 -5 lines
Log Message:
- extended to 8080 disassembler to a Z80 disassembler
- program renamed to "cxmon"

File Contents

# User Rev Content
1 cebix 1.1 ## Process this file with automake to produce Makefile.in
2     SUBDIRS = src
3    
4     # Requires automake 1.4
5 cebix 1.8 AUTOMAKE_OPTIONS = foreign 1.4
6 cebix 1.1
7 cebix 1.2 # Manpages
8 cebix 1.8 man_MANS = cxmon.1
9 cebix 1.5
10 cebix 1.8 EXTRA_DIST = cxmon.1
11 cebix 1.5
12 cebix 1.8 dist-hook: cxmon.spec
13     cp cxmon.spec $(distdir)
14 cebix 1.2
15 cebix 1.1 # Rule to build tar-gzipped distribution package
16     $(PACKAGE)-$(VERSION).tar.gz: dist
17    
18     # Rule to build RPM distribution package
19     rpm: $(PACKAGE)-$(VERSION).tar.gz
20 cebix 1.7 rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz