mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-17 08:34:40 -04:00
42 lines
834 B
Plaintext
42 lines
834 B
Plaintext
XCOMM $XConsortium: Imakefile,v 5.27 94/07/28 16:44:16 dpw Exp $
|
|
|
|
#include <Server.tmpl>
|
|
|
|
SRCS = dreamcastInit.c \
|
|
dreamcastScreen.c \
|
|
dreamcastIo.c \
|
|
dreamcastKbd.c \
|
|
dreamcastMouse.c \
|
|
dreamcastFB.c \
|
|
dreamcastColormap.c \
|
|
dreamcastKeymap.c
|
|
|
|
OBJS = dreamcastInit.o \
|
|
dreamcastScreen.o \
|
|
dreamcastIo.o \
|
|
dreamcastKbd.o \
|
|
dreamcastMouse.o \
|
|
dreamcastFB.o \
|
|
dreamcastColormap.o \
|
|
dreamcastKeymap.o
|
|
|
|
INCLUDES = -I. -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi -I$(SERVERSRC)/cfb \
|
|
-I$(SERVERSRC)/include -I$(SERVERSRC)/os \
|
|
-I$(XINCLUDESRC) -I$(EXTINCSRC)
|
|
|
|
LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
|
|
../mi/llib-lmi.ln ../cfb/llib-lcfb.ln
|
|
|
|
NormalLibraryObjectRule()
|
|
|
|
all::
|
|
|
|
lintlib:
|
|
|
|
NormalLibraryTarget(dreamcast,$(OBJS))
|
|
NormalLintTarget($(SRCS1))
|
|
|
|
InstallManPage(Xdreamcast,$(MANDIR))
|
|
|
|
DependTarget()
|