ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
Revision: 1.11
Committed: Mon Mar 3 12:32:35 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_3, IHOST_1_5_2, IHOST_1_5_1, IHOST_1_5
Changes since 1.10: +4 -6 lines
Log Message:
Following up on Pete's commit of the new ihost - the new configure stuff.
Also dropped the old libstatgrab.

File Contents

# User Rev Content
1 tdb 1.8 # Makefile for i-scream ihost
2     # http://www.i-scream.org.uk/
3 tdb 1.11 # $Id: Makefile.am,v 1.10 2003/02/05 23:02:12 tdb Exp $
4 tdb 1.8
5     AUTOMAKE_OPTIONS = gnu
6    
7 tdb 1.11 SUBDIRS = libukcprog
8 tdb 1.8
9 tdb 1.1 bin_PROGRAMS = ihost
10     ihost_SOURCES = ihost.c
11 tdb 1.11 ihost_LDADD = ./libukcprog/libukcprog.a
12 tdb 1.8
13 tdb 1.11 INCLUDES = -I@top_srcdir@/libukcprog
14 tdb 1.3
15     if SETGIDKMEM
16     # FreeBSD needs ihost to be setgid kmem
17     install-exec-local:
18     chgrp kmem @bindir@/ihost
19     chmod g+s @bindir@/ihost
20 tdb 1.4 else
21     install-exec-local:
22 tdb 1.3 endif
23 tdb 1.5
24 tdb 1.9 ChangeLog:
25 tdb 1.10 cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog