aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/xkbui/Imakefile
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2015-06-20 11:34:04 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-28 07:53:06 +0200
commit2699d60f64ee3f68fed372a92eeee7fdaa2315af (patch)
tree3f90d7d9aac92068ce45c28f0355c72f30b8c434 /nx-X11/lib/xkbui/Imakefile
parentf1778d0c286f2dc4b67f51cb0d4127a7fe430520 (diff)
downloadnx-libs-2699d60f64ee3f68fed372a92eeee7fdaa2315af.tar.gz
nx-libs-2699d60f64ee3f68fed372a92eeee7fdaa2315af.tar.bz2
nx-libs-2699d60f64ee3f68fed372a92eeee7fdaa2315af.zip
remove libxkbui, looks like it is not used anywhere
Diffstat (limited to 'nx-X11/lib/xkbui/Imakefile')
-rw-r--r--nx-X11/lib/xkbui/Imakefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/nx-X11/lib/xkbui/Imakefile b/nx-X11/lib/xkbui/Imakefile
deleted file mode 100644
index a017d681c..000000000
--- a/nx-X11/lib/xkbui/Imakefile
+++ /dev/null
@@ -1,25 +0,0 @@
-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()