|
|
1.1 ! root 1: SRCS = cfbgc.c cfbwindow.c cfbmisc.c \ ! 2: cfbpntwin.c cfbmskbits.c cfbpixmap.c cfbbitblt.c \ ! 3: cfbfillsp.c cfbsetsp.c cfbscrinit.c \ ! 4: cfbgetsp.c cfbutils.c \ ! 5: cfbcmap.c cfboldmfb.c ! 6: ! 7: OBJS = cfbgc.o cfbwindow.o cfbmisc.o \ ! 8: cfbgetsp.o cfbutils.o \ ! 9: cfbfillsp.o cfbsetsp.o cfbscrinit.o \ ! 10: cfbpntwin.o cfbmskbits.o cfbpixmap.o cfbbitblt.o \ ! 11: cfbcmap.o cfboldmfb.o ! 12: ! 13: CDEBUGFLAGS = ServerCDebugFlags ! 14: INCLUDES = -I. -I../../include -I../../../include -I../mfb ! 15: LINT = lint ! 16: LFLAGS = -buxz ! 17: ! 18: NormalLibraryObjectRule() ! 19: NormalLibraryTarget(cfb,$(OBJS)) ! 20: ! 21: DependTarget() ! 22: ! 23: lint: ${SRCS} ! 24: @echo 'Expect the following warnings from lint:' >lint.out ! 25: @echo ' cfbpntwin.c: srcStartOver set but not used' >>lint.out ! 26: @echo ' cfbfillsp.c: srcStartOver set but not used' >>lint.out ! 27: @echo ' cfbbitblt.c: tmpDst set but not used (4 of these)' >>lint.out ! 28: @echo '-------' >>lint.out ! 29: $(LINT) $(LFLAGS) -Clibcfb $(INCLUDES) $(SRCS) >> lint.out 2>&1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.