|
|
1.1 ! root 1: CFLAGS=-Wall -g ! 2: LIBRARY=../Library ! 3: CLIENTOBJS=test.o ${LIBRARY}/mydriverUser.o ! 4: LIBS=-lkernload ! 5: ! 6: test: ${CLIENTOBJS} ! 7: cc ${CFLAGS} -o test ${CLIENTOBJS} ${LIBS} ! 8: ! 9: test.o: test.c ! 10: cc ${CFLAGS} -c test.c ! 11: ! 12: clean: ! 13: rm -f *.o ! 14: rm -f test
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.