Makefile revision 310
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# CDDL HEADER START
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# The contents of this file are subject to the terms of the
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# Common Development and Distribution License (the "License").
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# You may not use this file except in compliance with the License.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# See the License for the specific language governing permissions
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# and limitations under the License.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# When distributing Covered Code, include this CDDL HEADER in each
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# If applicable, add the following below this CDDL HEADER, with the
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# CDDL HEADER END
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# Use is subject to license terms.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# pkg/*.py -> /usr/lib/python2.4/vendor-packages/pkg/
ef421f66f47224a42073deaf087378c5d0c9952eEvan HuntROOTMANIFEST = $(ROOT)/var/svc/manifest/application
ef421f66f47224a42073deaf087378c5d0c9952eEvan HuntLINKPYTHONPKG = /usr/lib/python2.4/vendor-packages/pkg
PYPUBLISHMODS = \
PYBUNDLEMODS = \
PYPORTABLEMODS = \
ROOTPYACTIONMODS = \
ROOTPYSERVERMODS = \
ROOTPYCLIENTMODS = \
ROOTPYBUNDLEMODS = \
ROOTPYCALLMODS = \
$(ROOTPYMODS:%.py=%.pyc) \
$(ROOTPYACTIONMODS:%.py=%.pyc) \
$(ROOTPYSERVERMODS:%.py=%.pyc) \
$(ROOTPYPUBLISHMODS:%.py=%.pyc) \
$(ROOTPYCLIENTMODS:%.py=%.pyc) \
$(ROOTPYBUNDLEMODS:%.py=%.pyc) \
$(ROOTPYPORTABLEMODS:%.py=%.pyc)
ROOTCOMPONENTS = \
$(ROOTDIRS) \
$(ROOTPROGS) \
$(ROOTPYMODS) \
$(ROOTPYACTIONMODS) \
$(ROOTPYSERVERMODS) \
$(ROOTPYPUBLISHMODS) \
$(ROOTPYCLIENTMODS) \
$(ROOTPYACTIONMODS) \
$(ROOTPYBUNDLEMODS) \
$(ROOTPYPORTABLEMODS) \
$(ROOTPYCALLMODS) \
test := TARGET = test
link:
test-verbose: test
$(ROOT):
$(ROOTUSRBIN)/%: %
$(ROOTUSRLIB)/%: %
$(ROOTMANIFEST)/%: %