usr/src/cmd/Makefile
author Cyril Plisko <cyril.plisko@grigale.com>
Thu, 16 Jun 2011 03:13:25 -0700
changeset 82 9d61c9ecee9c
parent 80 ffd98b71d008
child 84 6902ad00c313
permissions -rw-r--r--
Import sfw build 167 Bugs Fixed ---------- 7017005 OpenSSL PKCS#11 engine not picking up all hardware crypto implementations. 7032822 remove OpenSSL 0.9.8 libraries from S11 7035509 Update S-Lang to version 2.2.4 7045290 next on As The Gate Churns - more things move from sfw to userland/foss 7045728 php build fails frequently now 7046088 sfw doesn't build on 165

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
#
# ident	"@(#)Makefile	1.206	11/05/16 SMI"
#

#
# cmd/Makefile
#
# include global definitions
include ../Makefile.master

#	Commands are listed one per line so that TeamWare can
#	auto-merge most changes.
#
#	Note that some commands are first in the list, violating
#	alphabetical order.  This is because they are very long-running
#	and should be given the most wall-clock time for a parallel build.

COMMON_SUBDIRS= \
	gcc \
	binutils \
	aget \
	apr/apr-1.3 \
	apr-util/apr-util-1.3 \
	apache2 \
	apache2-modperl \
	areca \
	awstats \
	bcc \
	beanshell \
	bonnieplus \
	bvi \
	bwm-ng \
	clisp \
	cmake \
	conflict \
	convmv \
	dosbox \
	dwdiff \
	ejabberd \
	erlang \
	fetchmail \
	foomatic-db \
	foomatic-db-engine \
	foomatic-filters \
	foomatic-ppd \
	freeipmi \
	flex \
	gdb \
	grails \
	gnupg \
	gocr \
	gpgme \
	httping \
	idzebra \
	iftop \
	iozone \
	iperf \
	ircii \
	jedit \
	jruby \
	konkretcmpi \
	lablgtk \
	lighttpd14 \
	links \
	mrxvt \
	cdrtools \
	mutt \
	mysql-5-0 \
	mysql-5-1 \
	mysql-5-0-jdbc \
	nethack \
	net-snmp \
	ofusr \
	openldap \
	pconsole \
	pdsh \
	pen \
	perl510 \
	perl-pmtools \
	php5 \
	pinentry \
	powerman \
	privoxy \
	pv \
	pylint \
	quagga \
	quilt \
	rdiff-backup \
	rpm2cpio \
	rtorrent \
	samba \
	sane-frontends \
	sblim-wbemcli \
	shmux \
	simplewbem \
	slrn \
	spawn-fcgi \
	stunnel \
	sudo \
	sysbench \
	unrar \
	unison \
	webmin

i386_SUBDIRS=

sparc_SUBDIRS=

all :=		TARGET= all
install :=	TARGET= install
clean :=	TARGET= clean
clobber :=	TARGET= clobber
lint :=		TARGET= lint
meta-check :=		TARGET= meta-check
component-hook :=	TARGET= component-hook

SUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)

.PARALLEL:	$(SUBDIRS)

all install clean clobber lint meta-check component-hook: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS)

$(FIRST_SUBDIRS) $(SUBDIRS): FRC
	@cd $@; echo "$(TARGET) \c"; pwd; $(MAKE) $(MAKEFILE) $(TARGET)


foomatic-db-engine:	foomatic-db
apr-util/apr-util-1.3: apr/apr-1.3 mysql-5-1
apache2: apr-util/apr-util-1.3
apache2-modperl: apache2
php5: apache2 mysql-5-1
lighttpd14: mysql-5-1
sysbench: mysql-5-1
gpgme: gnupg

FRC: