diff options
author | dawes <dawes> | 1996-12-29 13:36:52 +0000 |
---|---|---|
committer | dawes <dawes> | 1996-12-29 13:36:52 +0000 |
commit | 9b235829696be2c2143e9cccacdcb202f99df828 (patch) | |
tree | f548e88cd1aaa035657bbed93b64c56ae1c1f35c /workInProgress/lbx/programs/Imakefile | |
parent | 406017fdbd2c06fcde04565f1e601ab984bc4175 (diff) |
R6.3 fix-tracker updates
Remove dead files
Diffstat (limited to 'workInProgress/lbx/programs/Imakefile')
-rw-r--r-- | workInProgress/lbx/programs/Imakefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/workInProgress/lbx/programs/Imakefile b/workInProgress/lbx/programs/Imakefile deleted file mode 100644 index 59427cd41..000000000 --- a/workInProgress/lbx/programs/Imakefile +++ /dev/null @@ -1,21 +0,0 @@ -XCOMM $XConsortium: Imakefile,v 1.1 94/04/13 18:06:27 rws Exp $ -XCOMM $XFree86: xc/workInProgress/lbx/programs/Imakefile,v 3.1 1995/05/27 04:28:28 dawes Exp $ -#define IHaveSubdirs -#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" - -#if !BuildServersOnly -PROXYDIR = lbxproxy -#endif - -#if !BuildLBXProxyOnly -XSERVERDIR = Xserver -#endif - -SUBDIRS = $(XSERVERDIR) $(PROXYDIR) - -#if HasParallelMake -MakeMutex($(SUBDIRS)) -#endif - -MakeSubdirs($(SUBDIRS)) -DependSubdirs($(SUBDIRS)) |