aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/xkbfile/Imakefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-22 08:41:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-22 08:41:24 +0200
commita906bf0f24c540d5d17d89d5292d2bcfe7f52468 (patch)
tree939e4c6e80fabe67d006b753f4f9cd0d4da1fad3 /nx-X11/lib/xkbfile/Imakefile
parent43f135be01f520ddcebae94723d5cbbe74259526 (diff)
parent09d5e073a1f9deb9089f614e8385ad9799808b5b (diff)
downloadnx-libs-a906bf0f24c540d5d17d89d5292d2bcfe7f52468.tar.gz
nx-libs-a906bf0f24c540d5d17d89d5292d2bcfe7f52468.tar.bz2
nx-libs-a906bf0f24c540d5d17d89d5292d2bcfe7f52468.zip
Merge branch 'uli42-remove-misc' into 3.6.x
Attributes GH PR #199: https://github.com/ArcticaProject/nx-libs/pull/199
Diffstat (limited to 'nx-X11/lib/xkbfile/Imakefile')
-rw-r--r--nx-X11/lib/xkbfile/Imakefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/nx-X11/lib/xkbfile/Imakefile b/nx-X11/lib/xkbfile/Imakefile
deleted file mode 100644
index 6a675dc9a..000000000
--- a/nx-X11/lib/xkbfile/Imakefile
+++ /dev/null
@@ -1,43 +0,0 @@
-XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:42 cpqbld Exp $
-
-
-
-
-XCOMM $XFree86: xc/lib/xkbfile/Imakefile,v 3.5 2003/10/15 21:23:38 herrb Exp $
-
-#define DoNormalLib NormalLibxkbfile
-#define DoSharedLib SharedLibxkbfile
-#define DoExtraLib SharedLibxkbfile
-#define DoDebugLib DebugLibxkbfile
-#define DoProfileLib ProfileLibxkbfile
-#define HasSharedData NO
-#define LibName NX_xkbfile
-#define SoRev SOXKBFILEREV
-#define IncSubdir nx-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()