Files
cdesktop/cde/lib/tt/bin/shell/Makefile.am
Jon Trulson 1d7ed3a17e autotools: many fixups, SUN->SOLARIS, typos, etc
This should allow an autoregen and ./confiure to work.  We only
generate Makefiles for lib/* and ./Makefile for now.  We'll ad more as
we go along.

Make still fails as we need to figure out TT - tirpc lib, rpcgen,
etc.  But it's a start!
2019-10-23 17:34:55 -06:00

30 lines
489 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
include ../../tooltalk.tmpl
bin_PROGRAMS = ttmv ttrm ttcp ttrmdir
AM_CXXFLAGS = -I../../lib $(TIRPCINC) $(TT_VERSION_DEFINE)
AM_LDADD = $(LIBTT) $(X_LIBS)
if LINUX
AM_LDADD += $(TIRPCLIB) $(XTOOLLIB)
endif
if SOLARIS
AM_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
endif
if OPENBSD
AM_LDADD += $(XTOOLLIB)
endif
ttmv_SOURCES = ttmv.C mover.C
ttrm_SOURCES = ttrm.C remover.C
ttcp_SOURCES = ttcp.C copier.C
ttrmdir_SOURCES = ttrm.C remover.C