lib/tt: add automake files
This commit is contained in:
23
cde/lib/tt/bin/tttrace/Makefile.am
Normal file
23
cde/lib/tt/bin/tttrace/Makefile.am
Normal file
@@ -0,0 +1,23 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../tooltalk.tmpl
|
||||
|
||||
bin_PROGRAMS = tttrace
|
||||
|
||||
tttrace_CXXFLAGS = $(TIRPCINC) -I../../lib
|
||||
|
||||
tttrace_LDADD = $(LIBTT) $(X_LIBS)
|
||||
|
||||
if LINUX
|
||||
tttrace_LDADD += $(TIRPCLIB) $(XTOOLLIB)
|
||||
endif
|
||||
|
||||
if SUN
|
||||
tttrace_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
|
||||
endif
|
||||
|
||||
if OPENBSD
|
||||
tttrace_LDADD += $(XTOOLLIB)
|
||||
endif
|
||||
|
||||
tttrace_SOURCES = tttrace.C tttrace_objs.C
|
||||
Reference in New Issue
Block a user