Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
29
cde/lib/DtSvc/DtXpm/Imakefile
Normal file
29
cde/lib/DtSvc/DtXpm/Imakefile
Normal 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()
|
||||
Reference in New Issue
Block a user