Makefile revision 70818f5837509317d1f5dac4d82d7b5a2d547c29
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# CDDL HEADER START
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# The contents of this file are subject to the terms of the
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# Common Development and Distribution License (the "License").
d3511d4ee6fc5f91223c3473297d5cb5bd08ca03Tripp# You may not use this file except in compliance with the License.
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# See the License for the specific language governing permissions
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# and limitations under the License.
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# When distributing Covered Code, include this CDDL HEADER in each
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# If applicable, add the following below this CDDL HEADER, with the
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# fields enclosed by brackets "[]" replaced with your own identifying
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# information: Portions Copyright [yyyy] [name of copyright owner]
d3511d4ee6fc5f91223c3473297d5cb5bd08ca03Tripp# CDDL HEADER END
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# Use is subject to license terms.
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp#ident "%Z%%M% %I% %E% SMI"
09688ec5ffb8b9cf9883a770e2f9ebd60b28888dTripp# include ../../sun4/chip/Makefile.chip
%.o: $(SUN4DIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
$(LINT.c) -c $<
# end of what would be body of ../../sun4/mem/Makefile.mem
%.o: $(PRIDIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
$(LINT.c) -c $<