Makefile.in 601 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
  3. # Use is subject to license terms.
  4. #
  5. # This Source Code Form is subject to the terms of the Mozilla Public
  6. # License, v. 2.0. If a copy of the MPL was not distributed with this
  7. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  8. #! gmake
  9. MOD_DEPTH = ..
  10. topsrcdir = @top_srcdir@
  11. srcdir = @srcdir@
  12. VPATH = @srcdir@
  13. include $(MOD_DEPTH)/config/autoconf.mk
  14. DIRS =
  15. ifeq ($(OS_TARGET),Linux)
  16. DIRS = linux
  17. endif
  18. ifeq ($(OS_TARGET),SunOS)
  19. DIRS = solaris
  20. endif
  21. publish::
  22. +$(LOOP_OVER_DIRS)
  23. include $(topsrcdir)/config/rules.mk