lib/tt: add automake files
This commit is contained in:
29
cde/lib/tt/bin/shell/Makefile.am
Normal file
29
cde/lib/tt/bin/shell/Makefile.am
Normal file
@@ -0,0 +1,29 @@
|
||||
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 SUN
|
||||
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
|
||||
Reference in New Issue
Block a user