| # | Line 6 | Line 6 | LIBUKCPROG = ../libukcprog | |
|---|---|---|
| 6 | CFLAGS = -O3 -Wall | |
| 7 | ||
| 8 | INCLUDES = -I${LIBUKCPROG} | |
| 9 | < | LIBS = -L${LIBUKCPROG} -lukcprog |
| 9 | > | LIBS = -L${LIBUKCPROG} -lukcprog -lkstat |
| 10 | ||
| 11 | all: solaris | |
| 12 | ||
| 13 | ${LIBUKCPROG}/libukcprog.a: | |
| 14 | cd ${LIBUKCPROG} && $(MAKE) libukcprog.a | |
| 15 | ||
| 16 | < | solaris.o: solaris.c |
| 16 | > | solaris.o: solaris.c ${LIBUKCPROG}/ukcprog.h |
| 17 | ${CC} ${CFLAGS} -c ${INCLUDES} solaris.c | |
| 18 | ||
| 19 | solaris: solaris.o ${LIBUKCPROG}/libukcprog.a | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |