Makefile.in 470 B

12345678910111213141516171819202122232425
  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. export NSPR20=1
  12. include $(topsrcdir)/config/config.mk
  13. DIRS = include src
  14. include $(topsrcdir)/config/rules.mk
  15. export:: $(TARGETS)