ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
Revision: 1.1
Committed: Wed May 29 19:41:59 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Log Message:
This ihost now uses autoconf and automake to make a "normal" installation
and distribution ;) It's now far easier to compile. To build from CVS :-
aclocal
autoheader
autoconf
automake -a -c
Then for compiling (end users will only need to do this) :-
./configure
make
make install
To build a distribution :-
make dist

File Contents

# User Rev Content
1 tdb 1.1 bin_PROGRAMS = ihost
2     ihost_SOURCES = ihost.c
3     ihost_LDADD = @top_srcdir@/libstatgrab/libstatgrab.a @top_srcdir@/libukcprog/libukcprog.a
4     INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog
5     SUBDIRS = libukcprog libstatgrab
6     AUTOMAKE_OPTIONS = foreign