blob: 3c800a57f994e47e9249daf36a486cef7ec7e938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
XCOMM $XConsortium: Imakefile /main/5 1996/09/28 16:49:56 rws $
XCOMM $XFree86: xc/lib/xkbfile/Imakefile,v 3.2 1998/12/20 11:57:20 dawes Exp $
#define DoNormalLib YES
#define DoSharedLib NO
#define DoExtraLib NO
#define DoDebugLib NO
#define DoProfileLib NO
#define HasSharedData NO
#define LibName xkbfile
#define SoRev SOXKBFILEREV
#define IncSubdir X11
#define IncSubSubdir extensions
SRCS = xkbtext.c xkbdraw.c xkbmisc.c xkbatom.c xkberrs.c \
cout.c xkbout.c xkmout.c \
xkmread.c srvmisc.c \
xkbconfig.c xkbbells.c maprules.c
OBJS = xkbtext.o xkbdraw.o xkbmisc.o xkbatom.o xkberrs.o \
cout.o xkbout.o xkmout.o \
xkmread.o srvmisc.o \
xkbconfig.o xkbbells.o maprules.o
HEADERS = XKBfile.h XKM.h XKMformat.h XKBrules.h \
XKBconfig.h XKBbells.h
INCLUDES = -I. -I$(EXTINCSRC)
ROOT_DEFINES = -DDFLT_XKB_CONFIG_ROOT=\"$(LIBDIR)/xkb\"
#include <Library.tmpl>
DependTarget()
|