Annotation of Examples/UNIX/LKSOutOfLineData/User/Makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.