diff options
Diffstat (limited to 'config/cf/ServerLib.tmpl')
-rw-r--r-- | config/cf/ServerLib.tmpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/cf/ServerLib.tmpl b/config/cf/ServerLib.tmpl index 8ad6c7fa3..18a76746d 100644 --- a/config/cf/ServerLib.tmpl +++ b/config/cf/ServerLib.tmpl @@ -1,7 +1,7 @@ -XCOMM $XFree86$ +XCOMM $XFree86: xc/config/cf/ServerLib.tmpl,v 3.0tsi Exp $ /* * Server Library imakefile info - this contains any special - * redefinitions, etc. that Imakefiles in the various server library + * redefinitions, etc. that Imakefiles in the various server library * subtrees will need. * * Before including this, you must set the following boolean variables: @@ -10,7 +10,7 @@ XCOMM $XFree86$ */ #ifndef DoNormalLib -#define DoNormalLib YES +#define DoNormalLib YES #endif #ifndef LibraryDefines @@ -88,6 +88,7 @@ XCOMM $XFree86$ #endif #define SRCsuf c +#define Isuf i #ifndef LibraryObjectRule #define LibraryObjectRule() @@\ @@ -128,7 +129,7 @@ objs: depends @@\ #define SpecialCLibObjectRule(basename,depends,options) @@\ SpecialLibObjectRule(basename.Osuf,basename.SRCsuf depends,options) @@\ @@\ -basename.i: basename.SRCsuf depends @@\ +basename.Isuf: basename.SRCsuf depends @@\ CPPOnlyCompile(basename.SRCsuf,options) @@\ @@\ CenterLoadTarget(debug_src,basename.SRCsuf,NullParameter,$(ALLDEFINES) options) |