| # | 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 :-" | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |