Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

13
cde/logs/Imakefile Normal file
View File

@@ -0,0 +1,13 @@
XCOMM $XConsortium: Imakefile /main/5 1996/01/13 15:15:46 drk $
all::
@FILES=`ls -rt | egrep -v "Imakefile|Makefile|logerr.sed" || true`; \
set -- $$FILES; \
while [ $$# -gt 10 ];do \
rm -rf $$1; \
echo "removing log file $$1"; shift; done
includes::
depend::
clean::