mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
linux.cf: fix typo and some formatting.
This commit is contained in:
parent
0394dde3f9
commit
155fa2a4f7
1 changed files with 5 additions and 5 deletions
|
@ -75,14 +75,14 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||||
#define HasSockets YES
|
#define HasSockets YES
|
||||||
|
|
||||||
#define HasMakefileSafeInclude YES
|
#define HasMakefileSafeInclude YES
|
||||||
#define DependFileName .depend
|
#define DependFileName .depend
|
||||||
#define DependCmd $(CC) -E -MM -MG
|
#define DependCmd $(CC) -E -MM -MG
|
||||||
|
|
||||||
#ifdef IncludeMakefile
|
#ifdef IncludeMakefile
|
||||||
# undef IncludeMakefile
|
# undef IncludeMakefile
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IncludeMakefile(file) -include file
|
#define IncludeMakefile(file) -include file
|
||||||
|
|
||||||
#if (LinuxDistribution == LinuxRedHat)
|
#if (LinuxDistribution == LinuxRedHat)
|
||||||
# define HasZlib YES
|
# define HasZlib YES
|
||||||
|
@ -126,7 +126,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||||
|
|
||||||
#define LinuxLocaleDefines /**/
|
#define LinuxLocaleDefines /**/
|
||||||
|
|
||||||
#define DefaultCCOptions -ansi
|
#define DefaultCCOptions -ansi
|
||||||
|
|
||||||
XCOMM If you have the tirpc library on your system, and you have the
|
XCOMM If you have the tirpc library on your system, and you have the
|
||||||
XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
|
XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
|
||||||
|
@ -259,7 +259,7 @@ XCOMM This is needed for CDE currently
|
||||||
|
|
||||||
#define ArchitectureDefines -DLINUX_ARCHITECTURE
|
#define ArchitectureDefines -DLINUX_ARCHITECTURE
|
||||||
|
|
||||||
XCOMM different dependancy handling
|
XCOMM dependency handling
|
||||||
#ifndef DependDependency
|
#ifndef DependDependency
|
||||||
#define DependDependency() /**/
|
#define DependDependency() /**/
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue