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,29 @@
XCOMM $XConsortium: Imakefile /main/5 1996/08/20 14:48:47 drk $
#define DoNormalLib NormalLibDtSvc
#define DoSharedLib SharedLibDtSvc
#define DoDebugLib DebugLibDtSvc
#define DoProfileLib ProfileLibDtSvc
#define LibName DtSvc
#define SoRev SODTSVCREV
#define IncSubdir Dt
#define LibCreate NO
#include <Threads.tmpl>
DEFINES =
INCLUDES = -I. -I../include
/* WARNING!!!!
* Any .o's added to this list need to be added to DTXPM_OBJS5
* and SHARED_DTXPM_OBJS5 in the DtSvc Imakefile.
*/
HEADERS = xpm.h
SRCS = xpm.c
OBJS = xpm.o
#include <Library.tmpl>
SubdirLibraryRule($(OBJS))
DependTarget()