Files
cdesktop/cde/lib/tt/bin/tttar/Imakefile
Jon Trulson 17101b6f4c Enable TIRPC support for Linux
This is enabled by default.  To disable, add:

in the config/cf/site.def or host.def file.

You will need to have the libtirpc-dev package installed.

The benefit is that you will no longer need to run rpcbind in insecure
mode (the -i option).  There are other benefits we may be able to take
advantage of in the future, like supporting IPV6 for ToolTalk.
2018-04-12 21:00:34 -06:00

46 lines
1.0 KiB
Plaintext

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