xserver-multidpi/hw/kdrive/vesa/Imakefile
2000-09-03 05:11:46 +00:00

15 lines
253 B
Plaintext

XCOMM $XFree86$
KDRIVE=..
#include "../Kdrive.tmpl"
SRCS = vesa.c vesainit.c vbe.c
OBJS = vesa.o vesainit.o vbe.o
INCLUDES = -I. $(KDINCS)
NormalLibraryObjectRule()
NormalLibraryTarget(vesa,$(OBJS))
InstallManPage(Xvesa,$(MANDIR))
DependTarget()