mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-14 07:07:44 -04:00
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:42 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/lib/xkbfile/Imakefile,v 3.7 2004/04/05 02:33:14 dawes Exp $
|
|
|
|
#define DoNormalLib NormalLibxkbfile
|
|
#define DoSharedLib SharedLibxkbfile
|
|
#define DoExtraLib ExtraLibxkbfile
|
|
#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()
|