aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/xkbui/Imakefile
blob: a017d681c9271974c72929ea88c3413c0c8e5130 (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
XCOMM $XConsortium: Imakefile /main/1 1995/11/30 19:00:42 kaleb $
XCOMM $XFree86: xc/lib/xkbui/Imakefile,v 3.4 2003/10/15 21:23:38 herrb Exp $
#define DoNormalLib NormalLibxkbui
#define DoSharedLib SharedLibxkbui
#define DoExtraLib SharedLibxkbui
#define DoDebugLib DebugLibxkbui
#define DoProfileLib ProfileLibxkbui
#define HasSharedData NO
#define LibName NX_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()