summaryrefslogtreecommitdiff
path: root/workInProgress
diff options
context:
space:
mode:
authordawes <dawes>1995-05-27 03:12:43 +0000
committerdawes <dawes>1995-05-27 03:12:43 +0000
commit9c7786554e00c3831a5e56ba043fa94b06d767af (patch)
treea8244ac7ed7ace94215f3762e3cb428bd697f445 /workInProgress
parent93f7922f5bd0b20cd74e9386f22cf4667bbbfff3 (diff)
updates
Diffstat (limited to 'workInProgress')
-rw-r--r--workInProgress/lbx/lib/lbxutil/Imakefile6
-rw-r--r--workInProgress/lbx/programs/Imakefile4
-rw-r--r--workInProgress/lbx/programs/lbxproxy/Imakefile6
3 files changed, 14 insertions, 2 deletions
diff --git a/workInProgress/lbx/lib/lbxutil/Imakefile b/workInProgress/lbx/lib/lbxutil/Imakefile
index d9ca91e82..8e371a43e 100644
--- a/workInProgress/lbx/lib/lbxutil/Imakefile
+++ b/workInProgress/lbx/lib/lbxutil/Imakefile
@@ -1,5 +1,5 @@
XCOMM $XConsortium: Imakefile,v 1.4 94/09/13 17:22:05 mor Exp $
-XCOMM $XFree86: xc/workInProgress/lbx/lib/lbxutil/Imakefile,v 3.0 1994/12/25 12:44:33 dawes Exp $
+XCOMM $XFree86: xc/workInProgress/lbx/lib/lbxutil/Imakefile,v 3.1 1995/01/14 10:58:09 dawes Exp $
#include <Server.tmpl>
#define IHaveSubdirs
@@ -8,6 +8,10 @@ SUBDIRS = lzw delta image
OBJS = lzw/?*.o delta/?*.o image/?*.o
DONES = lzw/DONE delta/DONE image/DONE
+#if HasParallelMake
+MakeMutex($(SUBDIRS) $(DONES))
+#endif
+
#undef _LinkBuildLibrary
#define _LinkBuildLibrary(lib) LinkBuildLibrary(lib)
diff --git a/workInProgress/lbx/programs/Imakefile b/workInProgress/lbx/programs/Imakefile
index ab7ebf29b..27b82de50 100644
--- a/workInProgress/lbx/programs/Imakefile
+++ b/workInProgress/lbx/programs/Imakefile
@@ -4,5 +4,9 @@ XCOMM $XConsortium: Imakefile,v 1.1 94/04/13 18:06:27 rws Exp $
SUBDIRS = Xserver lbxproxy
+#if HasParallelMake
+MakeMutex($(SUBDIRS))
+#endif
+
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
diff --git a/workInProgress/lbx/programs/lbxproxy/Imakefile b/workInProgress/lbx/programs/lbxproxy/Imakefile
index 53472894a..ca8a455d6 100644
--- a/workInProgress/lbx/programs/lbxproxy/Imakefile
+++ b/workInProgress/lbx/programs/lbxproxy/Imakefile
@@ -1,5 +1,5 @@
XCOMM $XConsortium: Imakefile,v 1.7 94/04/13 18:07:51 rws Exp $
-XCOMM $XFree86: xc/workInProgress/lbx/programs/lbxproxy/Imakefile,v 3.1 1995/01/11 03:58:51 dawes Exp $
+XCOMM $XFree86: xc/workInProgress/lbx/programs/lbxproxy/Imakefile,v 3.2 1995/01/15 10:41:13 dawes Exp $
#include <Server.tmpl>
#define IHaveSubdirs
@@ -12,6 +12,10 @@ OTHERLIBS = $(LBXXEXTLIB) $(XLIB) $(XAULIB) $(XDMCPLIB)
OTHERLIBS = $(LBXXEXTLIB) $(XLIB) $(XAULIB) $(XDMCPLIB) -linet
#endif
+#if HasParallelMake
+MakeMutex($(SUBDIRS) $(LBXLIBS))
+#endif
+
ServerTarget(lbxproxy,$(SUBDIRS),NullParameter,$(LBXLIBS),$(OTHERLIBS))
DependSubdirs($(SUBDIRS))