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
committerHenning Heinold <henning@itconsulting-heinold.de>2015-06-20 11:42:28 +0200
commita287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4 (patch)
treef6891d4af42db2238486bc652b75cf6cc27dad61 /nx-X11/lib/xkbui/Imakefile
parent4674a4ae46aec7c104aed2090e57fd36c2cbbef2 (diff)
downloadnx-libs-a287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4.tar.gz
nx-libs-a287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4.tar.bz2
nx-libs-a287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4.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()