lib/tt: add automake files
This commit is contained in:
24
cde/lib/tt/lib/Makefile.am
Normal file
24
cde/lib/tt/lib/Makefile.am
Normal file
@@ -0,0 +1,24 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = api db mp util tttk
|
||||
|
||||
include ../tooltalk.tmpl
|
||||
|
||||
lib_LTLIBRARIES = libtt.la
|
||||
|
||||
libtt_la_CFLAGS = $(TIRPCINC)
|
||||
|
||||
if AIX
|
||||
libtt_la_SOURCES = realpath.c
|
||||
else
|
||||
libtt_la_SOURCES =
|
||||
endif
|
||||
|
||||
libtt_la_LIBADD = api/c/libapi.la api/dnd/libdnd.la db/libdb.la mp/libmp.la \
|
||||
tttk/libtttk.la
|
||||
|
||||
if SUN
|
||||
libtt_la_LIBADD += -lnsl -lsocket -lintl -ldl -lc -lw
|
||||
endif
|
||||
|
||||
libDtMrm_la_LDFLAGS = -version-info 2:1:0
|
||||
3
cde/lib/tt/lib/api/Makefile.am
Normal file
3
cde/lib/tt/lib/api/Makefile.am
Normal file
@@ -0,0 +1,3 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = c dnd
|
||||
20
cde/lib/tt/lib/api/c/Makefile.am
Normal file
20
cde/lib/tt/lib/api/c/Makefile.am
Normal file
@@ -0,0 +1,20 @@
|
||||
ttdir = ${includedir}/Tt
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../../tooltalk.tmpl
|
||||
|
||||
tt_HEADERS = tt_c.h
|
||||
|
||||
noinst_LTLIBRARIES = libapi.la
|
||||
|
||||
libapi_la_CXXFLAGS = $(TIRPCINC) -I../../../lib
|
||||
|
||||
libapi_la_SOURCES = 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
|
||||
9
cde/lib/tt/lib/api/dnd/Makefile.am
Normal file
9
cde/lib/tt/lib/api/dnd/Makefile.am
Normal file
@@ -0,0 +1,9 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../../tooltalk.tmpl
|
||||
|
||||
noinst_LTLIBRARIES = libdnd.la
|
||||
|
||||
libdnd_la_CFLAGS = $(TIRPCINC) -I../..
|
||||
|
||||
libdnd_la_SOURCES = ttdnd.c
|
||||
24
cde/lib/tt/lib/db/Makefile.am
Normal file
24
cde/lib/tt/lib/db/Makefile.am
Normal file
@@ -0,0 +1,24 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../tooltalk.tmpl
|
||||
|
||||
noinst_LTLIBRARIES = libdb.la
|
||||
|
||||
libdb_la_CXXFLAGS = $(TIRPCINC) -I../../lib -I../../mini_isam
|
||||
|
||||
libdb_la_SOURCES = 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
|
||||
24
cde/lib/tt/lib/mp/Makefile.am
Normal file
24
cde/lib/tt/lib/mp/Makefile.am
Normal file
@@ -0,0 +1,24 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../tooltalk.tmpl
|
||||
|
||||
noinst_LTLIBRARIES = libmp.la
|
||||
|
||||
libmp_la_CXXFLAGS = $(TIRPCINC) -I../../lib -I../../mini_isam
|
||||
|
||||
libmpa_la_SOURCES = 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
|
||||
13
cde/lib/tt/lib/tttk/Makefile.am
Normal file
13
cde/lib/tt/lib/tttk/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
headerdir = ${prefix}/share/include/Tt
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../tooltalk.tmpl
|
||||
|
||||
header_HEADERS = tttk.h
|
||||
|
||||
noinst_LTLIBRARIES = libtttk.la
|
||||
|
||||
libtttk_la_SOURCES = ttdesktop.C ttdtfile.C ttdtprocid.C \
|
||||
ttmedia.C tttk.C tttk2free.C \
|
||||
tttkmessage.C tttkpattern.C tttkutils.C
|
||||
Reference in New Issue
Block a user