usr/src/tools/onbld/Checks/Makefile
changeset 8744 03d5725cda56
parent 7078 935563142864
child 9919 939a08fcdd44
equal deleted inserted replaced
8743:05a024aa481c 8744:03d5725cda56
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
       
    26 # ident	"%Z%%M%	%I%	%E% SMI"
       
    27 #
    25 #
    28 
    26 
    29 include $(SRC)/Makefile.master
    27 include $(SRC)/Makefile.master
    30 include ../../Makefile.tools
    28 include ../../Makefile.tools
    31 
    29 
    32 PYSRCS= \
    30 PYSRCS= \
    33 	CStyle.py	\
    31 	CStyle.py	\
    34 	Cddl.py		\
    32 	Cddl.py		\
       
    33 	CmtBlk.py	\
    35 	Comments.py	\
    34 	Comments.py	\
    36 	Copyright.py	\
    35 	Copyright.py	\
    37 	DbLookups.py	\
    36 	DbLookups.py	\
    38 	HdrChk.py	\
    37 	HdrChk.py	\
    39 	JStyle.py	\
    38 	JStyle.py	\
    40 	Keywords.py	\
    39 	Keywords.py	\
       
    40 	Mapfile.py		\
    41 	ProcessCheck.py \
    41 	ProcessCheck.py \
    42 	Rti.py		\
    42 	Rti.py		\
    43 	__init__.py
    43 	__init__.py
    44 
    44 
    45 PYOBJS = $(PYSRCS:%.py=%.pyc)
    45 PYOBJS = $(PYSRCS:%.py=%.pyc)