home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 594a.lha / imake / Server.tmpl < prev    next >
Text File  |  1990-10-22  |  439b  |  16 lines

  1. /*
  2.  * Server imakefile info  - this contains any special redefinitions, etc.
  3.  * that Imakefiles in the server subtree will need.
  4.  */
  5.  
  6. /**/# $XConsortium: Server.tmpl,v 1.3 89/10/20 11:14:52 jim Exp $
  7.  
  8. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)' 'CCOPTIONS=$(CCOPTIONS)'
  9.  
  10.          CC = ServerCcCmd
  11.   CCOPTIONS = ServerCCOptions
  12. STD_DEFINES = ServerDefines
  13. CDEBUGFLAGS = ServerCDebugFlags
  14. EXT_DEFINES = ExtensionDefines
  15.  
  16.