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:
Jon Trulson
2021-07-03 18:15:30 -06:00
parent 727baab329
commit 369b3e89d9
214 changed files with 0 additions and 33986 deletions

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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),)

View File

@@ -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))

View File

@@ -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)

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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)

View File

@@ -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

View File

@@ -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))

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()