home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-16 | 687 b | 40 lines |
- XCOMM $XConsortium: Imakefile,v 1.4 91/07/16 22:52:20 gildea Exp $
- #include <Server.tmpl>
-
- SRCS = \
- keymap_xtl.c \
- pegEvent.c \
- pegInit.c \
- pegIo.c \
- pegKbd.c
-
- OFILES = pegInit.o
-
- OBJS = \
- keymap_xtl.o \
- pegEvent.o \
- pegIo.o \
- svc68k.o \
- pegKbd.o
-
- INCLUDES = -I. -I../mfb -I../mi -I../../include -I$(INCLUDESRC)
- LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
- ../mfb/llib-lmfb.ln ../mi/llib-lmi.ln ../cfb/llib-lcfb.ln
-
- NormalLibraryObjectRule()
-
- all:: $(OFILES)
-
- lintlib:
-
- NormalLibraryTarget(tek,$(OBJS))
- NormalLintTarget($(SRCS))
-
- svc68k.o: svc68k.s
- as -I/usr/include -M -68020 svc68k.s -o svc68k.o
-
- saber_src:
- #load $(CFLAGS) $(SRCS)
-
- DependTarget()
-