Makefile revision 1
246N/A#
246N/A# CDDL HEADER START
246N/A#
246N/A# The contents of this file are subject to the terms of the
246N/A# Common Development and Distribution License (the "License").
246N/A# You may not use this file except in compliance with the License.
246N/A#
246N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
246N/A# or http://www.opensolaris.org/os/licensing.
246N/A# See the License for the specific language governing permissions
246N/A# and limitations under the License.
246N/A#
246N/A# When distributing Covered Code, include this CDDL HEADER in each
246N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
246N/A# If applicable, add the following below this CDDL HEADER, with the
246N/A# fields enclosed by brackets "[]" replaced with your own identifying
246N/A# information: Portions Copyright [yyyy] [name of copyright owner]
246N/A#
246N/A# CDDL HEADER END
246N/A#
246N/A
246N/A#
246N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
246N/A#
246N/A
246N/Ainclude $(SRC)/Makefile.master
246N/Ainclude ../../Makefile.tools
246N/A
246N/APYSRCS = \
246N/A __init__.py \
246N/A Backup.py \
246N/A Version.py \
246N/A WorkSpace.py
246N/A
246N/APYOBJS = $(PYSRCS:%.py=%.pyc)
246N/APYTOPDIR = $(ROOTONBLDLIB)
246N/APYMODDIR = onbld/Scm
246N/A
246N/Ainclude ../../Makefile.python
246N/A
246N/Aall: $(PYVERSOBJS)
246N/A
246N/Ainstall: all $(ROOTPYFILES)
246N/A
246N/Aclean:
246N/A
246N/Aclobber: clean pyclobber
246N/A