1 |
tdb |
1.8 |
# Makefile for i-scream ihost |
2 |
|
|
# http://www.i-scream.org.uk/ |
3 |
tdb |
1.10 |
# $Id: Makefile.am,v 1.9 2002/05/31 13:34:59 tdb Exp $ |
4 |
tdb |
1.8 |
|
5 |
|
|
AUTOMAKE_OPTIONS = gnu |
6 |
|
|
|
7 |
|
|
SUBDIRS = libukcprog libstatgrab |
8 |
|
|
|
9 |
tdb |
1.1 |
bin_PROGRAMS = ihost |
10 |
|
|
ihost_SOURCES = ihost.c |
11 |
tdb |
1.6 |
ihost_LDADD = ./libstatgrab/libstatgrab.a ./libukcprog/libukcprog.a |
12 |
tdb |
1.8 |
|
13 |
tdb |
1.2 |
bin_SCRIPTS = ihostchk.sh |
14 |
tdb |
1.8 |
|
15 |
tdb |
1.1 |
INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog |
16 |
tdb |
1.3 |
|
17 |
|
|
if SETGIDKMEM |
18 |
|
|
# FreeBSD needs ihost to be setgid kmem |
19 |
|
|
install-exec-local: |
20 |
|
|
chgrp kmem @bindir@/ihost |
21 |
|
|
chmod g+s @bindir@/ihost |
22 |
tdb |
1.4 |
else |
23 |
|
|
install-exec-local: |
24 |
tdb |
1.3 |
endif |
25 |
tdb |
1.5 |
|
26 |
tdb |
1.9 |
ChangeLog: |
27 |
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 |