Revision 12415,
712 bytes
checked in by ghudson, 26 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r12414,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * Server imakefile info - this contains any special redefinitions, etc. |
---|
3 | * that Imakefiles in the server subtree will need. |
---|
4 | */ |
---|
5 | |
---|
6 | XCOMM $XConsortium: Server.tmpl,v 1.5 91/05/06 19:00:26 rws Exp $ |
---|
7 | |
---|
8 | #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)' 'CCOPTIONS=$(CCOPTIONS)' |
---|
9 | |
---|
10 | #ifndef ServerCcCmd |
---|
11 | #define ServerCcCmd CcCmd |
---|
12 | #endif |
---|
13 | #ifndef ServerCCOptions |
---|
14 | #define ServerCCOptions DefaultCCOptions |
---|
15 | #endif |
---|
16 | #ifndef ServerDefines |
---|
17 | #define ServerDefines StandardDefines |
---|
18 | #endif |
---|
19 | #ifndef ServerCDebugFlags |
---|
20 | #define ServerCDebugFlags OptimizedCDebugFlags |
---|
21 | #endif |
---|
22 | |
---|
23 | CC = ServerCcCmd |
---|
24 | CCOPTIONS = ServerCCOptions |
---|
25 | STD_DEFINES = ServerDefines |
---|
26 | CDEBUGFLAGS = ServerCDebugFlags |
---|
27 | EXT_DEFINES = ExtensionDefines |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.