michael@0: # michael@0: # Copyright 2005 Sun Microsystems, Inc. All rights reserved. michael@0: # Use is subject to license terms. michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: #! gmake michael@0: michael@0: MOD_DEPTH = .. michael@0: topsrcdir = @top_srcdir@ michael@0: srcdir = @srcdir@ michael@0: VPATH = @srcdir@ michael@0: michael@0: include $(MOD_DEPTH)/config/autoconf.mk michael@0: michael@0: DIRS = michael@0: ifeq ($(OS_TARGET),Linux) michael@0: DIRS = linux michael@0: endif michael@0: ifeq ($(OS_TARGET),SunOS) michael@0: DIRS = solaris michael@0: endif michael@0: michael@0: publish:: michael@0: +$(LOOP_OVER_DIRS) michael@0: michael@0: include $(topsrcdir)/config/rules.mk