26 lines
678 B
Plaintext
26 lines
678 B
Plaintext
XCOMM $XConsortium: Imakefile /main/1 1995/11/30 19:00:42 kaleb $
|
|
XCOMM $XFree86: xc/lib/xkbui/Imakefile,v 3.7 2004/06/29 22:55:33 herrb Exp $
|
|
#define DoNormalLib NormalLibxkbui
|
|
#define DoSharedLib SharedLibxkbui
|
|
#define DoExtraLib ExtraLibxkbui
|
|
#define DoDebugLib DebugLibxkbui
|
|
#define DoProfileLib ProfileLibxkbui
|
|
#define HasSharedData NO
|
|
#define LibName xkbui
|
|
#define SoRev SOXKBUIREV
|
|
#define IncSubdir X11
|
|
#define IncSubSubdir extensions
|
|
|
|
#ifdef SharedxkbuiReqs
|
|
REQUIREDLIBS = SharedxkbuiReqs
|
|
#endif
|
|
|
|
SRCS = XKBui.c
|
|
OBJS = XKBui.o
|
|
HEADERS = XKBui.h
|
|
INCLUDES = -I. -I$(EXTINCSRC) -I../xkbfile
|
|
|
|
#include <Library.tmpl>
|
|
|
|
DependTarget()
|