ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
Revision: 1.6
Committed: Thu May 30 16:21:03 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.5: +1 -1 lines
Log Message:
Well, at long last I've been greeted by this :-
=============================================
ihost-1.0rc1.tar.gz is ready for distribution
=============================================
This is the result of running "make distcheck". This means we finally have
a fully autoconf'd and automake'd distribution of ihost :)

File Contents

# Content
1 bin_PROGRAMS = ihost
2 ihost_SOURCES = ihost.c
3 ihost_LDADD = ./libstatgrab/libstatgrab.a ./libukcprog/libukcprog.a
4 bin_SCRIPTS = ihostchk.sh
5 INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog
6 SUBDIRS = libukcprog libstatgrab
7 AUTOMAKE_OPTIONS = foreign
8
9 if SETGIDKMEM
10 # FreeBSD needs ihost to be setgid kmem
11 install-exec-local:
12 chgrp kmem @bindir@/ihost
13 chmod g+s @bindir@/ihost
14 else
15 install-exec-local:
16 endif
17
18 changelog:
19 cvs2cl --stdout -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog