xref: /onnv-gate/usr/src/lib/libdscp/Makefile (revision 2522:79989c8fe091)
11772Sjl139090#
21772Sjl139090# CDDL HEADER START
31772Sjl139090#
41772Sjl139090# The contents of this file are subject to the terms of the
51772Sjl139090# Common Development and Distribution License (the "License").
61772Sjl139090# You may not use this file except in compliance with the License.
71772Sjl139090#
81772Sjl139090# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91772Sjl139090# or http://www.opensolaris.org/os/licensing.
101772Sjl139090# See the License for the specific language governing permissions
111772Sjl139090# and limitations under the License.
121772Sjl139090#
131772Sjl139090# When distributing Covered Code, include this CDDL HEADER in each
141772Sjl139090# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151772Sjl139090# If applicable, add the following below this CDDL HEADER, with the
161772Sjl139090# fields enclosed by brackets "[]" replaced with your own identifying
171772Sjl139090# information: Portions Copyright [yyyy] [name of copyright owner]
181772Sjl139090#
191772Sjl139090# CDDL HEADER END
201772Sjl139090#
211772Sjl139090#
221772Sjl139090# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
231772Sjl139090# Use is subject to license terms.
241772Sjl139090#
25*2522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
261772Sjl139090#
271772Sjl139090
281772Sjl139090include ../Makefile.lib
291772Sjl139090
30*2522SrafSUBDIRS=	sparc svc
311772Sjl139090
321772Sjl139090all	:= TARGET= all
331772Sjl139090install	:= TARGET= install
341772Sjl139090clean	:= TARGET= clean
351772Sjl139090clobber	:= TARGET= clobber
361772Sjl139090lint	:= TARGET= lint
371772Sjl139090
381772Sjl139090# definitions for install_h target
391772Sjl139090HDRS=		libdscp.h
401772Sjl139090ROOTHDRDIR=	$(ROOT)/usr/include
411772Sjl139090ROOTHDRS=	$(HDRS:%=$(ROOTHDRDIR)/%)
421772Sjl139090CHECKHDRS=	$(HDRS:%.h=%.check)
431772Sjl139090
441772Sjl139090.KEEP_STATE:
451772Sjl139090
461772Sjl139090all install clean clobber lint: $(SUBDIRS)
471772Sjl139090
481772Sjl139090# install rule for install_h target
491772Sjl139090
501772Sjl139090$(ROOTHDRDIR)/%: %
511772Sjl139090	$(INS.file)
521772Sjl139090
531772Sjl139090install_h: $(ROOTHDRS)
541772Sjl139090
551772Sjl139090check: $(CHECKHDRS)
561772Sjl139090
57*2522Sraf$(SUBDIRS): FRC
581772Sjl139090	@cd $@; pwd; $(MAKE) $(TARGET)
591772Sjl139090
601772Sjl139090FRC:
61