Makefile.in 638 B

12345678910111213141516171819202122232425262728
  1. #
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. #! gmake
  6. MOD_DEPTH = ../..
  7. topsrcdir = @top_srcdir@
  8. srcdir = @srcdir@
  9. VPATH = @srcdir@
  10. include $(MOD_DEPTH)/config/autoconf.mk
  11. DIRS = md private obsolete
  12. include $(topsrcdir)/config/config.mk
  13. HEADERS = $(wildcard $(srcdir)/*.h)
  14. RELEASE_HEADERS = $(HEADERS)
  15. RELEASE_HEADERS_DEST = $(RELEASE_INCLUDE_DIR)
  16. include $(topsrcdir)/config/rules.mk
  17. export:: $(RELEASE_HEADERS)
  18. $(INSTALL) -m 444 $(RELEASE_HEADERS) $(dist_includedir)