Files
cdesktop/cde/lib/tt/bin/ttauth/Makefile.am
Jon Trulson 00dcd9c63d FreeBSD 12: get CDE to build and run
With this patch, CDE (autotools) builds and runs on fbsd 12 now.
fbsd11 should work too, but not yet tested.

You must use gmake - ie:

./configure MAKE=gmake
gmake

Seems all of the BSD's will need to use gmake for now.
2020-01-04 16:26:46 -07:00

22 lines
361 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 BSD
ttauth_LDADD += $(XTOOLLIB)
endif
ttauth_SOURCES = ttauth.c process.c