Revision: | 1.4 |
Committed: | 2000-10-05T14:52:02Z (24 years, 1 month ago) by cebix |
Branch: | MAIN |
Changes since 1.3: | +2 -3 lines |
Log Message: | - updated spec file - added bfd.h |
# | Content |
---|---|
1 | ## Process this file with automake to produce Makefile.in |
2 | SUBDIRS = src |
3 | |
4 | # Requires automake 1.4 |
5 | AUTOMAKE_OPTIONS = 1.4 |
6 | |
7 | # Manpages |
8 | man_MANS = mon.1 |
9 | EXTRA_DIST = mon.1 mon.spec |
10 | |
11 | # Rule to build tar-gzipped distribution package |
12 | $(PACKAGE)-$(VERSION).tar.gz: dist |
13 | |
14 | # Rule to build RPM distribution package |
15 | rpm: $(PACKAGE)-$(VERSION).tar.gz |
16 | rpm --tarball a $(PACKAGE)-$(VERSION).tar.gz |