repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
lib
/
libX11
/
Makefile.xlcUTF8Load
blob
094d9870bc4f60e6a965b08f0c4af04b901b5895
1
# $NetBSD$
2
3
.PATH: ${X11SRCDIR.X11}/modules/lc/Utf8
4
5
SRCS.xlcUTF8Load= \
6
lcUTF8Load.c
7
8
CPPFLAGS+= \
9
-I${DESTDIR}${X11INCDIR}/X11 \
10
-I${X11SRCDIR.X11}/src/xlibi18n
11
12
CPPFLAGS+= \
13
-DHASXDMAUTH
14
15
.include <bsd.lib.mk>