Makefile.in (601B)
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 9 #! gmake 10 11 MOD_DEPTH = .. 12 topsrcdir = @top_srcdir@ 13 srcdir = @srcdir@ 14 VPATH = @srcdir@ 15 16 include $(MOD_DEPTH)/config/autoconf.mk 17 18 DIRS = 19 ifeq ($(OS_TARGET),Linux) 20 DIRS = linux 21 endif 22 ifeq ($(OS_TARGET),SunOS) 23 DIRS = solaris 24 endif 25 26 publish:: 27 +$(LOOP_OVER_DIRS) 28 29 include $(topsrcdir)/config/rules.mk