mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-25 03:38:12 +02:00
13 lines
223 B
Text
13 lines
223 B
Text
XCOMM $XFree86$
|
|
KDRIVE=..
|
|
#include "../Kdrive.tmpl"
|
|
|
|
SRCS = ipaq.c
|
|
|
|
OBJS = ipaq.o
|
|
|
|
INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/fbdev -I$(KDRIVE)/pcmcia
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(ipaq,$(OBJS))
|
|
DependTarget()
|