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

View File

@@ -0,0 +1,20 @@
XCOMM $XConsortium: ImakefileTemplate /main/3 1995/11/08 13:39:21 rswiston $
/*
* This file is a template Imakefile for making .cat files from all of
* the .msg files in a directory. You need to set LANG to the proper
* language.
*/
DESKTOP_VERSION_STRING = DesktopVersionString
LANG=C
#ifdef RsArchitecture
SHELL=/bin/ksh
#endif
/* make the message catalogs from .msg files */
RandomMessageCatalogRule()
clean::
(RM) *.cat
depend::