--- projects/cms/source/ihost/Makefile 2002/05/13 13:44:41 1.2 +++ projects/cms/source/ihost/Makefile 2002/05/16 15:38:12 1.4 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2002/05/13 13:44:41 tdb Exp $ +# $Id: Makefile,v 1.4 2002/05/16 15:38:12 tdb Exp $ # defines that should be set DEFS= @@ -8,12 +8,12 @@ LIBS= # where libukcprog can be found for compiling LIBUKCPROG = libukcprog # where libstatgrab can be found for compiling -LIBSTATGRAB = statgrab +LIBSTATGRAB = libstatgrab CFLAGS = -O3 -Wall INCLUDES = -I${LIBUKCPROG} -I${LIBSTATGRAB} -OURLIBS = ${LIBUKCPROG}/libukcprog.a ${LIBSTATGRAB}/libstatgrab.a +OURLIBS = ${LIBSTATGRAB}/libstatgrab.a ${LIBUKCPROG}/libukcprog.a all: @echo "Must use one of the following targets :-" @@ -41,7 +41,7 @@ linux: $(MAKE) ihost DEFS="-DLINUX" freebsd: - $(MAKE) ihost DEFS="-DFREEBSD" + $(MAKE) ihost DEFS="-DFREEBSD" LIBS="-lkvm" oldlinux: $(MAKE) ihost DEFS="-DOLDLINUX -DLINUX"