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,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()
|
||||
Reference in New Issue
Block a user