ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile
(Generate patch)

Comparing projects/cms/source/ihost/Makefile (file contents):
Revision 1.2 by tdb, Mon May 13 13:44:41 2002 UTC vs.
Revision 1.3 by tdb, Thu May 16 15:23:40 2002 UTC

# Line 8 | Line 8 | LIBS=
8   # where libukcprog can be found for compiling
9   LIBUKCPROG = libukcprog
10   # where libstatgrab can be found for compiling
11 < LIBSTATGRAB = statgrab
11 > LIBSTATGRAB = libstatgrab
12  
13   CFLAGS = -O3 -Wall
14  
15   INCLUDES = -I${LIBUKCPROG} -I${LIBSTATGRAB}
16 < OURLIBS = ${LIBUKCPROG}/libukcprog.a ${LIBSTATGRAB}/libstatgrab.a
16 > OURLIBS = ${LIBSTATGRAB}/libstatgrab.a ${LIBUKCPROG}/libukcprog.a
17  
18   all:
19          @echo "Must use one of the following targets :-"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines