Makefile revision 71af3be340c57171837478555e2eb0d496318cfc
48N/A#
48N/A# CDDL HEADER START
48N/A#
48N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
48N/A# You may not use this file except in compliance with the License.
48N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
919N/A#
48N/A
48N/A# Copyright 2010, Richard Lowe
48N/A# Copyright 2014 Garrett D'Amore <garrett@damore.org>
70N/A# Copyright 2016, Joyent, Inc.
493N/A
48N/Ainclude $(SRC)/Makefile.master
48N/Ainclude ../../Makefile.tools
851N/A
48N/APYSRCS = \
911N/A CStyle.py \
911N/A Cddl.py \
911N/A CmtBlk.py \
911N/A Comments.py \
48N/A Copyright.py \
48N/A DbLookups.py \
48N/A HdrChk.py \
70N/A JStyle.py \
48N/A Keywords.py \
48N/A ManLint.py \
48N/A Mapfile.py \
48N/A ProcessCheck.py \
70N/A SpellCheck.py \
493N/A __init__.py
969N/A
493N/APYOBJS = $(PYSRCS:%.py=%.pyc)
947N/APYTOPDIR = $(ROOTONBLDLIB)
48N/APYMODDIR = onbld/Checks
920N/A
920N/Ainclude ../../Makefile.python
70N/A
70N/Aall: $(PYVERSOJBS)
70N/A
70N/Ainstall: all $(ROOTPYFILES)
70N/A
48N/Aclean:
clobber: clean pyclobber