diff options
Diffstat (limited to 'nx-X11/lib/Imakefile')
-rw-r--r-- | nx-X11/lib/Imakefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 76dfb8359..20c68f97e 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -15,34 +15,10 @@ NULL = XKBLIBDIR = xkbfile #endif -#if BuildXKBuilib -XKBUILIBDIR = xkbui -#endif - -#if BuildXF86MiscLibrary -XF86MISCLIBDIR = Xxf86misc -#endif - -#if BuildXF86VidModeLibrary -XF86VMLIBDIR = Xxf86vm -#endif - -#if BuildXF86DGALibrary -XF86DGALIBDIR = Xxf86dga -#endif - -#if BuildXF86RushLibrary -XF86RUSHLIBDIR = Xxf86rush -#endif - #if BuildXineramaLibrary XINERAMADIR=Xinerama #endif -#if BuildGLXLibrary -GLXLIBDIR = GL -#endif - #if BuildRenderLibrary RENDERLIBDIR = Xrender #endif @@ -55,13 +31,6 @@ XFIXESLIBDIR = Xfixes COMPOSITELIBDIR = Xcomposite #endif -XF86EXTLIBS = \ - $(XF86MISCLIBDIR) \ - $(XF86VMLIBDIR) \ - $(XF86DGALIBDIR) \ - $(XF86RUSHLIBDIR) \ - $(NULL) - #if BuildXauLib XAULIBDIR = Xau #endif @@ -85,14 +54,8 @@ LINTSUBDIRS = \ $(X11LIBDIR) \ $(OLDXLIBDIR) \ $(XEXTLIBDIR) \ - $(XF86MISCLIBDIR) \ - $(XF86VMLIBDIR) \ - $(XF86DGALIBDIR) \ - $(XF86RUSHLIBDIR) \ $(XTSTLIBDIR) \ $(XKBLIBDIR) \ - $(XKBUILIBDIR) \ - $(GLXLIBDIR) \ $(XINERAMADIR) \ $(RENDERLIBDIR) \ $(XFIXESLIBDIR) \ |