mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-16 16:15:10 -04:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
XCOMM $XConsortium: Imakefile,v 5.25 94/02/21 10:20:10 kaleb Exp $
|
|
#include <Server.tmpl>
|
|
|
|
SRCS = amigaCVscrin.c amigaCV.c \
|
|
amigaCVblt.c amigaCVfrect.c amiga8CVgc.c amiga16CVgc.c amiga32CVgc.c\
|
|
amigaCVim.c amigaCVline.c amigaCVCursor.c \
|
|
amigaCVseg.c amigaCVplypt.c mybcopyas.S amigaCVbstor.c \
|
|
s3bcach.c s3fcach.c s3text.c xf86bcache.c xf86fcache.c xf86text.c \
|
|
s3font.c s3ss.c
|
|
|
|
|
|
OBJS = amigaCVscrin.o amigaCV.o \
|
|
amigaCVblt.o amigaCVfrect.o amiga8CVgc.o amiga16CVgc.o amiga32CVgc.o\
|
|
amigaCVim.o amigaCVline.o amigaCVCursor.o \
|
|
amigaCVseg.o amigaCVplypt.o mybcopyas.o amigaCVbstor.o \
|
|
s3bcach.o s3fcach.o s3text.o xf86bcache.o xf86fcache.o xf86text.o \
|
|
s3font.o s3ss.o
|
|
|
|
INCLUDES = -I. -I.. -I../../../.. -I../../../../mi -I../../../../mfb \
|
|
-I../../../../cfb -I../../../../include -I/sys/arch/amiga \
|
|
-I$(XINCLUDESRC) -I$(FONTINCSRC)
|
|
LINTLIBS = ../../../../dix/llib-ldix.ln ../../../../os/llib-los.ln \
|
|
../../../../mfb/llib-lmfb.ln ../../../../mi/llib-lmi.ln \
|
|
../../../../cfb/llib-lcfb.ln
|
|
|
|
DEFINES = -DUSE_IMAGE_WRITE -DAMIGAMAXDEPTH=32 -DUSE_FONTCACHE \
|
|
-DGFX_CARD_SUPPORT -DCV64_SUPPORT
|
|
|
|
NormalLibraryObjectRule()
|
|
|
|
all:: $(OFILES)
|
|
|
|
mybcopyas.o: mybcopyas.S
|
|
cpp mybcopyas.S | as -o mybcopyas.o
|
|
|
|
lintlib:
|
|
|
|
NormalLibraryTarget(amigaS3,$(OBJS))
|
|
NormalLintTarget($(SRCS))
|
|
|
|
DependTarget()
|