Begin removal of some Imakefiles, and other no longer useful cruft
This commit will not completely remove all Imake files, specifically those for sections that have not been completed yet. Also, the databases dir has been moved to databases-delete-later until we have everything building and installed properly.
This commit is contained in:
@@ -1,201 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/25 1996/11/22 11:17:34 drk $
|
||||
#define DoNormalLib NormalLibDtHelp
|
||||
#define DoSharedLib SharedLibDtHelp
|
||||
#define DoDebugLib DebugLibDtHelp
|
||||
#define DoProfileLib ProfileLibDtHelp
|
||||
#define LibName DtHelp
|
||||
#define SoRev SODTHELPREV
|
||||
#define IncSubdir Dt
|
||||
#define LargePICTable YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags /**/
|
||||
|
||||
SUBDIRS = il
|
||||
DONES = il/DONE
|
||||
|
||||
EXTRALIBRARYDEPS = $(DONES)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
XLATESRC = $(DTSVCSRC)/DtUtil2
|
||||
|
||||
#if defined(LSBBitOrder) && LSBBitOrder
|
||||
BIT_ORDER_DEFINES = -DLSB_BIT_ORDER
|
||||
#endif
|
||||
|
||||
INCLUDES = -I. -I./il -I./jpeg
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = -DDTLIB $(LOCAL_DEFINES) \
|
||||
-DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"' \
|
||||
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
|
||||
-DCDE_USER_TOP='"$(CDE_USER_TOP)"' \
|
||||
-DOSMAJORVERSION=OSMajorVersion \
|
||||
-DOSMINORVERSION=OSMinorVersion \
|
||||
$(ICONV_INBUF_DEFINE) $(BIT_ORDER_DEFINES)
|
||||
|
||||
#if defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||
JPEGLIB = -ljpeg
|
||||
#endif
|
||||
|
||||
#ifdef SharedDtHelpReqs
|
||||
REQUIREDLIBS = SharedDtHelpReqs $(JPEGLIB)
|
||||
#else
|
||||
REQUIREDLIBS = $(JPEGLIB)
|
||||
#endif
|
||||
|
||||
HEADERS = \
|
||||
CanvasP.h CanvasSegP.h Help.h \
|
||||
HelpDialog.h HelpDialogP.h HelpP.h \
|
||||
HelpQuickD.h HelpQuickDP.h
|
||||
|
||||
/* These internal headers will go to the DtI directory */
|
||||
I_HEADERS = \
|
||||
Access.h AccessI.h AccessP.h \
|
||||
ActionsI.h CallbacksI.h CanvasI.h \
|
||||
DisplayAreaI.h DisplayAreaP.h FileUtilsI.h \
|
||||
FontAttrI.h FontI.h GifUtilsI.h \
|
||||
GraphicsP.h HelpP.h HelpTermP.h \
|
||||
HelposI.h HourGlassI.h JpegUtilsI.h \
|
||||
LinkMgrP.h RegionI.h SetListI.h \
|
||||
XUICreateI.h XbmUtilsI.h bufioI.h
|
||||
|
||||
LCX_HEADERS = \
|
||||
LocaleXlate.h XlationSvc.h
|
||||
|
||||
SRCS1 = \
|
||||
Actions.c AsciiSpc.c Callbacks.c \
|
||||
Destroy.c Environ_c.c FileListUtils.c \
|
||||
FileUtils.c Font.c Format.c \
|
||||
FormatMan.c FormatTerm.c GifUtils.c \
|
||||
GlobSearch.c Graphics.c HelpAccess.c \
|
||||
HelpDialog.c HelpQuickD.c HelpUtil.c \
|
||||
Helpos.c History.c HourGlass.c \
|
||||
HyperText.c JpegUtils.c Messages.c \
|
||||
PathArea.c Print.c Resize.c \
|
||||
SetList.c VolSelect.c XInterface.c \
|
||||
XUICreate.c XbmUtils.c
|
||||
|
||||
OBJS1 = \
|
||||
Actions.o AsciiSpc.o Callbacks.o \
|
||||
Destroy.o Environ_c.o FileListUtils.o \
|
||||
FileUtils.o Font.o Format.o \
|
||||
FormatMan.o FormatTerm.o GifUtils.o \
|
||||
GlobSearch.o Graphics.o HelpAccess.o \
|
||||
HelpDialog.o HelpQuickD.o HelpUtil.o \
|
||||
Helpos.o History.o HourGlass.o \
|
||||
HyperText.o JpegUtils.o Messages.o \
|
||||
PathArea.o Print.o Resize.o \
|
||||
SetList.o VolSelect.o XInterface.o \
|
||||
XUICreate.o XbmUtils.o
|
||||
|
||||
SRCS2 = \
|
||||
Access.c AccessCCDF.c AccessSDL.c \
|
||||
CCDFUtil.c CleanUp.c FontAttr.c \
|
||||
FormatCCDF.c FormatSDL.c FormatUtil.c \
|
||||
GenUtils.c Obsolete.c StringFuncs.c \
|
||||
UtilSDL.c bufio.c decompress.c
|
||||
|
||||
OBJS2 = \
|
||||
Access.o AccessCCDF.o AccessSDL.o \
|
||||
CCDFUtil.o CleanUp.o FontAttr.o \
|
||||
FormatCCDF.o FormatSDL.o FormatUtil.o \
|
||||
GenUtils.o Obsolete.o StringFuncs.o \
|
||||
UtilSDL.o bufio.o decompress.o
|
||||
|
||||
CVSRCS = \
|
||||
Canvas.c CanvasOs.c CvString.c \
|
||||
Layout.c LayoutUtil.c LinkMgr.c \
|
||||
Selection.c VirtFuncs.c
|
||||
|
||||
CVOBJS = \
|
||||
Canvas.o CanvasOs.o CvString.o \
|
||||
Layout.o LayoutUtil.o LinkMgr.o \
|
||||
Selection.o VirtFuncs.o
|
||||
|
||||
LCXSRCS = \
|
||||
HelpXlate.c
|
||||
|
||||
LCXOBJS = \
|
||||
HelpXlate.o
|
||||
|
||||
/* NOTE!!!
|
||||
* All IO_OBJS and JPEG_OBJS .o's are built in the subdirectories.
|
||||
* Each .o there must have a listing in *OBJS macros below.
|
||||
*/
|
||||
|
||||
IL_OBJS = \
|
||||
il/ilX.o il/ilbigray.o il/ilcodec.o \
|
||||
il/ilcontext.o il/ilconvert.o il/ilcrop.o \
|
||||
il/ildata.o il/ildecompg3.o il/ildecompg4.o \
|
||||
il/ildecompjpeg.o il/ildecomplzw.o il/ildecomppackbits.o \
|
||||
il/ildecompress.o il/ildither.o il/ilformat.o \
|
||||
il/ilgraybi.o il/ilimage.o il/ilinvert.o \
|
||||
il/iljpgdecode.o il/iljpgdecodejif.o il/iljpgdedct.o \
|
||||
il/iljpgdehuff.o il/iljpgutil.o il/ilmap.o \
|
||||
il/ilobject.o il/ilpalette.o il/ilpipe.o \
|
||||
il/ilrwimage.o il/ilscale.o il/ilscalesample.o \
|
||||
il/iltiff.o il/iltiffread.o il/iltruegray.o \
|
||||
il/ilupsample.o il/ilutiljpeg.o il/ilycbcr.o
|
||||
|
||||
JPEG_OBJS = \
|
||||
jpeg/jcomapi.o jpeg/jdmainct.o jpeg/jidctflt.o \
|
||||
jpeg/jdapimin.o jpeg/jdmarker.o jpeg/jidctfst.o \
|
||||
jpeg/jdapistd.o jpeg/jdmaster.o jpeg/jidctint.o \
|
||||
jpeg/jdatasrc.o jpeg/jdmerge.o jpeg/jidctred.o \
|
||||
jpeg/jdcoefct.o jpeg/jdphuff.o jpeg/jmemmgr.o \
|
||||
jpeg/jdcolor.o jpeg/jdpostct.o jpeg/jmemnobs.o \
|
||||
jpeg/jddctmgr.o jpeg/jdsample.o jpeg/jquant1.o \
|
||||
jpeg/jdhuff.o jpeg/jdtrans.o jpeg/jquant2.o \
|
||||
jpeg/jdinput.o jpeg/jerror.o jpeg/jutils.o
|
||||
|
||||
SRCS = $(SRCS1) $(SRCS2) $(CVSRCS) $(LCXSRCS)
|
||||
#if defined(LinuxArchitecture) || defined(BSDArchitecture) || \
|
||||
defined(SunArchitecture)
|
||||
OBJS = $(OBJS1) $(OBJS2) $(CVOBJS) $(LCXOBJS) $(IL_OBJS)
|
||||
#else
|
||||
OBJS = $(OBJS1) $(OBJS2) $(CVOBJS) $(LCXOBJS) $(IL_OBJS) $(JPEG_OBJS)
|
||||
#endif
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
#ifdef HPArchitecture
|
||||
# ifdef __hp9000s300
|
||||
/* Build +O1 due to 300 optimizer bug on all architectures */
|
||||
SpecialSharedObjectRule(Search.o,/**/,+O1)
|
||||
# endif
|
||||
# if OSMajorVersion == 10
|
||||
/* Workaround compiler bug in hp 10.0 WC. Should be removed eventually. */
|
||||
SpecialLibObjectRule(Canvas.o,,+O1)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
LCX_FILES = AIX.lcx CDE.lcx HP-UX.lcx SunOS.lcx Linux.lcx
|
||||
LCX_DEST = misc/dtlcx
|
||||
InstallMultiple($(LCX_FILES),$(LCX_DEST))
|
||||
|
||||
BuildIncludes($(I_HEADERS),DtI,..)
|
||||
InstallMultipleFlags($(I_HEADERS),$(INCDIR)/DtI,$(INSTINCFLAGS))
|
||||
|
||||
/* link LocaleXlate XlationSvc headers. */
|
||||
LinkSourceFile(LocaleXlate.h,$(XLATESRC))
|
||||
LinkSourceFile(XlationSvc.h,$(XLATESRC))
|
||||
|
||||
DependTarget()
|
||||
|
||||
clean1:
|
||||
rm -f $(OBJS1)
|
||||
|
||||
clean2:
|
||||
rm -f $(OBJS2)
|
||||
|
||||
cleanlcx:
|
||||
rm -f $(LCXOBJS)
|
||||
|
||||
cleancv:
|
||||
rm -f $(CVOBJS)
|
||||
@@ -1,62 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/1 1996/11/22 11:15:01 drk $
|
||||
#define DoNormalLib NormalLibDtHelp
|
||||
#define DoSharedLib SharedLibDtHelp
|
||||
#define DoDebugLib DebugLibDtHelp
|
||||
#define DoProfileLib ProfileLibDtHelp
|
||||
#define LibName DtHelp
|
||||
#define SoRev SODTHELPREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
#define LargePICTable YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#if defined(LSBBitOrder) && LSBBitOrder
|
||||
BIT_ORDER_DEFINES = -DLSB_BIT_ORDER
|
||||
#endif
|
||||
|
||||
INCLUDES = -I. -I..
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = -DDTLIB $(LOCAL_DEFINES) \
|
||||
-DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"' \
|
||||
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
|
||||
-DCDE_USER_TOP='"$(CDE_USER_TOP)"' \
|
||||
-DOSMAJORVERSION=OSMajorVersion \
|
||||
-DOSMINORVERSION=OSMinorVersion \
|
||||
$(ICONV_INBUF_DEFINE) $(BIT_ORDER_DEFINES)
|
||||
|
||||
SRCS = ilX.c ilbigray.c ilcodec.c \
|
||||
ilcontext.c ilconvert.c ilcrop.c \
|
||||
ildata.c ildecompg3.c ildecompg4.c \
|
||||
ildecompjpeg.c ildecomplzw.c ildecomppackbits.c \
|
||||
ildecompress.c ildither.c ilformat.c \
|
||||
ilgraybi.c ilimage.c ilinvert.c \
|
||||
iljpgdecode.c iljpgdecodejif.c iljpgdedct.c \
|
||||
iljpgdehuff.c iljpgutil.c ilmap.c \
|
||||
ilobject.c ilpalette.c ilpipe.c \
|
||||
ilrwimage.c ilscale.c ilscalesample.c \
|
||||
iltiff.c iltiffread.c iltruegray.c \
|
||||
ilupsample.c ilutiljpeg.c ilycbcr.c
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to IL_OBJS in the
|
||||
* parent (DtHelp) Imakefile.
|
||||
*/
|
||||
OBJS = ilX.o ilbigray.o ilcodec.o \
|
||||
ilcontext.o ilconvert.o ilcrop.o \
|
||||
ildata.o ildecompg3.o ildecompg4.o \
|
||||
ildecompjpeg.o ildecomplzw.o ildecomppackbits.o \
|
||||
ildecompress.o ildither.o ilformat.o \
|
||||
ilgraybi.o ilimage.o ilinvert.o \
|
||||
iljpgdecode.o iljpgdecodejif.o iljpgdedct.o \
|
||||
iljpgdehuff.o iljpgutil.o ilmap.o \
|
||||
ilobject.o ilpalette.o ilpipe.o \
|
||||
ilrwimage.o ilscale.o ilscalesample.o \
|
||||
iltiff.o iltiffread.o iltruegray.o \
|
||||
ilupsample.o ilutiljpeg.o ilycbcr.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,27 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/2 1996/04/21 19:14:49 drk $
|
||||
#define DoNormalLib NormalLibDtMrm
|
||||
#define DoSharedLib SharedLibDtMrm
|
||||
#define DoDebugLib DebugLibDtMrm
|
||||
#define DoProfileLib ProfileLibDtMrm
|
||||
#define LibName DtMrm
|
||||
#define SoRev SODTMRMREV
|
||||
#define IncSubdir Dt
|
||||
#define HasSharedData NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifdef SharedDtMrmReqs
|
||||
REQUIREDLIBS = SharedDtMrmReqs
|
||||
#endif
|
||||
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
INCLUDES = -I. -I$(DTHELPSRC) -I$(DTTERMSRC)/Term -I$(DTTERMSRC)/TermPrim
|
||||
|
||||
|
||||
SRCS = DtMrm.c
|
||||
OBJS = DtMrm.o
|
||||
HEADERS = Mrm.h
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,18 +0,0 @@
|
||||
#define DoNormalLib NormalLibDtPamSvc
|
||||
#define DoSharedLib SharedLibDtPamSvc
|
||||
#define DoDebugLib DebugLibDtPamSvc
|
||||
#define DoProfileLib ProfileLibDtPamSvc
|
||||
#define LibName DtPamSvc
|
||||
#define SoRev SOPAMREV
|
||||
#define LibHeaders YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
HEADERS = PamSvc.h
|
||||
SRCS = PamSvc.c
|
||||
OBJS = PamSvc.o
|
||||
REQUIREDLIBS = -lpam
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,50 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/11 1996/10/31 02:09:04 cde-hp $
|
||||
#define DoNormalLib NormalLibDtPrint
|
||||
#define DoSharedLib SharedLibDtPrint
|
||||
#define DoDebugLib DebugLibDtPrint
|
||||
#define DoProfileLib ProfileLibDtPrint
|
||||
#define LibName DtPrint
|
||||
#define SoRev SODTPRINTREV
|
||||
#define IncSubdir Dt
|
||||
|
||||
#ifndef DtPrintDefines
|
||||
# define DtPrintDefines -DMULTIBYTE -DI18N_MSG
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtPrintDefines
|
||||
INCLUDES = -I.
|
||||
|
||||
#ifdef SharedDtPrintReqs
|
||||
REQUIREDLIBS = SharedDtPrintReqs
|
||||
#endif
|
||||
|
||||
HEADERS = \
|
||||
PrintMsgsP.h \
|
||||
PrintDlgMgrP.h \
|
||||
Print.h \
|
||||
PrintI.h \
|
||||
PrintOptionsP.h \
|
||||
PrintSetupBP.h \
|
||||
PsubDefProcI.h \
|
||||
PsubUtilI.h \
|
||||
dtpdmd.h
|
||||
|
||||
SRCS = \
|
||||
PrintMsgs.c \
|
||||
PrintDlgMgr.c \
|
||||
PrintOptions.c \
|
||||
PrintSetupB.c \
|
||||
PsubDefProc.c \
|
||||
PsubUtil.c
|
||||
|
||||
OBJS = \
|
||||
PrintMsgs.o \
|
||||
PrintDlgMgr.o \
|
||||
PrintOptions.o \
|
||||
PrintSetupB.o \
|
||||
PsubDefProc.o \
|
||||
PsubUtil.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,136 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/13 1996/08/20 15:21:22 rws $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags /**/
|
||||
|
||||
SUBDIRS = raima
|
||||
EXTRALIBRARYDEPS = raima/DONE
|
||||
|
||||
#ifdef AlphaArchitecture
|
||||
EXTRA_DEFINES = -DBYTE_SWAP -D_OSF_SOURCE
|
||||
#endif
|
||||
|
||||
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
|
||||
EXTRA_DEFINES = -DBYTE_SWAP
|
||||
#endif
|
||||
|
||||
#if defined(SunArchitecture)
|
||||
EXTRA_DEFINES = -DBYTE_SWAP
|
||||
#endif
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
#define DoNormalLib NormalLibDtSearch
|
||||
#define DoSharedLib SharedLibDtSearch
|
||||
#define DoDebugLib DebugLibDtSearch
|
||||
#define DoProfileLib ProfileLibDtSearch
|
||||
#define LibName DtSearch
|
||||
#define SoRev SODTSEARCHREV
|
||||
#define IncSubdir Dt
|
||||
|
||||
#ifndef DtSearchDefines
|
||||
# define DtSearchDefines -DI18N_MSG -DMULTIBYTE
|
||||
#endif
|
||||
DEFINES = DtSearchDefines
|
||||
INCLUDES = -I. -I./raima
|
||||
YFLAGS = -d
|
||||
|
||||
|
||||
#ifdef SharedDtSearchReqs
|
||||
REQUIREDLIBS = SharedDtSearchReqs
|
||||
#endif
|
||||
|
||||
HEADERS = \
|
||||
Search.h \
|
||||
SearchE.h \
|
||||
SearchP.h \
|
||||
boolpars.h \
|
||||
boolyac.h \
|
||||
dberr.h \
|
||||
dproto.h
|
||||
|
||||
SRCS = \
|
||||
apndext.c ausdopen.c ausexit.c \
|
||||
bmstrstr.c boolpars.c boolsrch.c \
|
||||
boolyac.c cuslang.c dbchange.c \
|
||||
dberr.c delspace.c dtoe.c \
|
||||
dtoeinit.c dtsrapi.c dtsrdbrec.c \
|
||||
dtsrjoint.c dtsrswab.c \
|
||||
dtsrutil.c dtsrve.c \
|
||||
endslash.c fileman.c globals.c \
|
||||
hdecode.c hencode.c hilite.c \
|
||||
iscompat.c isduprec.c jpn.c \
|
||||
lang.c langmap.c msgs.c \
|
||||
msgutil.c objdate.c ocf.c \
|
||||
opendblk.c ophuf.c readchar.c \
|
||||
strupr.c userint.c vedelete.c \
|
||||
vestatis.c vstfunct.c
|
||||
|
||||
OBJS1 = \
|
||||
apndext.o ausdopen.o ausexit.o \
|
||||
bmstrstr.o boolpars.o boolsrch.o \
|
||||
boolyac.o cuslang.o dbchange.o \
|
||||
dberr.o delspace.o dtoe.o \
|
||||
dtoeinit.o dtsrapi.o dtsrdbrec.o \
|
||||
dtsrjoint.o dtsrswab.o \
|
||||
dtsrutil.o dtsrve.o \
|
||||
endslash.o fileman.o globals.o \
|
||||
hdecode.o hencode.o hilite.o \
|
||||
iscompat.o isduprec.o jpn.o \
|
||||
lang.o langmap.o msgs.o \
|
||||
msgutil.o objdate.o ocf.o \
|
||||
opendblk.o ophuf.o readchar.o \
|
||||
strupr.o userint.o vedelete.o \
|
||||
vestatis.o vstfunct.o
|
||||
|
||||
RAIMA_OBJS = \
|
||||
raima/alloc.o \
|
||||
raima/cmtype.o raima/connect.o \
|
||||
raima/cotype.o \
|
||||
raima/crget.o raima/crread.o \
|
||||
raima/crset.o \
|
||||
raima/crtype.o raima/crwrite.o \
|
||||
raima/csmget.o raima/csmread.o \
|
||||
raima/csmset.o raima/csmwrite.o \
|
||||
raima/csoget.o raima/csoread.o \
|
||||
raima/csoset.o raima/csowrite.o \
|
||||
raima/dbacode.o raima/dbdpath.o \
|
||||
raima/dbfpath.o raima/dblfcns.o \
|
||||
raima/dbswab.o \
|
||||
raima/dbuserid.o raima/delete.o \
|
||||
raima/destroy.o raima/dio.o \
|
||||
raima/discon.o raima/disdel.o \
|
||||
raima/fillnew.o raima/findco.o \
|
||||
raima/findfm.o raima/findlm.o \
|
||||
raima/findnm.o raima/findpm.o \
|
||||
raima/initial.o raima/inittab.o \
|
||||
raima/ismember.o raima/isowner.o \
|
||||
raima/keydel.o raima/keyexist.o \
|
||||
raima/keyfcns.o raima/keyfind.o \
|
||||
raima/keyfrst.o raima/keylast.o \
|
||||
raima/keynext.o raima/keyprev.o \
|
||||
raima/keystore.o raima/libfcns.o \
|
||||
raima/makenew.o raima/mapchar.o \
|
||||
raima/members.o \
|
||||
raima/oflag.o raima/opens.o \
|
||||
raima/options.o raima/pathfcns.o \
|
||||
raima/recfcns.o raima/recfrst.o \
|
||||
raima/reclast.o raima/recnext.o \
|
||||
raima/recprev.o raima/recread.o \
|
||||
raima/recset.o \
|
||||
raima/recwrite.o raima/renfile.o \
|
||||
raima/rwcurr.o raima/setdb.o \
|
||||
raima/setmm.o raima/setmo.o \
|
||||
raima/setmr.o raima/setom.o \
|
||||
raima/setoo.o raima/setor.o \
|
||||
raima/setrm.o raima/setro.o \
|
||||
raima/startup.o
|
||||
|
||||
OBJS = $(OBJS1) $(RAIMA_OBJS)
|
||||
|
||||
YaccFile(boolyac,$(YFLAGS))
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,102 +0,0 @@
|
||||
# $XConsortium: Imakefile /main/10 1996/08/14 17:50:16 cde-ibm $
|
||||
#
|
||||
# (c) Copyright 1996 Digital Equipment Corporation.
|
||||
# (c) Copyright 1996 Hewlett-Packard Company.
|
||||
# (c) Copyright 1996 International Business Machines Corp.
|
||||
# (c) Copyright 1996 Sun Microsystems, Inc.
|
||||
# (c) Copyright 1996 Novell, Inc.
|
||||
# (c) Copyright 1996 FUJITSU LIMITED.
|
||||
# (c) Copyright 1996 Hitachi.
|
||||
#
|
||||
|
||||
REQUIREDLIBS = -lc -lm
|
||||
|
||||
#ifdef AlphaArchitecture
|
||||
EXTRA_DEFINES = -DBYTE_SWAP -D_OSF_SOURCE -D_XOPEN_SOURCE
|
||||
#endif
|
||||
|
||||
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
|
||||
EXTRA_DEFINES = -DBYTE_SWAP -D_XOPEN_SOURCE=700
|
||||
#endif
|
||||
|
||||
#if defined(SunArchitecture)
|
||||
EXTRA_DEFINES = -DBYTE_SWAP -D_XOPEN_SOURCE=500
|
||||
#endif
|
||||
|
||||
#define DoNormalLib NormalLibDtSearch
|
||||
#define DoSharedLib SharedLibDtSearch
|
||||
#define DoDebugLib DebugLibDtSearch
|
||||
#define DoProfileLib ProfileLibDtSearch
|
||||
#define LibName DtSearch
|
||||
#define SoRev SODTSEARCHREV
|
||||
#define IncSubdir Dt
|
||||
#define LibCreate NO
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEFINES = DtSvcDefines \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-DNO_TRANS -DUNIX -D_POSIX_SOURCE
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
|
||||
HEADERS = \
|
||||
dbtype.h dproto.h inittab.h ncb.h task.h vista.h \
|
||||
dblock.h dbxtrn.h dtcover.h ll.h proto.h trxlog.h
|
||||
|
||||
SRCS = \
|
||||
alloc.c cmtype.c connect.c \
|
||||
cotype.c crget.c crread.c crset.c \
|
||||
crtype.c crwrite.c csmget.c csmread.c \
|
||||
csmset.c csmwrite.c csoget.c csoread.c csoset.c \
|
||||
csowrite.c \
|
||||
dbacode.c dbdpath.c dbfpath.c dblfcns.c \
|
||||
dbswab.c dbuserid.c \
|
||||
delete.c destroy.c dio.c discon.c disdel.c \
|
||||
fillnew.c findco.c findfm.c findlm.c findnm.c \
|
||||
findpm.c \
|
||||
initial.c inittab.c ismember.c \
|
||||
isowner.c keydel.c keyexist.c keyfcns.c \
|
||||
keyfind.c keyfrst.c keylast.c keynext.c keyprev.c \
|
||||
keystore.c libfcns.c makenew.c mapchar.c \
|
||||
members.c oflag.c opens.c options.c \
|
||||
pathfcns.c recfcns.c recfrst.c reclast.c recnext.c \
|
||||
recprev.c recread.c recset.c \
|
||||
recwrite.c renfile.c rwcurr.c setdb.c \
|
||||
setmm.c setmo.c setmr.c setom.c setoo.c \
|
||||
setor.c setrm.c setro.c startup.c
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTUTIL1_OBJS1
|
||||
* and SHARED_DTUTIL1_OBJS1 in the DtSearch Imakefile.
|
||||
*/
|
||||
OBJS = \
|
||||
alloc.o cmtype.o connect.o \
|
||||
cotype.o crget.o crread.o crset.o \
|
||||
crtype.o crwrite.o csmget.o csmread.o \
|
||||
csmset.o csmwrite.o csoget.o csoread.o csoset.o \
|
||||
csowrite.o \
|
||||
dbacode.o dbdpath.o dbfpath.o dblfcns.o \
|
||||
dbswab.o dbuserid.o \
|
||||
delete.o destroy.o dio.o discon.o disdel.o \
|
||||
fillnew.o findco.o findfm.o findlm.o findnm.o \
|
||||
findpm.o \
|
||||
initial.o inittab.o ismember.o \
|
||||
isowner.o keydel.o keyexist.o keyfcns.o \
|
||||
keyfind.o keyfrst.o keylast.o keynext.o keyprev.o \
|
||||
keystore.o libfcns.o makenew.o mapchar.o \
|
||||
members.o opens.o options.o oflag.o \
|
||||
pathfcns.o recfcns.o recfrst.o reclast.o recnext.o \
|
||||
recprev.o recread.o recset.o \
|
||||
recwrite.o renfile.o rwcurr.o setdb.o \
|
||||
setmm.o setmo.o setmr.o setom.o setoo.o \
|
||||
setor.o setrm.o setro.o startup.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,52 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/08/20 14:48:43 drk $
|
||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Hewlett-Packard Company.
|
||||
XCOMM (c) Copyright 1993-1994,1996 International Business Machines Corp.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Sun Microsystems, Inc.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Novell, Inc.
|
||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
||||
XCOMM (c) Copyright 1996 Hitachi.
|
||||
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEFINES = DtSvcDefines
|
||||
INCLUDES = -I. -I../include
|
||||
|
||||
#if defined(RsArchitecture)
|
||||
CXXEXTRA_DEFINES = -qlanglvl=compat
|
||||
#endif
|
||||
|
||||
SRCS = buf.C filegen.C mbschr.C \
|
||||
pathcollapse.C shellscan.C strend.C \
|
||||
strhash.C stringio.C strtokx.C \
|
||||
strwcmp.C privbuf.C strcase.C
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTCODELIBS_OBJS3
|
||||
* and SHARED_DTCODELIBS_OBJS3 in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = buf.o filegen.o mbschr.o \
|
||||
pathcollapse.o shellscan.o strend.o \
|
||||
strhash.o stringio.o strtokx.o \
|
||||
strwcmp.o privbuf.o strcase.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,58 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/7 1996/08/22 09:10:00 rswiston $
|
||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Hewlett-Packard Company.
|
||||
XCOMM (c) Copyright 1993-1994,1996 International Business Machines Corp.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Sun Microsystems, Inc.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Novell, Inc.
|
||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
||||
XCOMM (c) Copyright 1996 Hitachi.
|
||||
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtSvcDefines \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_LOGFILES_TOP=\"$(CDE_LOGFILES_TOP)/tmp\"
|
||||
|
||||
INCLUDES = -I. -I../include -I../DtUtil2 $(TIRPCINC)
|
||||
|
||||
|
||||
SRCS = MemoryMgr.c SbEvent.c Symbolic.c bmsglob.c \
|
||||
connect.c local.c nls.c noio.c \
|
||||
pathwexp.c pipe.c pty.c remote.c \
|
||||
sbstdinc.c scoop.c spc-env.c spc-error.c \
|
||||
spc-exec.c spc-net.c spc-obj.c spc-proto.c \
|
||||
spc-sm.c spc-termio.c spc-util.c spc-xt.c \
|
||||
spc.c stringbuf.c usersig.c
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTENCAP_OBJS4
|
||||
* and SHARED_DTENCAP_OBJS4 in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = MemoryMgr.o SbEvent.o Symbolic.o bmsglob.o \
|
||||
connect.o local.o nls.o noio.o \
|
||||
pathwexp.o pipe.o pty.o remote.o \
|
||||
sbstdinc.o scoop.o spc-env.o spc-error.o \
|
||||
spc-exec.o spc-net.o spc-obj.o spc-proto.o \
|
||||
spc-sm.o spc-termio.o spc-util.o spc-xt.o \
|
||||
spc.o stringbuf.o usersig.o
|
||||
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,168 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/08/20 14:48:27 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
|
||||
#define LargePICTable YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtSvcDefines \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
INCLUDES = -I. -I../include $(TIRPCINC)
|
||||
|
||||
|
||||
HEADERS = \
|
||||
Action.h \
|
||||
ActionDb.h \
|
||||
ActionDbP.h \
|
||||
ActionP.h \
|
||||
ActionFind.h \
|
||||
ActionUtilP.h \
|
||||
CmdInv.h \
|
||||
CmdInvP.h \
|
||||
DbReader.h \
|
||||
DbUtil.h \
|
||||
Dnd.h \
|
||||
DndP.h \
|
||||
DndIconI.h \
|
||||
Dt.h \
|
||||
Dts.h \
|
||||
DtsDb.h \
|
||||
DtsMM.h \
|
||||
DtHash.h \
|
||||
DtShmDb.h \
|
||||
Qualify.h \
|
||||
Saver.h \
|
||||
SaverP.h \
|
||||
Session.h \
|
||||
SessionM.h \
|
||||
SessionP.h \
|
||||
Wsm.h \
|
||||
WsmM.h \
|
||||
WsmP.h
|
||||
|
||||
|
||||
SRCS = \
|
||||
Action.c \
|
||||
ActionTt.c \
|
||||
ActionDb.c \
|
||||
ActionFind.c \
|
||||
ActionUtil.c \
|
||||
DbReader.c \
|
||||
DbUtil.c \
|
||||
CmdSpc.c \
|
||||
CmdMain.c \
|
||||
CmdProcess.c \
|
||||
CmdUtilityP.c \
|
||||
Dnd.c \
|
||||
DndDrag.c \
|
||||
DndDrop.c \
|
||||
DndIcon.c \
|
||||
DndBuff.c \
|
||||
DndFile.c \
|
||||
DndText.c \
|
||||
Dt.c \
|
||||
Dts.c \
|
||||
DtsDb.c \
|
||||
DtsSort.c \
|
||||
DbLoad.c \
|
||||
DtsInit.c \
|
||||
DtHash.c \
|
||||
intarray.c \
|
||||
inttab.c \
|
||||
strtab.c \
|
||||
DtsMM.c \
|
||||
MMDb.c \
|
||||
GetVWmHint.c \
|
||||
GetMwmW.c \
|
||||
Qualify.c \
|
||||
Saver.c \
|
||||
SetVWmHint.c \
|
||||
SmComm.c \
|
||||
SmUtil.c \
|
||||
WmAddDelWs.c \
|
||||
WmBackWin.c \
|
||||
WmChBackD.c \
|
||||
WmGWsInfo.c \
|
||||
WmGWsList.c \
|
||||
WmMarquee.c \
|
||||
WmRestart.c \
|
||||
WmRmWsFcn.c \
|
||||
WmSetTitle.c \
|
||||
WmWsCallB.c \
|
||||
WmSetWs.c \
|
||||
WmWsHints.c \
|
||||
WmWsOccupy.c
|
||||
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTUTIL1_OBJS1
|
||||
* and SHARED_DTUTIL1_OBJS1 in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = \
|
||||
Action.o \
|
||||
ActionTt.o \
|
||||
ActionDb.o \
|
||||
ActionFind.o \
|
||||
ActionUtil.o \
|
||||
DbReader.o \
|
||||
DbUtil.o \
|
||||
CmdSpc.o \
|
||||
CmdMain.o \
|
||||
CmdProcess.o \
|
||||
CmdUtilityP.o \
|
||||
Dnd.o \
|
||||
DndDrag.o \
|
||||
DndDrop.o \
|
||||
DndIcon.o \
|
||||
DndBuff.o \
|
||||
DndFile.o \
|
||||
DndText.o \
|
||||
Dt.o \
|
||||
Dts.o \
|
||||
DtsDb.o \
|
||||
DtsSort.o \
|
||||
DbLoad.o \
|
||||
DtsInit.o \
|
||||
DtHash.o \
|
||||
intarray.o \
|
||||
inttab.o \
|
||||
strtab.o \
|
||||
DtsMM.o \
|
||||
MMDb.o \
|
||||
GetVWmHint.o \
|
||||
GetMwmW.o \
|
||||
Qualify.o \
|
||||
Saver.o \
|
||||
SetVWmHint.o \
|
||||
SmComm.o \
|
||||
SmUtil.o \
|
||||
WmAddDelWs.o \
|
||||
WmBackWin.o \
|
||||
WmChBackD.o \
|
||||
WmGWsInfo.o \
|
||||
WmGWsList.o \
|
||||
WmMarquee.o \
|
||||
WmRestart.o \
|
||||
WmRmWsFcn.o\
|
||||
WmSetTitle.o \
|
||||
WmWsCallB.o \
|
||||
WmSetWs.o \
|
||||
WmWsHints.o \
|
||||
WmWsOccupy.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,148 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/14 1998/04/22 14:18:31 mgreess $
|
||||
#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>
|
||||
|
||||
#if CDE_USEXINERAMA
|
||||
XINOPT = -DUSE_XINERAMA
|
||||
#endif
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtSvcDefines $(XINOPT) \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
|
||||
INCLUDES = -I. -I../include $(TIRPCINC)
|
||||
|
||||
#ifdef SunArchitecture
|
||||
EXTRA_INCLUDES = -I$(DTHELPSRC)
|
||||
EXTRA_SRCS = SunDtHelp.c
|
||||
EXTRA_OBJS = SunDtHelp.o
|
||||
#endif
|
||||
|
||||
HEADERS = \
|
||||
ChkpntP.h \
|
||||
Collate.h \
|
||||
CommandM.h \
|
||||
Connect.h \
|
||||
DataTypes.h \
|
||||
DtNlUtils.h \
|
||||
DtP.h \
|
||||
DtPStrings.h \
|
||||
DtosP.h \
|
||||
DtpadM.h \
|
||||
EnvControlI.h \
|
||||
EnvControlP.h \
|
||||
FileM.h \
|
||||
FileUtil.h \
|
||||
GetDispRes.h \
|
||||
DtGetMessageP.h \
|
||||
HashP.h \
|
||||
HourGlass.h \
|
||||
IconFile.h \
|
||||
Indicator.h \
|
||||
IndicatorM.h \
|
||||
Info.h \
|
||||
LocaleXlate.h \
|
||||
Lock.h \
|
||||
Message.h \
|
||||
Msg.h \
|
||||
MsgP.h \
|
||||
MsgCatP.h \
|
||||
MsgLog.h \
|
||||
MsgLogI.h \
|
||||
Service.h \
|
||||
Setlocale.h \
|
||||
SharedProcs.h \
|
||||
SmCreateDirs.h \
|
||||
Spc.h \
|
||||
SvcTT.h \
|
||||
Unistd.h \
|
||||
UserMsg.h \
|
||||
Utility.h \
|
||||
UtilityP.h \
|
||||
XlationSvc.h
|
||||
|
||||
SRCS = \
|
||||
$(EXTRA_SRCS) \
|
||||
ChkpntClient.c \
|
||||
ChkpntListen.c \
|
||||
DtEnvMap.c \
|
||||
DtNlUtils.c \
|
||||
EnvControl.c \
|
||||
FileUtil.c \
|
||||
GetDispRes.c \
|
||||
GetMessage.c \
|
||||
HourGlass.c \
|
||||
Info.c \
|
||||
SharedProcs.c \
|
||||
SmCreateDirs.c \
|
||||
UErrNoBMS.c \
|
||||
Utility.c \
|
||||
ActIndicator.c \
|
||||
CmdUtility.c \
|
||||
DtGetMessage.c \
|
||||
DtUtil.c \
|
||||
GetEmbed.c \
|
||||
Hash.c \
|
||||
PrintXErr.c \
|
||||
XmWrap.c \
|
||||
addToRes.c \
|
||||
lock.c \
|
||||
SvcTT.c \
|
||||
MsgCat.c \
|
||||
MsgLog.c \
|
||||
LocaleXlate.c \
|
||||
XlationSvc.c
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTUTIL2_OBJS
|
||||
* and SHARED_DTUTIL2_OBJS in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = \
|
||||
$(EXTRA_OBJS) \
|
||||
ChkpntClient.o \
|
||||
ChkpntListen.o \
|
||||
DtEnvMap.o \
|
||||
DtNlUtils.o \
|
||||
EnvControl.o \
|
||||
FileUtil.o \
|
||||
GetDispRes.o \
|
||||
GetMessage.o \
|
||||
HourGlass.o \
|
||||
Info.o \
|
||||
SharedProcs.o \
|
||||
SmCreateDirs.o \
|
||||
UErrNoBMS.o \
|
||||
Utility.o \
|
||||
ActIndicator.o \
|
||||
CmdUtility.o \
|
||||
DtGetMessage.o \
|
||||
DtUtil.o \
|
||||
GetEmbed.o \
|
||||
Hash.o \
|
||||
PrintXErr.o \
|
||||
XmWrap.o \
|
||||
addToRes.o \
|
||||
lock.o \
|
||||
SvcTT.o \
|
||||
MsgCat.o \
|
||||
MsgLog.o \
|
||||
LocaleXlate.o \
|
||||
XlationSvc.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,29 +0,0 @@
|
||||
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()
|
||||
@@ -1,131 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/16 1998/08/10 18:02:14 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
#if CDE_USEXINERAMA
|
||||
XINOPT = -DUSE_XINERAMA
|
||||
XINLIB = -lDtXinerama -lXinerama
|
||||
#endif
|
||||
|
||||
SUBDIRS = include DtUtil1 DtUtil2 DtEncap DtCodelibs DtXpm
|
||||
DONES = DtUtil1/DONE DtUtil2/DONE DtEncap/DONE DtCodelibs/DONE DtXpm/DONE
|
||||
EXTRALIBRARYDEPS = $(DONES)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define LibHeaders NO
|
||||
#define CplusplusSource YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEFINES = DtSvcDefines $(XINOPT)
|
||||
|
||||
INCLUDES = -I. $(TIRPCINC)
|
||||
|
||||
#ifdef SharedDtSvcReqs
|
||||
#ifdef SunArchitecture
|
||||
REQUIREDLIBS = SharedDtSvcReqs $(XINLIB)
|
||||
#ifndef HasGcc2
|
||||
SHLIBLDFLAGS = -G
|
||||
#endif
|
||||
#else
|
||||
REQUIREDLIBS = SharedDtSvcReqs $(XINLIB)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(SunArchitecture)
|
||||
DTUTIL2_EXTRA_OBJS = DtUtil2/SunDtHelp.o
|
||||
#endif
|
||||
|
||||
|
||||
/* NOTE!!!
|
||||
* All .o's are built in the subdirectories.
|
||||
* Each .o must have a listing in *OBJS macros below.
|
||||
*/
|
||||
DTUTIL1_OBJS1 = \
|
||||
DtUtil1/Action.o DtUtil1/ActionTt.o \
|
||||
DtUtil1/ActionFind.o DtUtil1/ActionDb.o \
|
||||
DtUtil1/ActionUtil.o DtUtil1/CmdSpc.o \
|
||||
DtUtil1/CmdMain.o DtUtil1/CmdProcess.o \
|
||||
DtUtil1/CmdUtilityP.o DtUtil1/DbReader.o \
|
||||
DtUtil1/DbUtil.o DtUtil1/Dnd.o \
|
||||
DtUtil1/DndDrag.o DtUtil1/DndDrop.o \
|
||||
DtUtil1/DndIcon.o DtUtil1/DndBuff.o \
|
||||
DtUtil1/DndFile.o DtUtil1/DndText.o \
|
||||
DtUtil1/Dt.o DtUtil1/Dts.o \
|
||||
DtUtil1/DtsDb.o DtUtil1/DtsSort.o \
|
||||
DtUtil1/DbLoad.o DtUtil1/DtsInit.o \
|
||||
DtUtil1/DtHash.o DtUtil1/intarray.o \
|
||||
DtUtil1/inttab.o DtUtil1/strtab.o \
|
||||
DtUtil1/MMDb.o DtUtil1/DtsMM.o \
|
||||
DtUtil1/GetMwmW.o DtUtil1/GetVWmHint.o \
|
||||
DtUtil1/Qualify.o DtUtil1/Saver.o \
|
||||
DtUtil1/SetVWmHint.o DtUtil1/SmComm.o \
|
||||
DtUtil1/SmUtil.o DtUtil1/WmAddDelWs.o \
|
||||
DtUtil1/WmBackWin.o DtUtil1/WmChBackD.o \
|
||||
DtUtil1/WmGWsInfo.o DtUtil1/WmGWsList.o \
|
||||
DtUtil1/WmMarquee.o DtUtil1/WmRestart.o \
|
||||
DtUtil1/WmRmWsFcn.o DtUtil1/WmSetTitle.o \
|
||||
DtUtil1/WmSetWs.o DtUtil1/WmWsCallB.o \
|
||||
DtUtil1/WmWsHints.o DtUtil1/WmWsOccupy.o
|
||||
|
||||
DTUTIL2_OBJS = \
|
||||
$(DTUTIL2_EXTRA_OBJS) \
|
||||
DtUtil2/ChkpntClient.o DtUtil2/ChkpntListen.o \
|
||||
DtUtil2/DtEnvMap.o DtUtil2/DtNlUtils.o \
|
||||
DtUtil2/EnvControl.o DtUtil2/FileUtil.o \
|
||||
DtUtil2/GetDispRes.o DtUtil2/GetMessage.o \
|
||||
DtUtil2/HourGlass.o DtUtil2/SharedProcs.o \
|
||||
DtUtil2/SmCreateDirs.o DtUtil2/UErrNoBMS.o \
|
||||
DtUtil2/Utility.o DtUtil2/ActIndicator.o \
|
||||
DtUtil2/CmdUtility.o DtUtil2/DtGetMessage.o \
|
||||
DtUtil2/DtUtil.o DtUtil2/GetEmbed.o \
|
||||
DtUtil2/Hash.o DtUtil2/PrintXErr.o \
|
||||
DtUtil2/XmWrap.o DtUtil2/addToRes.o \
|
||||
DtUtil2/lock.o DtUtil2/SvcTT.o \
|
||||
DtUtil2/MsgCat.o DtUtil2/MsgLog.o \
|
||||
DtUtil2/Info.o DtUtil2/LocaleXlate.o \
|
||||
DtUtil2/XlationSvc.o
|
||||
|
||||
DTCODELIBS_OBJS3 = \
|
||||
DtCodelibs/buf.o DtCodelibs/filegen.o \
|
||||
DtCodelibs/mbschr.o DtCodelibs/pathcollapse.o \
|
||||
DtCodelibs/privbuf.o DtCodelibs/shellscan.o \
|
||||
DtCodelibs/strcase.o DtCodelibs/strend.o \
|
||||
DtCodelibs/strhash.o DtCodelibs/stringio.o \
|
||||
DtCodelibs/strtokx.o DtCodelibs/strwcmp.o
|
||||
|
||||
DTENCAP_OBJS4 = \
|
||||
DtEncap/MemoryMgr.o DtEncap/SbEvent.o \
|
||||
DtEncap/Symbolic.o DtEncap/bmsglob.o \
|
||||
DtEncap/connect.o DtEncap/local.o \
|
||||
DtEncap/nls.o DtEncap/noio.o \
|
||||
DtEncap/pathwexp.o DtEncap/pipe.o \
|
||||
DtEncap/pty.o DtEncap/remote.o \
|
||||
DtEncap/sbstdinc.o DtEncap/scoop.o \
|
||||
DtEncap/spc-env.o DtEncap/spc-error.o \
|
||||
DtEncap/spc-exec.o DtEncap/spc-net.o \
|
||||
DtEncap/spc-obj.o DtEncap/spc-proto.o \
|
||||
DtEncap/spc-sm.o DtEncap/spc-termio.o \
|
||||
DtEncap/spc-util.o DtEncap/spc-xt.o \
|
||||
DtEncap/spc.o DtEncap/stringbuf.o \
|
||||
DtEncap/usersig.o
|
||||
|
||||
DTXPM_OBJS5 = \
|
||||
DtXpm/xpm.o
|
||||
|
||||
OBJS = $(EXTRA_OBJS) $(DTUTIL1_OBJS1) $(DTUTIL1_OBJS2) $(DTUTIL2_OBJS) \
|
||||
$(DTCODELIBS_OBJS3) $(DTENCAP_OBJS4) $(DTXPM_OBJS5)
|
||||
|
||||
#include <Library.tmpl>
|
||||
@@ -1,8 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/3 1998/08/10 18:02:40 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = codelibs
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
HEADERS = pathutils.h boolean.h shellutils.h
|
||||
|
||||
all::
|
||||
|
||||
BuildIncludes($(HEADERS),codelibs,..)
|
||||
InstallMultipleFlags($(HEADERS),$(INCDIR)/codelibs,$(INSTINCFLAGS))
|
||||
|
||||
depend::
|
||||
|
||||
clean::
|
||||
@@ -1,91 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/1 1996/04/21 19:20:55 drk $
|
||||
#define DoNormalLib NormalLibDtTerm
|
||||
#define DoSharedLib SharedLibDtTerm
|
||||
#define DoDebugLib DebugLibDtTerm
|
||||
#define DoProfileLib ProfileLibDtTerm
|
||||
#define LibName DtTerm
|
||||
#define SoRev SODTTERMREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = TermPrim Term TermView
|
||||
EXTRALIBRARYDEPS = TermPrim/DONE Term/DONE TermView/DONE
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
INCLUDES = -I. -I./TermPrim -I./Term -I./TermView
|
||||
|
||||
#ifdef SharedDtTermReqs
|
||||
REQUIREDLIBS = SharedDtTermReqs
|
||||
#endif
|
||||
|
||||
/* for openpty */
|
||||
#if defined(OpenBSDArchitecture)
|
||||
REQUIREDLIBS += -lutil
|
||||
#endif
|
||||
|
||||
TERMPRIM_OBJS = \
|
||||
TermPrim/TermPrim.o \
|
||||
TermPrim/TermPrimAction.o \
|
||||
TermPrim/TermPrimBuffer.o \
|
||||
TermPrim/TermPrimBufferWc.o \
|
||||
TermPrim/TermPrimCursor.o \
|
||||
TermPrim/TermPrimDebug.o \
|
||||
TermPrim/TermPrimFunction.o \
|
||||
TermPrim/TermPrimGetPty.o \
|
||||
TermPrim/TermPrimLineDraw.o \
|
||||
TermPrim/TermPrimParse.o \
|
||||
TermPrim/TermPrimParseTable.o \
|
||||
TermPrim/TermPrimParser.o \
|
||||
TermPrim/TermPrimPendingText.o \
|
||||
TermPrim/TermPrimRender.o \
|
||||
TermPrim/TermPrimRenderMb.o \
|
||||
TermPrim/TermPrimRenderFont.o \
|
||||
TermPrim/TermPrimRenderFontSet.o \
|
||||
TermPrim/TermPrimRenderLineDraw.o \
|
||||
TermPrim/TermPrimRepType.o \
|
||||
TermPrim/TermPrimScroll.o \
|
||||
TermPrim/TermPrimSelect.o \
|
||||
TermPrim/TermPrimSetPty.o \
|
||||
TermPrim/TermPrimSubproc.o \
|
||||
TermPrim/TermPrimUtil.o \
|
||||
TermPrim/TermPrimVersion.o \
|
||||
TermPrim/TermPrimWMProtocols.o
|
||||
|
||||
TERM_OBJS = \
|
||||
Term/Term.o \
|
||||
Term/TermAction.o \
|
||||
Term/TermBuffer.o \
|
||||
Term/TermColor.o \
|
||||
Term/TermEnhance.o \
|
||||
Term/TermFunction.o \
|
||||
Term/TermFunctionKey.o \
|
||||
Term/TermLineData.o \
|
||||
Term/TermParse.o \
|
||||
Term/TermParseTable.o \
|
||||
Term/TermVersion.o
|
||||
|
||||
TERMVIEW_OBJS = \
|
||||
TermView/TermView.o \
|
||||
TermView/TermViewMenu.o \
|
||||
TermView/TermViewGlobalDialog.o \
|
||||
TermView/TermViewTerminalDialog.o
|
||||
|
||||
#if defined(HasUtempterLibrary) && HasUtempterLibrary
|
||||
REQUIREDLIBS += -lutempter
|
||||
#else
|
||||
TERMPRIM_OBJS += TermPrim/TermPrimSetUtmp.o
|
||||
#endif
|
||||
|
||||
OBJS = \
|
||||
$(TERMPRIM_OBJS) \
|
||||
$(TERM_OBJS) \
|
||||
$(TERMVIEW_OBJS)
|
||||
|
||||
#include <Library.tmpl>
|
||||
@@ -1,65 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/1 1996/04/21 19:15:07 drk $
|
||||
#define DoNormalLib NormalLibDtTerm
|
||||
#define DoSharedLib SharedLibDtTerm
|
||||
#define DoDebugLib DebugLibDtTerm
|
||||
#define DoProfileLib ProfileLibDtTerm
|
||||
#define LibName DtTerm
|
||||
#define SoRev SODTTERMREV
|
||||
#define IncSubdir Dt
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES =
|
||||
INCLUDES = -I. -I../TermPrim
|
||||
|
||||
LINTLIBS = $(LINTXLIB) $(LINTXTOOL) $(LINTXM)
|
||||
|
||||
UTILDIR = ../util
|
||||
|
||||
TermLineData.c: TermLineData.data $(UTILDIR)/lineToData.c
|
||||
RemoveFiles($@ lineToData)
|
||||
LinkRule(lineToData,$(CFLAGS),$(UTILDIR)/lineToData.c,$(LDLIBS))
|
||||
./lineToData -p _DtTerm -f TermLineData.data > $@
|
||||
RemoveFile(./lineToData)
|
||||
|
||||
includes:: TermLineData.c
|
||||
|
||||
clean::
|
||||
RemoveFile(TermLineData.c)
|
||||
|
||||
|
||||
HEADERS = Term.h TermP.h
|
||||
|
||||
SRCS = \
|
||||
Term.c \
|
||||
TermAction.c \
|
||||
TermBuffer.c \
|
||||
TermColor.c \
|
||||
TermEnhance.c \
|
||||
TermFunction.c \
|
||||
TermFunctionKey.c \
|
||||
TermLineData.c \
|
||||
TermParse.c \
|
||||
TermParseTable.c \
|
||||
TermVersion.c
|
||||
|
||||
OBJS = \
|
||||
Term.o \
|
||||
TermAction.o \
|
||||
TermBuffer.o \
|
||||
TermColor.o \
|
||||
TermEnhance.o \
|
||||
TermFunction.o \
|
||||
TermFunctionKey.o \
|
||||
TermLineData.o \
|
||||
TermParse.o \
|
||||
TermParseTable.o \
|
||||
TermVersion.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,120 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/3 1998/03/16 14:41:32 mgreess $
|
||||
#define DoNormalLib NormalLibDtTerm
|
||||
#define DoSharedLib SharedLibDtTerm
|
||||
#define DoDebugLib DebugLibDtTerm
|
||||
#define DoProfileLib ProfileLibDtTerm
|
||||
#define LibName DtTerm
|
||||
#define SoRev SODTTERMREV
|
||||
#define IncSubdir Dt
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = $(ARCHITECTURE_DEFINES)
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
HEADERS = TermPrim.h TermPrimP.h
|
||||
|
||||
SRCS = \
|
||||
TermPrim.c \
|
||||
TermPrimAction.c \
|
||||
TermPrimBuffer.c \
|
||||
TermPrimBufferWc.c \
|
||||
TermPrimCursor.c \
|
||||
TermPrimDebug.c \
|
||||
TermPrimFunction.c \
|
||||
TermPrimGetPty.c \
|
||||
TermPrimLineDraw.c \
|
||||
TermPrimParse.c \
|
||||
TermPrimParseTable.c \
|
||||
TermPrimParser.c \
|
||||
TermPrimPendingText.c \
|
||||
TermPrimRender.c \
|
||||
TermPrimRenderMb.c \
|
||||
TermPrimRenderFont.c \
|
||||
TermPrimRenderFontSet.c \
|
||||
TermPrimRenderLineDraw.c \
|
||||
TermPrimRepType.c \
|
||||
TermPrimScroll.c \
|
||||
TermPrimSelect.c \
|
||||
TermPrimSetPty.c \
|
||||
TermPrimSubproc.c \
|
||||
TermPrimUtil.c \
|
||||
TermPrimVersion.c \
|
||||
TermPrimWMProtocols.c
|
||||
|
||||
OBJS = \
|
||||
TermPrim.o \
|
||||
TermPrimAction.o \
|
||||
TermPrimBuffer.o \
|
||||
TermPrimBufferWc.o \
|
||||
TermPrimCursor.o \
|
||||
TermPrimDebug.o \
|
||||
TermPrimFunction.o \
|
||||
TermPrimGetPty.o \
|
||||
TermPrimLineDraw.o \
|
||||
TermPrimParse.o \
|
||||
TermPrimParseTable.o \
|
||||
TermPrimParser.o \
|
||||
TermPrimPendingText.o \
|
||||
TermPrimRender.o \
|
||||
TermPrimRenderMb.o \
|
||||
TermPrimRenderFont.o \
|
||||
TermPrimRenderFontSet.o \
|
||||
TermPrimRenderLineDraw.o \
|
||||
TermPrimRepType.o \
|
||||
TermPrimScroll.o \
|
||||
TermPrimSelect.o \
|
||||
TermPrimSetPty.o \
|
||||
TermPrimSubproc.o \
|
||||
TermPrimUtil.o \
|
||||
TermPrimVersion.o \
|
||||
TermPrimWMProtocols.o
|
||||
|
||||
#if defined(HasUtempterLibrary) && HasUtempterLibrary
|
||||
EXTRA_DEFINES = -DHAS_UTEMPTER_LIBRARY
|
||||
#else
|
||||
SRCS += TermPrimSetUtmp.c
|
||||
OBJS += TermPrimSetUtmp.o
|
||||
#endif
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
#if defined(HasPtsDriver) && HasPtsDriver
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-pts.c)
|
||||
#else
|
||||
/* These should be cleaned up. Test SVR4Architecture? */
|
||||
#ifdef AlphaArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-bsd.c)
|
||||
#endif
|
||||
|
||||
#ifdef HPArchitecture
|
||||
# if OSMajorVersion > 9
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-svr4.c)
|
||||
# else
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-bsd.c)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef IBMArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-clone.c)
|
||||
#endif
|
||||
|
||||
#ifdef LinuxArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-svr4.c)
|
||||
#endif
|
||||
|
||||
#ifdef SunArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-svr4.c)
|
||||
#endif
|
||||
|
||||
#ifdef BSDArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-bsd.c)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,32 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/1 1996/04/21 19:20:11 drk $
|
||||
#define DoNormalLib NormalLibDtTerm
|
||||
#define DoSharedLib SharedLibDtTerm
|
||||
#define DoDebugLib DebugLibDtTerm
|
||||
#define DoProfileLib ProfileLibDtTerm
|
||||
#define LibName DtTerm
|
||||
#define SoRev SODTTERMREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
INCLUDES = -I. -I../TermPrim -I../Term
|
||||
|
||||
SRCS = \
|
||||
TermView.c \
|
||||
TermViewMenu.c \
|
||||
TermViewGlobalDialog.c \
|
||||
TermViewTerminalDialog.c
|
||||
|
||||
OBJS = \
|
||||
TermView.o \
|
||||
TermViewMenu.o \
|
||||
TermViewGlobalDialog.o \
|
||||
TermViewTerminalDialog.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,53 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/8 1996/04/21 19:11:16 drk $
|
||||
#define DoNormalLib NormalLibDtWidget
|
||||
#define DoSharedLib SharedLibDtWidget
|
||||
#define DoDebugLib DebugLibDtWidget
|
||||
#define DoProfileLib ProfileLibDtWidget
|
||||
#define LibName DtWidget
|
||||
#define SoRev SODTWIDGETREV
|
||||
#define IncSubdir Dt
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtWidgetDefines
|
||||
# define DtWidgetDefines -DI18N_MSG -DMULTIBYTE
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtWidgetDefines
|
||||
INCLUDES = -I.
|
||||
|
||||
#ifdef SharedDtWidgetReqs
|
||||
REQUIREDLIBS = SharedDtWidgetReqs
|
||||
#endif
|
||||
|
||||
HEADERS = \
|
||||
Icon.h IconP.h DtStrDefs.h \
|
||||
SpinBox.h SpinBoxP.h ComboBox.h \
|
||||
ComboBoxP.h MenuButtonP.h MenuButton.h \
|
||||
DialogBox.h DialogBoxP.h DtMsgsP.h \
|
||||
MacrosP.h Control.h ControlP.h \
|
||||
View.h ViewP.h TitleBox.h \
|
||||
TitleBoxP.h EditorP.h Editor.h
|
||||
|
||||
SRCS = \
|
||||
ComboBox.c Control.c DialogBox.c \
|
||||
DtMsgs.c DtStrDefs.c EditAreaData.c \
|
||||
EditCalls.c Editor.c Icon.c \
|
||||
MenuButton.c NewCvt.c SearchCalls.c \
|
||||
SearchDlg.c SpinBox.c TitleBox.c \
|
||||
View.c
|
||||
|
||||
OBJS = \
|
||||
ComboBox.o Control.o DialogBox.o \
|
||||
DtMsgs.o DtStrDefs.o EditAreaData.o \
|
||||
EditCalls.o Editor.o Icon.o \
|
||||
MenuButton.o NewCvt.o SearchCalls.o \
|
||||
SearchDlg.o SpinBox.o TitleBox.o \
|
||||
View.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
|
||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP)
|
||||
CppSourceFile(UNIXbindings,UNIXbindings.cpp,$(LOCAL_CPP_DEFINES),)
|
||||
@@ -1,46 +0,0 @@
|
||||
XCOMM
|
||||
XCOMM CDE - Common Desktop Environment
|
||||
XCOMM
|
||||
XCOMM Copyright (c) 1993-2013, The Open Group. All rights reserved.
|
||||
XCOMM
|
||||
XCOMM These libraries and programs are free software; you can
|
||||
XCOMM redistribute them and/or modify them under the terms of the GNU
|
||||
XCOMM Lesser General Public License as published by the Free Software
|
||||
XCOMM Foundation; either version 2 of the License, or (at your option)
|
||||
XCOMM any later version.
|
||||
XCOMM
|
||||
XCOMM These libraries and programs are distributed in the hope that
|
||||
XCOMM they will be useful, but WITHOUT ANY WARRANTY; without even the
|
||||
XCOMM implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
XCOMM PURPOSE. See the GNU Lesser General Public License for more
|
||||
XCOMM details.
|
||||
XCOMM
|
||||
XCOMM You should have received a copy of the GNU Lesser General Public
|
||||
XCOMM License along with these libraries and programs; if not, write
|
||||
XCOMM to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
|
||||
XCOMM Floor, Boston, MA 02110-1301 USA
|
||||
XCOMM
|
||||
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define HasSharedData NO
|
||||
#define LibName DtXinerama
|
||||
#define LibHeaders YES
|
||||
|
||||
HEADERS = DtXinerama.h
|
||||
|
||||
SRCS = DtXinerama.c
|
||||
|
||||
OBJS = DtXinerama.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
XCOMM -fpic is required for static libDtXinerama to link with libDtSvc properly
|
||||
CCOPTIONS += $(PICFLAGS)
|
||||
|
||||
DependTarget()
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/12 1996/04/24 14:31:52 lehors $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||
|
||||
#if CDE_USEXINERAMA
|
||||
XINDIR = DtXinerama
|
||||
#endif
|
||||
|
||||
#if defined(UsePamLibrary) && UsePamLibrary
|
||||
PAMDIR = pam
|
||||
#else
|
||||
PAMDIR =
|
||||
#endif
|
||||
|
||||
#if defined(HasPamLibrary) && HasPamLibrary
|
||||
DTPAMSVCDIR = DtPamSvc
|
||||
#else
|
||||
DTPAMSVCDIR =
|
||||
#endif
|
||||
|
||||
SUBDIRS = $(XINDIR) $(PAMDIR) $(DTPAMSVCDIR) tt DtSvc DtSearch DtWidget DtHelp \
|
||||
DtPrint DtTerm DtMrm csa
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
LinkFile(DtMmdb,$(PROGRAMSRC)/dtinfo/DtMmdb)
|
||||
@@ -1,128 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/4 1998/03/19 19:01:27 mgreess $
|
||||
#define DoNormalLib NormalLibCsa
|
||||
#define DoSharedLib SharedLibCsa
|
||||
#define DoDebugLib DebugLibCsa
|
||||
#define DoProfileLib ProfileLibCsa
|
||||
#define LibName csa
|
||||
#define SoRev SOCSAREV
|
||||
#define IncSubdir csa
|
||||
#define HasSharedData NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
INCLUDES = -I. $(TIRPCINC)
|
||||
|
||||
OSMAJORVERSION = OSMajorVersion
|
||||
OSMINORVERSION = OSMinorVersion
|
||||
|
||||
DEFINES = -DRFC_MIME -DLINE_COUNT -DV2 -DOW_I18N \
|
||||
-DREL="$(OSMAJORVERSION)$(OSMINORVERSION)" \
|
||||
-DRELMAJOR="$(OSMAJORVERSION)" -DRELMINOR="$(OSMINORVERSION)"
|
||||
|
||||
#ifdef SharedCsaReqs
|
||||
REQUIREDLIBS = SharedCsaReqs
|
||||
#endif
|
||||
|
||||
#ifdef SunArchitecture
|
||||
EXTRA_DEFINES = -v -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
|
||||
#ifndef HasGcc2
|
||||
SHLIBLDFLAGS = -G -z text -z defs
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HPArchitecture
|
||||
EXTRA_DEFINES = -DHPUX
|
||||
#endif
|
||||
|
||||
HEADERS = csa.h
|
||||
|
||||
GENERATED_SRCS = agent_xdr.c cm_clnt.c reparser.c reparser.h \
|
||||
rtable2_clnt.c rtable2_xdr.c rtable3_clnt.c rtable3_xdr.c \
|
||||
rtable4_clnt.c rtable4_xdr.c
|
||||
|
||||
all::
|
||||
|
||||
includes:: $(GENERATED_SRCS)
|
||||
|
||||
depend:: $(GENERATED_SRCS)
|
||||
|
||||
SRCS = agent.c agent_xdr.c api.c \
|
||||
appt4.c attr.c calendar.c \
|
||||
cm_clnt.c cmcbxdr.c cmsdata.c \
|
||||
cmxdr.c connection.c convert2-4.c \
|
||||
convert3-4.c convert4-2.c convert4-3.c \
|
||||
convert4-5.c convert5-4.c debug.c \
|
||||
entry.c free.c hash.c \
|
||||
iso8601.c laccess.c lutil.c \
|
||||
match.c nametbl.c refree.c \
|
||||
reparser.c rescan.c rpccalls.c \
|
||||
rtable2_clnt.c rtable2_xdr.c rtable3_clnt.c \
|
||||
rtable3_xdr.c rtable4_clnt.c rtable4_xdr.c \
|
||||
table.c updateattrs.c xtclient.c \
|
||||
ansi_c.c
|
||||
|
||||
OBJS = agent.o agent_xdr.o api.o \
|
||||
appt4.o attr.o calendar.o \
|
||||
cm_clnt.o cmcbxdr.o cmsdata.o \
|
||||
cmxdr.o connection.o convert2-4.o \
|
||||
convert3-4.o convert4-2.o convert4-3.o \
|
||||
convert4-5.o convert5-4.o debug.o \
|
||||
entry.o free.o hash.o \
|
||||
iso8601.o laccess.o lutil.o \
|
||||
match.o nametbl.o refree.o \
|
||||
reparser.o rescan.o rpccalls.o \
|
||||
rtable2_clnt.o rtable2_xdr.o rtable3_clnt.o \
|
||||
rtable3_xdr.o rtable4_clnt.o rtable4_xdr.o \
|
||||
table.o updateattrs.o xtclient.o \
|
||||
ansi_c.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
includes:: agent.h
|
||||
|
||||
DependTarget()
|
||||
|
||||
.SUFFIXES: .y
|
||||
|
||||
.y.c:
|
||||
$(YACC) -d $(YFLAGS) $<
|
||||
sed -e s/yyparse/_DtCm_rule_parser/g -e s/yy/_DtCm_yy/g y.tab.c > $*.c
|
||||
sed s/yy/_DtCm_yy/g y.tab.h > $*.h
|
||||
$(RM) y.tab.c y.tab.h
|
||||
|
||||
reparser.o: reparser.c
|
||||
|
||||
rtable2_clnt.c rtable3_clnt.c rtable4_clnt.c cm_clnt.c:
|
||||
$(RM) $@
|
||||
cat EUSinclude > $@
|
||||
rpcgen -l $(@:_clnt.c=.x) | sed -f namechange1.sed | sed -f namechange2.sed >> $@
|
||||
|
||||
rtable2_xdr.c rtable3_xdr.c rtable4_xdr.c agent_xdr.c:
|
||||
$(RM) $@
|
||||
cat EUSinclude > $(@:.x=_xdr.c)
|
||||
rpcgen -c $(@:_xdr.c=.x) | sed -f namechange1.sed | sed -f namechange2.sed >> $(@:.x=_xdr.c)
|
||||
|
||||
rtable4_clnt.c rtable4_xdr.c: rtable4.h namechange1.sed namechange2.sed
|
||||
rtable3_clnt.c rtable3_xdr.c: rtable3.h namechange1.sed namechange2.sed
|
||||
rtable2_clnt.c rtable2_xdr.c: rtable3.h namechange1.sed namechange2.sed
|
||||
agent_xdr.c agent.c: agent.h
|
||||
|
||||
#define RPCGEN rpcgen -h agent.x | $(EXTRASED) \ @@\
|
||||
$(SED) -f namechange1.sed | \ @@\
|
||||
$(SED) -f namechange2.sed >> agent.h
|
||||
|
||||
agent.h:
|
||||
$(RM) $@
|
||||
cat agent.wrapbegin > agent.h
|
||||
RPCGEN
|
||||
cat agent.wrapend >> agent.h
|
||||
|
||||
.SUFFIXES: .x
|
||||
|
||||
clean::
|
||||
$(RM) agent.h agent_xdr.c \
|
||||
$(RM) cm_clnt.c \
|
||||
reparser.c reparser.h \
|
||||
rtable2_clnt.c rtable2_xdr.c \
|
||||
rtable3_clnt.c rtable3_xdr.c \
|
||||
rtable4_clnt.c rtable4_xdr.c
|
||||
@@ -1,21 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/3 1996/04/21 19:12:55 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = libpam pam_modules
|
||||
LINTSUBDIRS = libpam pam_modules
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
MakeLintLibSubdirs($(LINTLIBSUBDIRS))
|
||||
LintSubdirs($(LINTSUBDIRS))
|
||||
@@ -1,36 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/4 1996/04/21 19:12:58 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define DoNormalLib NormalLibPam
|
||||
#define DoSharedLib SharedLibPam
|
||||
#define DoDebugLib DebugLibPam
|
||||
#define DoProfileLib ProfileLibPam
|
||||
#define LibName pam
|
||||
#define SoRev SOPAMREV
|
||||
#define IncSubdir security
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
HEADERS = pam_appl.h pam_modules.h
|
||||
|
||||
SRCS = pam_framework.c pam_framework_utils.c
|
||||
|
||||
OBJS = pam_framework.o pam_framework_utils.o
|
||||
|
||||
#ifdef SharedPamReqs
|
||||
REQUIREDLIBS = SharedPamReqs
|
||||
#endif
|
||||
|
||||
DEFINES = -DOPT_INCLUDE_XTHREADS_H
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,21 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/3 1996/04/21 19:13:01 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = "unix" sample dial_auth rhosts_auth /*dce*/
|
||||
LINTSUBDIRS = "unix" sample dial_auth rhosts_auth /*dce*/
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
MakeLintLibSubdirs($(LINTLIBSUBDIRS))
|
||||
LintSubdirs($(LINTSUBDIRS))
|
||||
@@ -1,48 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/4 1996/04/21 19:13:14 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define DoNormalLib NormalLibPam
|
||||
#define DoSharedLib SharedLibPam
|
||||
#define DoDebugLib DebugLibPam
|
||||
#define DoProfileLib ProfileLibPam
|
||||
#define LibName pam_dce
|
||||
#define SoRev SOPAMREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
SRCS = \
|
||||
dce_authenticate.c \
|
||||
dce_setcred.c \
|
||||
dce_acct_mgmt.c \
|
||||
dce_password.c \
|
||||
dce_session.c \
|
||||
utils.c \
|
||||
xfn_mapping.c
|
||||
|
||||
OBJS = \
|
||||
dce_authenticate.o \
|
||||
dce_setcred.o \
|
||||
dce_acct_mgmt.o \
|
||||
dce_password.o \
|
||||
dce_session.o \
|
||||
utils.o \
|
||||
xfn_mapping.o
|
||||
|
||||
#ifdef SharedPamDceAuthReqs
|
||||
REQUIREDLIBS = SharedPamDceAuthReqs
|
||||
#endif
|
||||
|
||||
INCLUDES = -I../../libpam
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,32 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/4 1996/04/21 19:13:07 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define DoNormalLib NormalLibPam
|
||||
#define DoSharedLib SharedLibPam
|
||||
#define DoDebugLib DebugLibPam
|
||||
#define DoProfileLib ProfileLibPam
|
||||
#define LibName pam_dial_auth
|
||||
#define SoRev SOPAMREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
SRCS = dial_auth.c
|
||||
|
||||
OBJS = dial_auth.o
|
||||
|
||||
#ifdef SharedPamDialAuthReqs
|
||||
REQUIREDLIBS = SharedPamDialAuthReqs
|
||||
#endif
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,32 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/4 1996/04/21 19:13:11 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define DoNormalLib NormalLibPam
|
||||
#define DoSharedLib SharedLibPam
|
||||
#define DoDebugLib DebugLibPam
|
||||
#define DoProfileLib ProfileLibPam
|
||||
#define LibName pam_rhosts_auth
|
||||
#define SoRev SOPAMREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
SRCS = rhosts_auth.c
|
||||
|
||||
OBJS = rhosts_auth.o
|
||||
|
||||
#ifdef SharedPamRhostsAuthReqs
|
||||
REQUIREDLIBS = SharedPamRhostsAuthReqs
|
||||
#endif
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,46 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/2 1996/04/21 19:14:34 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define DoNormalLib NormalLibPam
|
||||
#define DoSharedLib SharedLibPam
|
||||
#define DoDebugLib DebugLibPam
|
||||
#define DoProfileLib ProfileLibPam
|
||||
#define LibName pam_sample
|
||||
#define SoRev SOPAMREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
SRCS = \
|
||||
sample_acct_mgmt.c \
|
||||
sample_authenticate.c \
|
||||
sample_close_session.c \
|
||||
sample_open_session.c \
|
||||
sample_password.c \
|
||||
sample_setcred.c \
|
||||
sample_utils.c
|
||||
|
||||
OBJS = \
|
||||
sample_acct_mgmt.o \
|
||||
sample_authenticate.o \
|
||||
sample_close_session.o \
|
||||
sample_open_session.o \
|
||||
sample_password.o \
|
||||
sample_setcred.o \
|
||||
sample_utils.o
|
||||
|
||||
#ifdef SharedPamSampleReqs
|
||||
REQUIREDLIBS = SharedPamSampleReqs
|
||||
#endif
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,66 +0,0 @@
|
||||
/* $XConsortium: Imakefile /main/4 1996/04/21 19:13:04 drk $
|
||||
*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1995,1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#define DoNormalLib NormalLibPam
|
||||
#define DoSharedLib SharedLibPam
|
||||
#define DoDebugLib DebugLibPam
|
||||
#define DoProfileLib ProfileLibPam
|
||||
#define LibName pam_unix
|
||||
#define SoRev SOPAMREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
SRCS = unix_acct_mgmt.c \
|
||||
unix_authenticate.c \
|
||||
unix_chauthtok.c \
|
||||
unix_close_session.c \
|
||||
unix_get_authtokattr.c \
|
||||
unix_open_session.c \
|
||||
unix_set_authtokattr.c \
|
||||
npd_clnt.c \
|
||||
unix_setcred.c \
|
||||
unix_update_authtok.c \
|
||||
unix_update_authtok_file.c \
|
||||
unix_update_authtok_nis.c \
|
||||
unix_update_authtok_nisplus.c \
|
||||
switch_utils.c \
|
||||
unix_utils.c \
|
||||
yppasswdxdr.c
|
||||
|
||||
OBJS = unix_acct_mgmt.o \
|
||||
unix_authenticate.o \
|
||||
unix_chauthtok.o \
|
||||
unix_close_session.o \
|
||||
unix_get_authtokattr.o \
|
||||
unix_open_session.o \
|
||||
unix_set_authtokattr.o \
|
||||
npd_clnt.o \
|
||||
unix_setcred.o \
|
||||
unix_update_authtok.o \
|
||||
unix_update_authtok_file.o \
|
||||
unix_update_authtok_nis.o \
|
||||
unix_update_authtok_nisplus.o \
|
||||
switch_utils.o \
|
||||
unix_utils.o \
|
||||
yppasswdxdr.o
|
||||
|
||||
#ifdef SharedPamUnixReqs
|
||||
REQUIREDLIBS = SharedPamUnixReqs
|
||||
#endif
|
||||
|
||||
#ifdef PamUnixDefines
|
||||
DEFINES = PamUnixDefines
|
||||
#endif
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,11 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/7 1998/08/10 18:01:46 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = mini_isam lib slib bin
|
||||
LINTSUBDIRS = mini_isam lib slib bin
|
||||
|
||||
INCLUDES = $(TIRPCINC)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
@@ -1,12 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/8 1999/08/30 14:33:22 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = dbck shell scripts tt_type_comp \
|
||||
ttauth ttdbserverd ttsession tttar tttrace
|
||||
|
||||
INCLUDES = $(TIRPCINC)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
LintSubdirs($(SUBDIRS))
|
||||
@@ -1,37 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/14 1996/05/08 09:27:35 drk $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I. -I../../slib -I../../lib -I../../mini_isam
|
||||
|
||||
DEPLIBS = ../../slib/libstt.a TtClientDepLibs ../../mini_isam/libisam.a
|
||||
LOCAL_LIBRARIES = ../../slib/libstt.a TtClientLibs ../../mini_isam/libisam.a
|
||||
SYS_LIBRARIES =
|
||||
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
SRCS = binkey.C binkey_utils.C common.C \
|
||||
options.C options_tt.C prop.C \
|
||||
prop_utils.C spec.C spec_repair.C \
|
||||
spec_utils.C ttdbck.C
|
||||
|
||||
OBJS = binkey.o binkey_utils.o common.o \
|
||||
options.o options_tt.o prop.o \
|
||||
prop_utils.o spec.o spec_repair.o \
|
||||
spec_utils.o ttdbck.o
|
||||
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(ttdbck)
|
||||
|
||||
SpecialCplusplusObjectRule(options,options,$(TT_VERSION_DEFINE))
|
||||
@@ -1,12 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:11:31 drk $
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
/* Any shell scripts shipped as part of ToolTalk are collected here. */
|
||||
|
||||
PROGRAMS = ttce2xdr
|
||||
INCLUDES = $(TIRPCINC)
|
||||
|
||||
all:: $(PROGRAMS)
|
||||
|
||||
CppScriptTarget(ttce2xdr,ttce2xdr.cpp,$(TT_VERSION_DEFINE),)
|
||||
@@ -1,49 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/10 1996/05/08 09:27:50 drk $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I. -I../../lib
|
||||
|
||||
DEPLIBS = TtClientDepLibs
|
||||
LOCAL_LIBRARIES = TtClientLibs
|
||||
SYS_LIBRARIES =
|
||||
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
PROG1 = ttmv
|
||||
SRCS1 = ttmv.C mover.C
|
||||
OBJS1 = ttmv.o mover.o
|
||||
|
||||
PROG2 = ttrm
|
||||
SRCS2 = ttrm.C remover.C
|
||||
OBJS2 = ttrm.o remover.o
|
||||
|
||||
PROG3 = ttcp
|
||||
SRCS3 = ttcp.C copier.C
|
||||
OBJS3 = ttcp.o copier.o
|
||||
|
||||
PROG4 = ttrmdir
|
||||
SRCS4 = $(SRCS2)
|
||||
OBJS4 = $(OBJS2)
|
||||
|
||||
PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4)
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget_1($(PROG1),$(LOCAL_LIBRARIES),/**/)
|
||||
ComplexCplusplusProgramTarget_2($(PROG2),$(LOCAL_LIBRARIES),/**/)
|
||||
ComplexCplusplusProgramTarget_3($(PROG3),$(LOCAL_LIBRARIES),/**/)
|
||||
ComplexCplusplusProgramTarget_4($(PROG4),$(LOCAL_LIBRARIES),/**/)
|
||||
|
||||
SpecialCplusplusObjectRule(remover,remover,$(TT_VERSION_DEFINE))
|
||||
SpecialCplusplusObjectRule(mover,mover,$(TT_VERSION_DEFINE))
|
||||
SpecialCplusplusObjectRule(copier,copier,$(TT_VERSION_DEFINE))
|
||||
@@ -1,39 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/14 1996/05/08 09:28:02 drk $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
CPP_PROGRAM = CppCmd
|
||||
CPP_DEFINES = -DCPP_PROGRAM="\"$(CPP_PROGRAM)\""
|
||||
DEFINES = $(CPP_DEFINES)
|
||||
INCLUDES = $(TIRPCINC) -I../../lib -I../../slib
|
||||
|
||||
DEPLIBS = ../../slib/libstt.a TtClientDepLibs
|
||||
LOCAL_LIBRARIES = ../../slib/libstt.a TtClientLibs
|
||||
SYS_LIBRARIES =
|
||||
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
SRCS = mp_type_comp.C mp_types_table.C \
|
||||
frozen.mp_types_lex.C frozen.mp_types_gram.C
|
||||
|
||||
OBJS = mp_type_comp.o mp_types_table.o \
|
||||
frozen.mp_types_lex.o frozen.mp_types_gram.o
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(tt_type_comp)
|
||||
|
||||
SpecialCplusplusObjectRule(mp_type_comp,mp_type_comp,$(TT_VERSION_DEFINE))
|
||||
|
||||
frozen.mp_types_lex.o: mp_types_gram.h
|
||||
|
||||
LinkFile(mp_types_gram.h,frozen.mp_types_gram.h)
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/1 1999/08/30 10:44:56 mgreess $
|
||||
|
||||
#include <Threads.tmpl>
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
CONN_DEFINES = ConnectionFlags
|
||||
INCLUDES = $(TIRPCINC) -I. -I../../slib -I../../lib
|
||||
|
||||
DEPLIBS = TtClientDepLibs
|
||||
LOCAL_LIBRARIES = TtClientLibs
|
||||
SYS_LIBRARIES =
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
SRCS = ttauth.c process.c
|
||||
OBJS = ttauth.o process.o
|
||||
|
||||
ComplexProgramTarget(ttauth)
|
||||
|
||||
SpecialCObjectRule(process,$(ICONFIGFILES),$(SIGNAL_DEFINES))
|
||||
@@ -1,64 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/15 1996/09/30 13:50:43 drk $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES = $(TIRPC_DEFINES)
|
||||
INCLUDES = $(TIRPCINC) -I. -I../../slib -I../../lib -I../../mini_isam
|
||||
|
||||
DEPLIBS = ../../slib/libstt.a TtClientDepLibs ../../mini_isam/libisam.a
|
||||
LOCAL_LIBRARIES = ../../slib/libstt.a TtClientLibs ../../mini_isam/libisam.a
|
||||
SYS_LIBRARIES =
|
||||
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
SRCS = \
|
||||
db_server_functions.C \
|
||||
db_server_svc.C \
|
||||
dm_access_cache.C \
|
||||
dm_server.C \
|
||||
tt_db_message_info_utils.C \
|
||||
tt_db_msg_q_lock.C \
|
||||
tt_db_msg_q_lock_entry_utils.C \
|
||||
tt_db_partition_global_map_ref.C \
|
||||
tt_db_partition_redirection_map.C \
|
||||
tt_db_server_db.C \
|
||||
tt_db_server_db_utils.C \
|
||||
tt_isam_file.C \
|
||||
tt_isam_file_utils.C \
|
||||
tt_isam_key_descriptor.C \
|
||||
tt_isam_key_descriptor_utils.C \
|
||||
tt_isam_record.C \
|
||||
tt_isam_record_utils.C
|
||||
|
||||
OBJS = \
|
||||
db_server_functions.o \
|
||||
db_server_svc.o \
|
||||
dm_access_cache.o \
|
||||
dm_server.o \
|
||||
tt_db_message_info_utils.o \
|
||||
tt_db_msg_q_lock.o \
|
||||
tt_db_msg_q_lock_entry_utils.o \
|
||||
tt_db_partition_global_map_ref.o \
|
||||
tt_db_partition_redirection_map.o \
|
||||
tt_db_server_db.o \
|
||||
tt_db_server_db_utils.o \
|
||||
tt_isam_file.o \
|
||||
tt_isam_file_utils.o \
|
||||
tt_isam_key_descriptor.o \
|
||||
tt_isam_key_descriptor_utils.o \
|
||||
tt_isam_record.o \
|
||||
tt_isam_record_utils.o
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(rpc.ttdbserver)
|
||||
|
||||
SpecialCplusplusObjectRule(db_server_svc,db_server_svc,$(TT_VERSION_DEFINE))
|
||||
@@ -1,30 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/15 1996/10/09 14:02:13 drk $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I. -I../../slib -I../../lib
|
||||
|
||||
DEPLIBS = ../../slib/libstt.a TtClientDepLibs
|
||||
LOCAL_LIBRARIES = ../../slib/libstt.a TtClientLibs
|
||||
SYS_LIBRARIES =
|
||||
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
SRCS = mp_server.C
|
||||
|
||||
OBJS = mp_server.o
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(ttsession)
|
||||
|
||||
SpecialCplusplusObjectRule(mp_server,mp_server,$(TT_VERSION_DEFINE))
|
||||
@@ -1,45 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/11 1996/05/08 09:28:48 drk $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I. -I../../lib
|
||||
|
||||
DEPLIBS = ../../slib/libstt.a TtClientDepLibs ../../mini_isam/libisam.a
|
||||
LOCAL_LIBRARIES = ../../slib/libstt.a TtClientLibs ../../mini_isam/libisam.a
|
||||
SYS_LIBRARIES =
|
||||
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
|
||||
SRCS = \
|
||||
tttar.C \
|
||||
archiver.C \
|
||||
tttar_utils.C \
|
||||
tttar_api.C \
|
||||
tttar_spec.C \
|
||||
tttar_file_utils.C \
|
||||
tttar_string_map.C
|
||||
|
||||
OBJS = \
|
||||
tttar.o \
|
||||
archiver.o \
|
||||
tttar_utils.o \
|
||||
tttar_api.o \
|
||||
tttar_spec.o \
|
||||
tttar_file_utils.o \
|
||||
tttar_string_map.o
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(tttar)
|
||||
|
||||
SpecialCplusplusObjectRule(archiver,archiver,$(TT_VERSION_DEFINE))
|
||||
@@ -1,28 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/14 1996/10/09 14:02:22 drk $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I. -I../../lib
|
||||
|
||||
DEPLIBS = TtClientDepLibs
|
||||
LOCAL_LIBRARIES = TtClientLibs
|
||||
SYS_LIBRARIES =
|
||||
|
||||
#ifdef TtClientExtraLibs
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
SRCS = tttrace.C tttrace_objs.C
|
||||
|
||||
OBJS = tttrace.o tttrace_objs.o
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(tttrace)
|
||||
@@ -1,218 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/14 1999/08/30 10:49:21 mgreess $
|
||||
#define DoNormalLib NormalLibTt
|
||||
#define DoSharedLib SharedLibTt
|
||||
#define DoDebugLib DebugLibTt
|
||||
#define DoProfileLib ProfileLibTt
|
||||
#define LibName tt
|
||||
#define SoRev SOTTREV
|
||||
#define LibHeaders NO
|
||||
|
||||
XCOMM Currently libtt is just barely too large to compile with small
|
||||
XCOMM PIC tables on Solaris. Other platforms (e.g. HP/UX) seem to do
|
||||
XCOMM fine. Rather than enable LargePICTable everywhere it is only
|
||||
XCOMM set in tttk/Imakefile and api/c/Imakefile. If we need to compile
|
||||
XCOMM more modules with large PIC tables it should be set in other
|
||||
XCOMM subdirectories too.
|
||||
|
||||
#define CplusplusSource YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = api db mp util tttk
|
||||
EXTRALIBRARYDEPS = api/DONE db/DONE mp/DONE util/DONE tttk/DONE
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
#include "../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I.
|
||||
|
||||
#ifdef RsArchitecture
|
||||
REALPATHC = realpath.c
|
||||
REALPATHO = realpath.o
|
||||
#endif
|
||||
|
||||
#ifdef AlphaArchitecture
|
||||
REALPATHC = realpath.c
|
||||
REALPATHO = realpath.o
|
||||
#endif
|
||||
|
||||
#ifdef SharedTtReqs
|
||||
#ifdef SunArchitecture
|
||||
REQUIREDLIBS = SharedTtReqs
|
||||
#ifndef HasGcc2
|
||||
SHLIBLDFLAGS = -G
|
||||
#endif
|
||||
#else
|
||||
REQUIREDLIBS = SharedTtReqs
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* You do not need to list sources except where .o's are actually made */
|
||||
SRCS = $(REALPATHC)
|
||||
|
||||
OBJS_1 = \
|
||||
api/c/api_api.o \
|
||||
api/c/api_auth.o \
|
||||
api/c/api_default.o \
|
||||
api/c/api_error.o \
|
||||
api/c/api_file.o \
|
||||
api/c/api_filemap.o \
|
||||
api/c/api_handle.o \
|
||||
api/c/api_message.o \
|
||||
api/c/api_mp.o \
|
||||
api/c/api_mp_io.o \
|
||||
api/c/api_mp_otype.o \
|
||||
api/c/api_objid_spec.o \
|
||||
api/c/api_pattern.o \
|
||||
api/c/api_session_prop.o \
|
||||
api/c/api_spec.o \
|
||||
api/c/api_spec_map_ref.o \
|
||||
api/c/api_storage.o \
|
||||
api/c/api_typecb.o \
|
||||
api/c/api_typecb_utils.o \
|
||||
api/c/api_utils.o \
|
||||
api/c/api_xdr.o \
|
||||
api/dnd/ttdnd.o \
|
||||
db/db_server_clnt.o \
|
||||
db/db_server_xdr.o \
|
||||
db/old_db_server_functions.o \
|
||||
db/tt_client_isam_file.o \
|
||||
db/tt_client_isam_file_utils.o \
|
||||
db/tt_client_isam_key_descriptor.o \
|
||||
db/tt_client_isam_key_descriptor_utils.o \
|
||||
db/tt_client_isam_record.o \
|
||||
db/tt_client_isam_record_utils.o \
|
||||
db/tt_db_access_utils.o \
|
||||
db/tt_db_client.o \
|
||||
db/tt_db_client_utils.o \
|
||||
db/tt_db_create_objid.o \
|
||||
db/tt_db_file.o \
|
||||
db/tt_db_file_utils.o \
|
||||
db/tt_db_hostname_global_map_ref.o \
|
||||
db/tt_db_hostname_redirection_map.o \
|
||||
db/tt_db_key.o \
|
||||
db/tt_db_key_utils.o \
|
||||
db/tt_db_network_path.o \
|
||||
db/tt_db_object.o \
|
||||
db/tt_db_object_utils.o \
|
||||
db/tt_db_objid_to_key.o \
|
||||
db/tt_db_property.o \
|
||||
db/tt_db_property_utils.o \
|
||||
db/tt_db_rpc_message_routines.o \
|
||||
db/tt_db_rpc_routines.o \
|
||||
db/tt_old_db.o \
|
||||
db/tt_old_db_message_info.o \
|
||||
db/tt_old_db_message_info_utils.o \
|
||||
db/tt_old_db_partition_map_ref.o \
|
||||
db/tt_old_db_utils.o
|
||||
|
||||
OBJS_2 = \
|
||||
mp/mp_arg.o \
|
||||
mp/mp_arg_utils.o \
|
||||
mp/mp_auth.o \
|
||||
mp/mp_auth_functions.o \
|
||||
mp/mp_c_file.o \
|
||||
mp/mp_c_file_utils.o \
|
||||
mp/mp_c_message.o \
|
||||
mp/mp_c_message_utils.o \
|
||||
mp/mp_c_mp.o \
|
||||
mp/mp_c_msg_context.o \
|
||||
mp/mp_c_msg_context_utils.o \
|
||||
mp/mp_c_pattern.o \
|
||||
mp/mp_c_procid.o \
|
||||
mp/mp_c_procid_utils.o \
|
||||
mp/mp_c_session.o \
|
||||
mp/mp_c_session_prop.o \
|
||||
mp/mp_c_session_utils.o \
|
||||
mp/mp_context.o \
|
||||
mp/mp_context_utils.o \
|
||||
mp/mp_desktop.o \
|
||||
mp/mp_desktop_utils.o \
|
||||
mp/mp_file.o \
|
||||
mp/mp_file_utils.o \
|
||||
mp/mp_message.o \
|
||||
mp/mp_message_utils.o \
|
||||
mp/mp_mp.o \
|
||||
mp/mp_mp_utils.o \
|
||||
mp/mp_msg_context.o \
|
||||
mp/mp_msg_context_utils.o \
|
||||
mp/mp_pat_context.o \
|
||||
mp/mp_pat_context_utils.o \
|
||||
mp/mp_pattern.o \
|
||||
mp/mp_pattern_utils.o \
|
||||
mp/mp_procid.o \
|
||||
mp/mp_procid_utils.o \
|
||||
mp/mp_rpc_client.o \
|
||||
mp/mp_rpc_client_utils.o \
|
||||
mp/mp_rpc_fns.o \
|
||||
mp/mp_session.o \
|
||||
mp/mp_session_prop.o \
|
||||
mp/mp_session_prop_utils.o \
|
||||
mp/mp_session_utils.o \
|
||||
mp/mp_stream_socket.o \
|
||||
mp/mp_stream_socket_utils.o \
|
||||
mp/mp_trace.o \
|
||||
mp/mp_xdr_functions.o \
|
||||
tttk/ttdesktop.o \
|
||||
tttk/ttdtfile.o \
|
||||
tttk/ttdtprocid.o \
|
||||
tttk/ttmedia.o \
|
||||
tttk/tttk.o \
|
||||
tttk/tttk2free.o \
|
||||
tttk/tttkmessage.o \
|
||||
tttk/tttkpattern.o \
|
||||
tttk/tttkutils.o
|
||||
|
||||
OBJS_3 = \
|
||||
util/copyright.o \
|
||||
util/tt_Xlib.o \
|
||||
util/tt_audit.o \
|
||||
util/tt_base64.o \
|
||||
util/tt_enumname.o \
|
||||
util/tt_entry_pt.o \
|
||||
util/tt_file_system.o \
|
||||
util/tt_file_system_entry_utils.o \
|
||||
util/tt_gettext.o \
|
||||
util/tt_global_env.o \
|
||||
util/tt_host.o \
|
||||
util/tt_host_equiv.o \
|
||||
util/tt_host_equiv_utils.o \
|
||||
util/tt_host_utils.o \
|
||||
util/tt_int_rec.o \
|
||||
util/tt_iostream.o \
|
||||
util/tt_ldpath.o \
|
||||
util/tt_log.o \
|
||||
util/tt_map_entry.o \
|
||||
util/tt_map_entry_utils.o \
|
||||
util/tt_new.o \
|
||||
util/tt_new_ptr.o \
|
||||
util/tt_object.o \
|
||||
util/tt_object_list.o \
|
||||
util/tt_object_table.o \
|
||||
util/tt_path.o \
|
||||
util/tt_port.o \
|
||||
util/tt_string.o \
|
||||
util/tt_string_map.o \
|
||||
util/tt_string_map_utils.o \
|
||||
util/tt_string_match.o \
|
||||
util/tt_threadspecific.o \
|
||||
util/tt_trace.o \
|
||||
util/tt_trace_parser.o \
|
||||
util/tt_tracefile_parse.o \
|
||||
util/tt_trace_stream.o \
|
||||
util/tt_xdr_utils.o $(REALPATHO)
|
||||
|
||||
OBJS = $(OBJS_1) $(OBJS_2) $(OBJS_3)
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
#if defined(RsArchitecture) || defined(AlphaArchitecture)
|
||||
DependTarget()
|
||||
#endif
|
||||
@@ -1,14 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/6 1998/08/10 18:00:37 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = c dnd
|
||||
DONES = c/DONE dnd/DONE
|
||||
|
||||
INCLUDES = $(TIRPCINC)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
SubdirLibraryRule($(DONES))
|
||||
@@ -1,54 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/9 1999/08/30 10:50:55 mgreess $
|
||||
#define DoNormalLib NormalLibTt
|
||||
#define DoSharedLib SharedLibTt
|
||||
#define DoDebugLib DebugLibTt
|
||||
#define DoProfileLib ProfileLibTt
|
||||
#define LibName tt
|
||||
#define SoRev SOTTREV
|
||||
#define IncSubdir Tt
|
||||
#define LibCreate NO
|
||||
#ifdef TtLargePICTable
|
||||
# define LargePICTable TtLargePICTable
|
||||
#endif
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I../../../lib
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in OBJS and SHARED_OBJS
|
||||
***/
|
||||
|
||||
HEADERS = tt_c.h
|
||||
|
||||
SRCS = api_api.C api_auth.C \
|
||||
api_default.C api_error.C \
|
||||
api_file.C api_filemap.C api_handle.C \
|
||||
api_message.C api_mp.C api_mp_io.C \
|
||||
api_mp_otype.C api_objid_spec.C api_pattern.C \
|
||||
api_session_prop.C api_spec.C api_spec_map_ref.C \
|
||||
api_storage.C api_typecb.C api_typecb_utils.C \
|
||||
api_utils.C api_xdr.C
|
||||
|
||||
OBJS = api_api.o api_auth.o \
|
||||
api_default.o api_error.o \
|
||||
api_file.o api_filemap.o api_handle.o \
|
||||
api_message.o api_mp.o api_mp_io.o \
|
||||
api_mp_otype.o api_objid_spec.o api_pattern.o \
|
||||
api_session_prop.o api_spec.o api_spec_map_ref.o \
|
||||
api_storage.o api_typecb.o api_typecb_utils.o \
|
||||
api_utils.o api_xdr.o
|
||||
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,31 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:12:16 drk $
|
||||
#define DoNormalLib NormalLibTt
|
||||
#define DoSharedLib SharedLibTt
|
||||
#define DoDebugLib DebugLibTt
|
||||
#define DoProfileLib ProfileLibTt
|
||||
#define LibName tt
|
||||
#define SoRev SOTTREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I../..
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in OBJS and SHARED_OBJS
|
||||
***/
|
||||
|
||||
SRCS = ttdnd.c
|
||||
|
||||
OBJS = ttdnd.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,68 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/7 1996/04/21 19:12:19 drk $
|
||||
#define DoNormalLib NormalLibTt
|
||||
#define DoSharedLib SharedLibTt
|
||||
#define DoDebugLib DebugLibTt
|
||||
#define DoProfileLib ProfileLibTt
|
||||
#define LibName tt
|
||||
#define SoRev SOTTREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(ISAM_INCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
ISAM_INCLUDES = -I../../mini_isam
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in DB_OBJS and SHARED_DB_OBJS
|
||||
***/
|
||||
|
||||
SRCS = db_server_clnt.C db_server_xdr.C \
|
||||
old_db_server_functions.C tt_client_isam_file.C \
|
||||
tt_client_isam_file_utils.C tt_client_isam_key_descriptor.C \
|
||||
tt_client_isam_key_descriptor_utils.C tt_client_isam_record.C \
|
||||
tt_client_isam_record_utils.C tt_db_access_utils.C \
|
||||
tt_db_client.C tt_db_client_utils.C \
|
||||
tt_db_create_objid.C tt_db_file.C \
|
||||
tt_db_file_utils.C tt_db_hostname_global_map_ref.C \
|
||||
tt_db_hostname_redirection_map.C tt_db_key.C \
|
||||
tt_db_key_utils.C tt_db_network_path.C \
|
||||
tt_db_object.C tt_db_object_utils.C \
|
||||
tt_db_objid_to_key.C tt_db_property.C \
|
||||
tt_db_property_utils.C tt_db_rpc_message_routines.C \
|
||||
tt_db_rpc_routines.C tt_old_db.C \
|
||||
tt_old_db_message_info.C tt_old_db_message_info_utils.C \
|
||||
tt_old_db_partition_map_ref.C tt_old_db_utils.C
|
||||
|
||||
OBJS = db_server_clnt.o db_server_xdr.o \
|
||||
old_db_server_functions.o tt_client_isam_file.o \
|
||||
tt_client_isam_file_utils.o tt_client_isam_key_descriptor.o \
|
||||
tt_client_isam_key_descriptor_utils.o tt_client_isam_record.o \
|
||||
tt_client_isam_record_utils.o tt_db_access_utils.o \
|
||||
tt_db_client.o tt_db_client_utils.o \
|
||||
tt_db_create_objid.o tt_db_file.o \
|
||||
tt_db_file_utils.o tt_db_hostname_global_map_ref.o \
|
||||
tt_db_hostname_redirection_map.o tt_db_key.o \
|
||||
tt_db_key_utils.o tt_db_network_path.o \
|
||||
tt_db_object.o tt_db_object_utils.o \
|
||||
tt_db_objid_to_key.o tt_db_property.o \
|
||||
tt_db_property_utils.o tt_db_rpc_message_routines.o \
|
||||
tt_db_rpc_routines.o tt_old_db.o \
|
||||
tt_old_db_message_info.o tt_old_db_message_info_utils.o \
|
||||
tt_old_db_partition_map_ref.o tt_old_db_utils.o
|
||||
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SpecialCplusplusLibObjectRule(db_server_xdr,,$(ISAM_INCLUDES))
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,70 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/8 1999/08/30 10:52:07 mgreess $
|
||||
#define DoNormalLib NormalLibTt
|
||||
#define DoSharedLib SharedLibTt
|
||||
#define DoDebugLib DebugLibTt
|
||||
#define DoProfileLib ProfileLibTt
|
||||
#define LibName tt
|
||||
#define SoRev SOTTREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(ISAM_INCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
ISAM_INCLUDES = -I../../mini_isam
|
||||
|
||||
/* Use BSD-compatible accept() call */
|
||||
#ifdef RsArchitecture
|
||||
CXXEXTRA_DEFINES = -DCOMPAT_43
|
||||
#endif
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in MP_OBJS and SHARED_MP_OBJS
|
||||
***/
|
||||
|
||||
SRCS = mp_arg.C mp_arg_utils.C mp_auth.C \
|
||||
mp_auth_functions.C mp_c_file.C \
|
||||
mp_c_file_utils.C mp_c_message.C mp_c_message_utils.C \
|
||||
mp_c_mp.C mp_c_msg_context.C mp_c_msg_context_utils.C \
|
||||
mp_c_pattern.C mp_c_procid.C mp_c_procid_utils.C \
|
||||
mp_c_session.C mp_c_session_prop.C mp_c_session_utils.C \
|
||||
mp_context.C mp_context_utils.C mp_desktop.C \
|
||||
mp_desktop_utils.C mp_file.C mp_file_utils.C \
|
||||
mp_message.C mp_message_utils.C mp_mp.C \
|
||||
mp_mp_utils.C mp_msg_context.C mp_msg_context_utils.C \
|
||||
mp_pat_context.C mp_pat_context_utils.C mp_pattern.C \
|
||||
mp_pattern_utils.C mp_procid.C mp_procid_utils.C \
|
||||
mp_rpc_client.C mp_rpc_client_utils.C mp_rpc_fns.C \
|
||||
mp_session.C mp_session_prop.C mp_session_prop_utils.C \
|
||||
mp_session_utils.C mp_stream_socket.C mp_stream_socket_utils.C \
|
||||
mp_trace.C mp_xdr_functions.C
|
||||
|
||||
OBJS = mp_arg.o mp_arg_utils.o mp_auth.o \
|
||||
mp_auth_functions.o mp_c_file.o \
|
||||
mp_c_file_utils.o mp_c_message.o mp_c_message_utils.o \
|
||||
mp_c_mp.o mp_c_msg_context.o mp_c_msg_context_utils.o \
|
||||
mp_c_pattern.o mp_c_procid.o mp_c_procid_utils.o \
|
||||
mp_c_session.o mp_c_session_prop.o mp_c_session_utils.o \
|
||||
mp_context.o mp_context_utils.o mp_desktop.o \
|
||||
mp_desktop_utils.o mp_file.o mp_file_utils.o \
|
||||
mp_message.o mp_message_utils.o mp_mp.o \
|
||||
mp_mp_utils.o mp_msg_context.o mp_msg_context_utils.o \
|
||||
mp_pat_context.o mp_pat_context_utils.o mp_pattern.o \
|
||||
mp_pattern_utils.o mp_procid.o mp_procid_utils.o \
|
||||
mp_rpc_client.o mp_rpc_client_utils.o mp_rpc_fns.o \
|
||||
mp_session.o mp_session_prop.o mp_session_prop_utils.o \
|
||||
mp_session_utils.o mp_stream_socket.o mp_stream_socket_utils.o \
|
||||
mp_trace.o mp_xdr_functions.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,44 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/05/07 19:13:02 drk $
|
||||
#define DoNormalLib NormalLibTt
|
||||
#define DoSharedLib SharedLibTt
|
||||
#define DoDebugLib DebugLibTt
|
||||
#define DoProfileLib ProfileLibTt
|
||||
#define LibName tt
|
||||
#define SoRev SOTTREV
|
||||
#define IncSubdir Tt
|
||||
#define LibCreate NO
|
||||
#ifdef TtLargePICTable
|
||||
# define LargePICTable TtLargePICTable
|
||||
#endif
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in DB_OBJS and SHARED_DB_OBJS
|
||||
***/
|
||||
|
||||
HEADERS = tttk.h
|
||||
|
||||
SRCS = ttdesktop.C ttdtfile.C ttdtprocid.C \
|
||||
ttmedia.C tttk.C tttk2free.C \
|
||||
tttkmessage.C tttkpattern.C tttkutils.C
|
||||
|
||||
OBJS = ttdesktop.o ttdtfile.o ttdtprocid.o \
|
||||
ttmedia.o tttk.o tttk2free.o \
|
||||
tttkmessage.o tttkpattern.o tttkutils.o
|
||||
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,78 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/9 1996/08/29 16:11:24 barstow $
|
||||
#define DoNormalLib NormalLibTt
|
||||
#define DoSharedLib SharedLibTt
|
||||
#define DoDebugLib DebugLibTt
|
||||
#define DoProfileLib ProfileLibTt
|
||||
#define LibName tt
|
||||
#define SoRev SOTTREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = $(TIRPCINC) -I../../lib
|
||||
|
||||
#ifdef RsArchitecture
|
||||
/* To get definitions of iswprint and iswspace */
|
||||
CXXEXTRA_DEFINES = -D_ILS_MACROS
|
||||
#endif
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in UTIL_OBJS and SHARED_UTIL_OBJS
|
||||
***/
|
||||
|
||||
SRCS = copyright.C tt_map_entry_utils.C \
|
||||
tt_Xlib.C tt_new.C \
|
||||
tt_audit.C tt_new_ptr.C \
|
||||
tt_base64.C tt_object.C \
|
||||
tt_enumname.C tt_object_list.C \
|
||||
tt_file_system.C tt_object_table.C \
|
||||
tt_file_system_entry_utils.C tt_path.C \
|
||||
tt_gettext.C tt_port.C \
|
||||
tt_global_env.C tt_string.C \
|
||||
tt_host.C tt_string_map.C \
|
||||
tt_host_equiv.C tt_string_map_utils.C \
|
||||
tt_host_equiv_utils.C tt_string_match.C \
|
||||
tt_host_utils.C tt_threadspecific.C \
|
||||
tt_int_rec.C tt_trace.C \
|
||||
tt_iostream.C tt_trace_parser.C \
|
||||
tt_ldpath.C tt_trace_stream.C \
|
||||
tt_log.C tt_tracefile_parse.C \
|
||||
tt_map_entry.C tt_xdr_utils.C \
|
||||
tt_entry_pt.C
|
||||
|
||||
OBJS = copyright.o tt_map_entry_utils.o \
|
||||
tt_Xlib.o tt_new.o \
|
||||
tt_audit.o tt_new_ptr.o \
|
||||
tt_base64.o tt_object.o \
|
||||
tt_enumname.o tt_object_list.o \
|
||||
tt_file_system.o tt_object_table.o \
|
||||
tt_file_system_entry_utils.o tt_path.o \
|
||||
tt_gettext.o tt_port.o \
|
||||
tt_global_env.o tt_string.o \
|
||||
tt_host.o tt_string_map.o \
|
||||
tt_host_equiv.o tt_string_map_utils.o \
|
||||
tt_host_equiv_utils.o tt_string_match.o \
|
||||
tt_host_utils.o tt_threadspecific.o \
|
||||
tt_int_rec.o tt_trace.o \
|
||||
tt_iostream.o tt_trace_parser.o \
|
||||
tt_ldpath.o tt_trace_stream.o \
|
||||
tt_log.o tt_tracefile_parse.o \
|
||||
tt_map_entry.o tt_xdr_utils.o \
|
||||
tt_entry_pt.o
|
||||
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SpecialCplusplusLibObjectRule(copyright,,$(TT_VERSION_DEFINE))
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,51 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:12:37 drk $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName isam
|
||||
#define LibHeaders NO
|
||||
#define LibInstall NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../tooltalk.tmpl"
|
||||
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
INCLUDES = $(TIRPCINC) -I.
|
||||
|
||||
SRCS = isaddindex.c isamaddindex.c isopen.c isamopen.c \
|
||||
isdelcurr.c isdelrec.c isamdelrec.c isbuild.c \
|
||||
isvars.c isrewrec.c iserase.c iscntl.c isstart.c \
|
||||
isaddprimary.c isrewcurr.c isclose.c isread.c \
|
||||
iswrite.c isamwrite.c issync.c isapplmr.c ismngfcb.c \
|
||||
issort.c ischange1key.c isfab.c isdiskbufs2.c isfd.c isbtree.c \
|
||||
isdel1key.c isfcb.c isfixrec.c issignals.c isapplmw.c \
|
||||
isfcbwatchfd.c isamhooks.c isfcbindex.c isalloc.c isbytearray.c \
|
||||
isdatconv.c isminmax.c isfname.c isvarrec.c isperm.c iserror.c \
|
||||
iskeycmp.c iskeycalc.c iskeyvalid.c isamerror.c iskeyaux.c \
|
||||
isfileio.c ispageio.c isdlink.c isbtree2.c \
|
||||
isbtree3.c isindfreel.c isindexconv.c isbsearch.c isadd1key.c \
|
||||
iskeyconv.c isversion.c isrepair.c iswrrec.c isrename.c \
|
||||
isindexinfo.c isgarbage.c iscurpos.c
|
||||
|
||||
OBJS = isaddindex.o isamaddindex.o isopen.o isamopen.o \
|
||||
isdelcurr.o isdelrec.o isamdelrec.o isbuild.o \
|
||||
isvars.o isrewrec.o iserase.o iscntl.o isstart.o \
|
||||
isaddprimary.o isrewcurr.o isclose.o isread.o \
|
||||
iswrite.o isamwrite.o issync.o isapplmr.o ismngfcb.o \
|
||||
issort.o ischange1key.o isfab.o isdiskbufs2.o isfd.o isbtree.o \
|
||||
isdel1key.o isfcb.o isfixrec.o issignals.o isapplmw.o \
|
||||
isfcbwatchfd.o isamhooks.o isfcbindex.o isalloc.o isbytearray.o \
|
||||
isdatconv.o isminmax.o isfname.o isvarrec.o isperm.o iserror.o \
|
||||
iskeycmp.o iskeycalc.o iskeyvalid.o isamerror.o iskeyaux.o \
|
||||
isfileio.o ispageio.o isdlink.o isbtree2.o \
|
||||
isbtree3.o isindfreel.o isindexconv.o isbsearch.o isadd1key.o \
|
||||
iskeyconv.o isversion.o isrepair.o iswrrec.o isrename.o \
|
||||
isindexinfo.o isgarbage.o iscurpos.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SpecialLibObjectRule(isversion.o,,$(TT_VERSION_DEFINE))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,53 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/7 1999/08/30 11:01:36 mgreess $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName stt
|
||||
#define LibHeaders NO
|
||||
#define LibInstall NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../tooltalk.tmpl"
|
||||
|
||||
DEFINES = $(TIRPC_DEFINES)
|
||||
INCLUDES = $(TIRPCINC) -I. -I../lib
|
||||
|
||||
|
||||
SRCS = \
|
||||
mp_ce_attrs.C mp_observer.C mp_observer_utils.C \
|
||||
mp_otype.C mp_otype_utils.C mp_ptype.C \
|
||||
mp_ptype_utils.C mp_rpc_implement.C mp_rpc_server.C \
|
||||
mp_rpc_server_utils.C \
|
||||
mp_s_file.C mp_s_file_utils.C \
|
||||
mp_s_message.C mp_s_message_utils.C mp_s_mp.C \
|
||||
mp_s_pattern.C mp_s_pattern_utils.C mp_s_procid.C \
|
||||
mp_s_procid_utils.C mp_s_msg_context.C mp_s_pat_context.C \
|
||||
mp_s_session.C mp_s_session_prop.C mp_s_session_utils.C \
|
||||
mp_s_xdr_functions.C mp_self_procid.C \
|
||||
mp_signature.C mp_signature_utils.C mp_typedb.C \
|
||||
mp_typedb_utils.C tt_isstrerror.C
|
||||
|
||||
|
||||
OBJS = \
|
||||
mp_ce_attrs.o mp_observer.o mp_observer_utils.o \
|
||||
mp_otype.o mp_otype_utils.o mp_ptype.o \
|
||||
mp_ptype_utils.o mp_rpc_implement.o mp_rpc_server.o \
|
||||
mp_rpc_server_utils.o \
|
||||
mp_s_file.o mp_s_file_utils.o \
|
||||
mp_s_message.o mp_s_message_utils.o mp_s_mp.o \
|
||||
mp_s_pattern.o mp_s_pattern_utils.o mp_s_procid.o \
|
||||
mp_s_procid_utils.o mp_s_msg_context.o mp_s_pat_context.o \
|
||||
mp_s_session.o mp_s_session_prop.o mp_s_session_utils.o \
|
||||
mp_s_xdr_functions.o mp_self_procid.o \
|
||||
mp_signature.o mp_signature_utils.o mp_typedb.o \
|
||||
mp_typedb_utils.o tt_isstrerror.o
|
||||
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user