We also remove sun pro specific options, and do some general cleanup as well as remove hardcoded library refs like -lXm, -lXext, etc...
14 lines
247 B
Makefile
14 lines
247 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
bin_PROGRAMS = tttrace
|
|
|
|
tttrace_CXXFLAGS = -I../../lib
|
|
|
|
tttrace_LDADD = $(LIBTT) $(TIRPCLIB) $(XTOOLLIB)
|
|
|
|
if SOLARIS
|
|
tttrace_LDADD += -ldl -lintl -lsocket -lnsl
|
|
endif
|
|
|
|
tttrace_SOURCES = tttrace.C tttrace_objs.C
|