|
version 3.2, 1995/03/11 14:02:22
|
version 3.3, 1995/05/27 01:53:06
|
|
|
|
| XCOMM $XConsortium: Imakefile,v 1.125 94/04/08 19:57:43 rws Exp $ | XCOMM $XConsortium: Imakefile,v 1.125 94/04/08 19:57:43 rws Exp $ |
| XCOMM $XFree86: xc/Imakefile,v 3.1 1994/10/20 05:57:10 dawes Exp $ |
XCOMM $XFree86: xc/Imakefile,v 3.2 1995/03/11 14:02:22 dawes Exp $ |
| #define IHaveSubdirs | #define IHaveSubdirs |
| #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" | #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" |
| | |
|
|
|
| SUBDIRS = config include lib nls programs $(WIPDIR) $(FONTSDIR) $(DOCSDIR) | SUBDIRS = config include lib nls programs $(WIPDIR) $(FONTSDIR) $(DOCSDIR) |
| LNINSTALLDIRS = lib | LNINSTALLDIRS = lib |
| | |
| |
#if HasParallelMake |
| |
#ifdef ParallelDefines |
| |
PARALLELOPTS = ParallelDefines |
| |
#endif |
| |
#endif |
| |
|
| MakeSubdirs($(SUBDIRS)) | MakeSubdirs($(SUBDIRS)) |
| | |
| MakeLintSubdirs($(LNINSTALLDIRS),install.ln,install.ln) | MakeLintSubdirs($(LNINSTALLDIRS),install.ln,install.ln) |
|
|
|
| $(RM) -r $(BUILDINCDIR) | $(RM) -r $(BUILDINCDIR) |
| $(RM) -r $(BUILDLIBDIR) | $(RM) -r $(BUILDLIBDIR) |
| | |
| WORLDOPTS = -k |
WORLDOPTS = -k $(PARALLELOPTS) |
| | |
| XCOMM do not name your log file make.log when you run this ... | XCOMM do not name your log file make.log when you run this ... |
| World:: | World:: |