Clean up UseInstalledX11 logic
This commit is contained in:
committed by
Jon Trulson
parent
012862e8ee
commit
a94c997e8f
@@ -73,9 +73,6 @@ USE_GCC = UseGcc
|
|||||||
# define HasGcc2 YES
|
# define HasGcc2 YES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Use installed X11 includes/libs */
|
|
||||||
#define UseInstalledX11 YES
|
|
||||||
|
|
||||||
/* For DtHelp TIFF processing routines. */
|
/* For DtHelp TIFF processing routines. */
|
||||||
#ifdef AMD64Architecture
|
#ifdef AMD64Architecture
|
||||||
#define LSBBitOrder YES
|
#define LSBBitOrder YES
|
||||||
|
|||||||
@@ -106,9 +106,6 @@ XCOMM operating system: OSName
|
|||||||
#define GccGasOption -DGCCUSESGAS
|
#define GccGasOption -DGCCUSESGAS
|
||||||
#define AsmDefines -DUSE_GAS
|
#define AsmDefines -DUSE_GAS
|
||||||
|
|
||||||
/* Use installed X11 includes/libs */
|
|
||||||
#define UseInstalledX11 YES
|
|
||||||
|
|
||||||
#ifdef i386Architecture
|
#ifdef i386Architecture
|
||||||
# ifndef OptimizedCDebugFlags
|
# ifndef OptimizedCDebugFlags
|
||||||
# define OptimizedCDebugFlags -O2 -fno-strict-aliasing
|
# define OptimizedCDebugFlags -O2 -fno-strict-aliasing
|
||||||
|
|||||||
@@ -148,9 +148,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Use installed X11 includes/libs */
|
|
||||||
# define UseInstalledX11 YES
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Compiler Features
|
* Compiler Features
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -72,8 +72,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define UseInstalledX11 YES
|
|
||||||
|
|
||||||
#define BuildLibPathVar LD_LIBRARY_PATH
|
#define BuildLibPathVar LD_LIBRARY_PATH
|
||||||
#define HasGcc YES
|
#define HasGcc YES
|
||||||
#define HasGcc2 YES
|
#define HasGcc2 YES
|
||||||
|
|||||||
@@ -21,10 +21,8 @@ XCOMM site: $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
|
|||||||
/* CDE uses a .C suffix for C++ source, not the default .cxx */
|
/* CDE uses a .C suffix for C++ source, not the default .cxx */
|
||||||
# define CCsuf C
|
# define CCsuf C
|
||||||
|
|
||||||
/* We will import x11. */
|
/* We will use installed x11 and Motif. */
|
||||||
# define ImportX11 YES
|
# define UseInstalledX11 YES
|
||||||
|
|
||||||
/* We will use installed Motif. */
|
|
||||||
# define UseInstalledMotif YES
|
# define UseInstalledMotif YES
|
||||||
|
|
||||||
# ifndef TopLevelProject
|
# ifndef TopLevelProject
|
||||||
|
|||||||
@@ -376,9 +376,6 @@ man_keywords:: @@\
|
|||||||
#define DependDefines -D__BUILTIN_VA_ARG_INCR
|
#define DependDefines -D__BUILTIN_VA_ARG_INCR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Use installed X11 includes/libs */
|
|
||||||
#define UseInstalledX11 YES
|
|
||||||
|
|
||||||
#define LdPreLib -L$(BUILDLIBDIR)
|
#define LdPreLib -L$(BUILDLIBDIR)
|
||||||
#define PamUnixDefines -DPAM_NIS
|
#define PamUnixDefines -DPAM_NIS
|
||||||
#define TtLargePICTable YES
|
#define TtLargePICTable YES
|
||||||
|
|||||||
Reference in New Issue
Block a user