Revision: | 1.1 |
Committed: | 2000-04-24T13:09:55Z (24 years, 6 months ago) by cebix |
Branch: | MAIN |
Log Message: | - added binary dump command - converted to automake |
# | 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 | AUTOMAKE_OPTIONS = 1.4 | ||
6 | |||
7 | # Rule to build tar-gzipped distribution package | ||
8 | $(PACKAGE)-$(VERSION).tar.gz: dist | ||
9 | |||
10 | # Rule to build RPM distribution package | ||
11 | rpm: $(PACKAGE)-$(VERSION).tar.gz | ||
12 | cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES | ||
13 | rpm -ba mon.spec |