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
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
lib
/
libX11
/
Makefile.xomGeneric
blob
ce1c3d994404710d9ac43f5194cf2f3e158bfa5f
1
# $NetBSD$
2
3
.PATH: ${X11SRCDIR.X11}/modules/om/generic
4
5
SRCS.xomGeneric= \
6
omDefault.c \
7
omGeneric.c \
8
omImText.c \
9
omText.c \
10
omTextEsc.c \
11
omTextExt.c \
12
omTextPer.c \
13
omXChar.c
14
15
CPPFLAGS+= \
16
-I${DESTDIR}${X11INCDIR}/X11 \
17
-I${X11SRCDIR.X11}/src \
18
-I${X11SRCDIR.X11}/src/xlibi18n
19
20
CPPFLAGS+= \
21
-DHASXDMAUTH
22
23
.include <bsd.lib.mk>