diff options
author | dawes <dawes> | 1996-01-21 01:47:05 +0000 |
---|---|---|
committer | dawes <dawes> | 1996-01-21 01:47:05 +0000 |
commit | 146552da043fbaf2dbbdae7a1bef77d243955c54 (patch) | |
tree | dcaaa1faf26a4ae78e83c8096e633197382ef40c /Imakefile | |
parent | daffa82a13a51b3fca658e43004b4875213f471f (diff) |
updates
Diffstat (limited to 'Imakefile')
-rw-r--r-- | Imakefile | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,5 @@ -XCOMM $XConsortium: Imakefile /main/132 1995/12/12 16:43:27 gildea $ -XCOMM $XFree86: xc/Imakefile,v 3.6 1996/01/05 13:06:06 dawes Exp $ +XCOMM $XConsortium: Imakefile /main/134 1996/01/17 19:13:27 kaleb $ +XCOMM $XFree86: xc/Imakefile,v 3.7 1996/01/06 05:19:33 dawes Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -180,10 +180,15 @@ install:: #endif /* not Win32Architecture else */ +XCOMM special target to determine if the xmakefile exists. +XCOMM Works on both Unix and NMAKE.EXE +xmakefile-exists:: + + #ifndef MakeManKeywords #define MakeManKeywords YES /* install.man rebuilds "man -k" database? */ #endif #undef BootstrapCleanSubdirs -#define BootstrapCleanSubdirs 'BOOTSTRAPSUBDIRS=$(BOOTSTRAPSUBDIRS)' +#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)" BOOTSTRAPSUBDIRS = imake makedepend |