/crypto/heimdal/tests/plugin/Makefile.am

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 43 lines · 30 code · 12 blank · 1 comment · 0 complexity · 8fb595530437859e79c41d3422f3c3de MD5 · raw file

  1. # $Id: Makefile.am 20202 2007-02-08 00:59:47Z lha $
  2. include $(top_srcdir)/Makefile.am.common
  3. noinst_DATA = krb5.conf
  4. SCRIPT_TESTS = check-pac
  5. TESTS = $(SCRIPT_TESTS)
  6. port = 49188
  7. do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
  8. -e 's,[@]port[@],$(port),g' \
  9. -e 's,[@]objdir[@],$(top_builddir)/tests/plugin,g' \
  10. -e 's,[@]EGREP[@],$(EGREP),g'
  11. LDADD = ../../lib/krb5/libkrb5.la $(LIB_roken)
  12. check-pac: check-pac.in Makefile
  13. $(do_subst) < $(srcdir)/check-pac.in > check-pac.tmp
  14. chmod +x check-pac.tmp
  15. mv check-pac.tmp check-pac
  16. krb5.conf: krb5.conf.in Makefile
  17. $(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
  18. mv krb5.conf.tmp krb5.conf
  19. lib_LTLIBRARIES = windc.la
  20. windc_la_SOURCES = windc.c
  21. windc_la_LDFLAGS = -module
  22. CLEANFILES= \
  23. $(TESTS) \
  24. server.keytab \
  25. current-db* \
  26. foopassword \
  27. krb5.conf krb5.conf.tmp \
  28. messages.log
  29. EXTRA_DIST = \
  30. check-pac.in \
  31. krb5.conf.in