/[cebix]/mon/Makefile.am
ViewVC logotype

Contents of /mon/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations)
Thu Sep 5 23:00:02 2002 UTC (8 years ago) by cebix
Branch: MAIN
CVS Tags: release_3-1, release_3-2, HEAD
Changes since 1.8: +2 -2 lines
minimum required automake version is 1.5
1 ## Process this file with automake to produce Makefile.in
2 SUBDIRS = src
3
4 # Requires automake 1.5
5 AUTOMAKE_OPTIONS = foreign 1.5
6
7 # Manpages
8 man_MANS = cxmon.1
9
10 EXTRA_DIST = cxmon.1
11
12 dist-hook: cxmon.spec
13 cp cxmon.spec $(distdir)
14
15 # 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 rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.6