|
|
1.1 ! root 1: SRCS = \ ! 2: sunInit.c \ ! 3: sunBW2.c \ ! 4: sunBW2zoid.c \ ! 5: sunCursor.c \ ! 6: sunIo.c \ ! 7: sunKbd.c \ ! 8: sunMouse.c \ ! 9: sunUtils.c \ ! 10: sunGC.c \ ! 11: sunCG2C.c \ ! 12: sunCG2M.c \ ! 13: sunCG4C.c \ ! 14: sunKeyMap.c \ ! 15: kbd_mode.c ! 16: ! 17: OFILES = sunInit.o ! 18: ! 19: OBJS = \ ! 20: sunBW2.o \ ! 21: sunBW2zoid.o \ ! 22: sunCursor.o \ ! 23: sunIo.o \ ! 24: sunKbd.o \ ! 25: sunMouse.o \ ! 26: sunUtils.o \ ! 27: sunGC.o \ ! 28: sunCG2C.o \ ! 29: sunCG2M.o \ ! 30: sunCG4C.o \ ! 31: sunKeyMap.o ! 32: ! 33: CDEBUGFLAGS = ServerCDebugFlags ! 34: INCLUDES = -I. -I../../include -I../mfb -I../../dix -I../../../include ! 35: LFLAGS = -buxz ! 36: ! 37: NormalLibraryObjectRule() ! 38: ! 39: all:: $(OFILES) kbd_mode ! 40: ! 41: NormalLibraryTarget(sun,$(OBJS)) ! 42: SingleProgramTarget(kbd_mode, kbd_mode.o,,) ! 43: InstallProgram(kbd_mode,$(BINDIR)) ! 44: InstallManPage(kbd_mode,$(MANDIR)) ! 45: DependTarget() ! 46: InstallManPage(Xsun,$(MANDIR)) ! 47: ! 48: lint: ${CFILES} ${LIBCFILES} ! 49: $(LINT) $(LFLAGS) -Clibsun $(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.