Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# CDDL HEADER START
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# The contents of this file are subject to the terms of the
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# Common Development and Distribution License, Version 1.0 only
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# (the "License"). You may not use this file except in compliance
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# with the License.
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# See the License for the specific language governing permissions
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# and limitations under the License.
d2854acf6eef44cf0aca645de3a37cca1388f51aDav Glass# When distributing Covered Code, include this CDDL HEADER in each
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# If applicable, add the following below this CDDL HEADER, with the
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# fields enclosed by brackets "[]" replaced with your own identifying
beae2c1bcdd24bf81c3ce3774966c9928b4a4637Jenny Donnelly# information: Portions Copyright [yyyy] [name of copyright owner]
gsp.o \
utils.o \
spi.o \
pool.o \
gsp.h \
pool.h \
spi.h \
$(POST_PROCESS)
$(RM) *.o
%.hcheck: %.h
$(DOT_H_CHECK)
%.check: %.c
$(DOT_C_CHECK)
$(RM) $@