Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. #39

Merged
merged 1 commit into from Jun 2, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 0 additions & 37 deletions nx-X11/config/cf/X11.tmpl
Expand Up @@ -281,9 +281,6 @@ XORGRELSTRING = XorgManVersionString
#ifndef BuildXResExt
#define BuildXResExt NO
#endif
#ifndef BuildXResLibrary
#define BuildXResLibrary (BuildXResExt && !BuildServersOnly)
#endif
#ifndef BuildXvExt
#define BuildXvExt NO
#endif
Expand Down Expand Up @@ -1478,30 +1475,6 @@ ProjectUnsharedLibReferences(XONLY,NX_X11,$(XLIBSRC),XBuildLibDir)
#define ProfileLibXinerama NO
#endif

#if BuildXResLibrary
#ifndef SharedLibXRes
#define SharedLibXRes HasSharedLibraries
#endif
#ifndef NormalLibXRes
#define NormalLibXRes (!SharedLibXRes || ForceNormalLib)
#endif
#ifndef DebugLibXRes
#define DebugLibXRes NO
#endif
#ifndef ProfileLibXRes
#define ProfileLibXRes NO
#endif
#else
#undef SharedLibXRes
#define SharedLibXRes NO
#undef NormalLibXRes
#define NormalLibXRes NO
#undef DebugLibXRes
#define DebugLibXRes NO
#undef ProfileLibXRes
#define ProfileLibXRes NO
#endif

#if BuildRenderLibrary
#ifndef SharedLibXrender
#define SharedLibXrender HasSharedLibraries
Expand Down Expand Up @@ -1694,16 +1667,6 @@ ProjectUnsharedLibReferences(XXF86RUSH,NX_Xxf86rush,$(XXF86RUSHLIBSRC),XBuildLib
SharedLibReferences(XINERAMA,NX_Xinerama,$(XINERAMALIBSRC),SOXINERAMAREV,SharedXineramaRev)
#else
ProjectUnsharedLibReferences(XINERAMA,NX_Xinerama,$(XINERAMALIBSRC),XBuildLibDir)
#endif

XRESLIBSRC = $(LIBSRC)/XRes
#if SharedLibXRes
#ifndef SharedXResRev
#define SharedXResRev 1.0
#endif
SharedLibReferences(XRES,NX_XRes,$(XRESLIBSRC),SOXRESREV,SharedXResRev)
#else
ProjectUnsharedLibReferences(XRES,NX_XRes,$(XRESLIBSRC),XBuildLibDir)
#endif

GLXLIBSRC = $(LIBSRC)/GL
Expand Down
1 change: 0 additions & 1 deletion nx-X11/config/cf/lnxLib.tmpl
Expand Up @@ -19,7 +19,6 @@ XCOMM $XFree86: xc/config/cf/lnxLib.tmpl,v 3.19 2003/10/15 22:47:48 herrb Exp $
#endif
#define SharedGLReqs $(LDPRELIB) $(XLIB) ExtraSharedGLReqs

#define SharedXResReqs $(LDPRELIB) $(XLIB)
#define SharedXineramaReqs $(LDPRELIB) $(XLIB)
#define SharedXxf86dgaReqs $(LDPRELIB) $(XLIB)
#define SharedXxf86miscReqs $(LDPRELIB) $(XLIB)
Expand Down
3 changes: 0 additions & 3 deletions nx-X11/config/cf/xfree86.cf
Expand Up @@ -1541,9 +1541,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
#ifndef BuildGLXLibrary
# define BuildGLXLibrary YES
#endif
#ifndef BuildXResLibrary
# define BuildXResLibrary YES
#endif
#endif

/*
Expand Down
3 changes: 0 additions & 3 deletions nx-X11/config/cf/xorg.cf
Expand Up @@ -1105,9 +1105,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
#ifndef BuildGLXLibrary
# define BuildGLXLibrary YES
#endif
#ifndef BuildXResLibrary
# define BuildXResLibrary YES
#endif
#endif

/*
Expand Down
4 changes: 2 additions & 2 deletions nx-X11/include/extensions/Imakefile
Expand Up @@ -54,8 +54,8 @@ COMPOSITEHEADERS = composite.h compositeproto.h
XTRAPHEADERS = xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h \
xtraplibp.h xtrapproto.h
#endif
#if BuildXResExt || BuildXResLibrary
XRESHEADERS = XRes.h XResproto.h
#if BuildXResExt
XRESHEADERS = XResproto.h
#endif
#if BuildXevie
XEVIEHEADERS = Xevie.h Xeviestr.h
Expand Down
58 changes: 0 additions & 58 deletions nx-X11/include/extensions/XRes.h

This file was deleted.

5 changes: 0 additions & 5 deletions nx-X11/lib/Imakefile
Expand Up @@ -39,10 +39,6 @@ XF86RUSHLIBDIR = Xxf86rush
XINERAMADIR=Xinerama
#endif

#if BuildXResLibrary
XRESLIBDIR = XRes
#endif

#if BuildGLXLibrary
GLXLIBDIR = GL
#endif
Expand Down Expand Up @@ -99,7 +95,6 @@ LINTSUBDIRS = \
$(GLXLIBDIR) \
$(XINERAMADIR) \
$(RENDERLIBDIR) \
$(XRESLIBDIR) \
$(XFIXESLIBDIR) \
$(COMPOSITELIBDIR) \
$(NULL)
Expand Down
34 changes: 0 additions & 34 deletions nx-X11/lib/XRes/Imakefile

This file was deleted.

9 changes: 0 additions & 9 deletions nx-X11/lib/XRes/XRes-def.cpp

This file was deleted.