|
|
1.1 root 1: SRCS = \
2: sunInit.c \
3: sunBW2.c \
4: sunCursor.c \
5: sunIo.c \
6: sunKbd.c \
7: sunMouse.c \
8: sunGC.c \
9: sunKeyMap.c
10:
11: OFILES = sunInit.o
12:
13: OBJS = \
14: sunBW2.o \
15: sunCursor.o \
16: sunIo.o \
17: sunKbd.o \
18: sunMouse.o \
19: sunGC.o \
20: sunKeyMap.o
21:
22: CDEBUGFLAGS = ServerCDebugFlags
23: INCLUDES = -I. -I../../include -I../mfb -I../../dix -I../../../include
24: LFLAGS = -buxz
25:
26: NormalLibraryObjectRule()
27:
28: all:: $(OFILES)
29:
30: NormalLibraryTarget(v9sun,$(OBJS))
31: DependTarget()
32: InstallManPage(Xsun,$(MANDIR))
33:
34: lint: ${CFILES} ${LIBCFILES}
35: $(LINT) $(LFLAGS) -Clibv9sun $(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.