Files
cdesktop/cde/lib/tt/bin/ttauth/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

22 lines
366 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = ttauth
ttauth_CFLAGS = -I../../slib -I../../lib -DSIGNALRETURNSINT
ttauth_LDADD = $(LIBTT) $(X_LIBS)
if LINUX
ttauth_LDADD += $(TIRPCLIB) $(XTOOLLIB)
endif
if SOLARIS
ttauth_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
endif
if OPENBSD
ttauth_LDADD += $(XTOOLLIB)
endif
ttauth_SOURCES = ttauth.c process.c