aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/xkbfile/Imakefile
blob: 7b751c9032bd5e28fd9039128216f25fc64c15a2 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:42 cpqbld Exp $




XCOMM $XFree86: xc/lib/xkbfile/Imakefile,v 3.5 2003/10/15 21:23:38 herrb Exp $

#define DoNormalLib	NormalLibxkbfile
#define DoSharedLib	SharedLibxkbfile
#define DoExtraLib	SharedLibxkbfile
#define DoDebugLib	DebugLibxkbfile
#define DoProfileLib	ProfileLibxkbfile
#define HasSharedData	NO
#define LibName		xkbfile
#define SoRev		SOXKBFILEREV
#define IncSubdir	X11
#define	IncSubSubdir	extensions

#ifdef SharedxkbfileReqs
REQUIREDLIBS = SharedxkbfileReqs
#endif

#if !BuildXKBfilelib
#define LibBuild	NO
#endif

            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()