Makefile revision 71af3be340c57171837478555e2eb0d496318cfc
542N/A#
542N/A# CDDL HEADER START
810N/A#
810N/A# The contents of this file are subject to the terms of the
542N/A# Common Development and Distribution License (the "License").
542N/A# You may not use this file except in compliance with the License.
919N/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.
542N/A#
542N/A
542N/A# Copyright 2010, Richard Lowe
542N/A# Copyright 2014 Garrett D'Amore <garrett@damore.org>
542N/A# Copyright 2016, Joyent, Inc.
542N/A
542N/Ainclude $(SRC)/Makefile.master
542N/Ainclude ../../Makefile.tools
542N/A
542N/APYSRCS = \
810N/A CStyle.py \
542N/A Cddl.py \
810N/A CmtBlk.py \
810N/A Comments.py \
810N/A Copyright.py \
542N/A DbLookups.py \
851N/A HdrChk.py \
542N/A JStyle.py \
542N/A Keywords.py \
542N/A ManLint.py \
542N/A Mapfile.py \
542N/A ProcessCheck.py \
542N/A SpellCheck.py \
542N/A __init__.py
542N/A
542N/APYOBJS = $(PYSRCS:%.py=%.pyc)
542N/APYTOPDIR = $(ROOTONBLDLIB)
542N/APYMODDIR = onbld/Checks
542N/A
851N/Ainclude ../../Makefile.python
851N/A
851N/Aall: $(PYVERSOJBS)
542N/A
851N/Ainstall: all $(ROOTPYFILES)
542N/A
851N/Aclean:
542N/A
clobber: clean pyclobber