# | Line 1 | Line 1 | |
---|---|---|
1 | + | # Makefile for i-scream ihost |
2 | + | # http://www.i-scream.org/cms/ |
3 | + | # $Id$ |
4 | + | |
5 | + | AUTOMAKE_OPTIONS = gnu |
6 | + | |
7 | bin_PROGRAMS = ihost | |
8 | ihost_SOURCES = ihost.c | |
9 | < | ihost_LDADD = @top_srcdir@/libstatgrab/libstatgrab.a @top_srcdir@/libukcprog/libukcprog.a |
10 | < | INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog |
11 | < | SUBDIRS = libukcprog libstatgrab |
12 | < | AUTOMAKE_OPTIONS = foreign |
9 | > | |
10 | > | if SETGIDKMEM |
11 | > | # FreeBSD needs ihost to be setgid kmem |
12 | > | install-exec-local: |
13 | > | chgrp kmem @bindir@/ihost |
14 | > | chmod g+s @bindir@/ihost |
15 | > | else |
16 | > | install-exec-local: |
17 | > | endif |
18 | > | |
19 | > | ChangeLog: |
20 | > | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |