Makefile revision 24
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# CDDL HEADER START
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# The contents of this file are subject to the terms of the
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Common Development and Distribution License (the "License").
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# You may not use this file except in compliance with the License.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# See the License for the specific language governing permissions
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# and limitations under the License.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# When distributing Covered Code, include this CDDL HEADER in each
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# If applicable, add the following below this CDDL HEADER, with the
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# fields enclosed by brackets "[]" replaced with your own identifying
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# information: Portions Copyright [yyyy] [name of copyright owner]
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# CDDL HEADER END
d2ec54f7875f7e05edd56195adbeb593c947763fphitran# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Use is subject to license terms.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem#ident "$Hg$ SMI"
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# pkg/*.py -> /usr/lib/python2.4/vendor-packages/pkg/
18c2aff776a775d34a4c9893a4c72e0434d68e36artemROOTDIRS = $(ROOT) $(ROOTUSRBIN) $(ROOTUSRLIB) $(ROOTPYTHONPKG)/server
18c2aff776a775d34a4c9893a4c72e0434d68e36artemROOTPYMODS = $(PYMODS:pkg-modules/%=$(ROOTPYTHONPKG)/%)
d2ec54f7875f7e05edd56195adbeb593c947763fphitran $(PYSERVERMODS:pkg-modules/server/%=$(ROOTPYTHONPKG)/server/%)
18c2aff776a775d34a4c9893a4c72e0434d68e36arteminstall: $(ROOTDIRS) $(ROOTPROGS) $(ROOTPYMODS) $(ROOTPYSERVERMODS)
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# XXX link is a developer target to connect the local machine to the current
d2ec54f7875f7e05edd56195adbeb593c947763fphitran# repository's working copy's versions of the commands and modules.
d2ec54f7875f7e05edd56195adbeb593c947763fphitran ln -s $(PWD)/pkg-modules /usr/lib/python2.4/vendor-packages/pkg