xref: /illumos-gate/usr/src/lib/libsip/Makefile (revision 241c90a0)
140cb5e5dSvi117747#
240cb5e5dSvi117747# CDDL HEADER START
340cb5e5dSvi117747#
440cb5e5dSvi117747# The contents of this file are subject to the terms of the
540cb5e5dSvi117747# Common Development and Distribution License (the "License").
640cb5e5dSvi117747# You may not use this file except in compliance with the License.
740cb5e5dSvi117747#
840cb5e5dSvi117747# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
940cb5e5dSvi117747# or http://www.opensolaris.org/os/licensing.
1040cb5e5dSvi117747# See the License for the specific language governing permissions
1140cb5e5dSvi117747# and limitations under the License.
1240cb5e5dSvi117747#
1340cb5e5dSvi117747# When distributing Covered Code, include this CDDL HEADER in each
1440cb5e5dSvi117747# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1540cb5e5dSvi117747# If applicable, add the following below this CDDL HEADER, with the
1640cb5e5dSvi117747# fields enclosed by brackets "[]" replaced with your own identifying
1740cb5e5dSvi117747# information: Portions Copyright [yyyy] [name of copyright owner]
1840cb5e5dSvi117747#
1940cb5e5dSvi117747# CDDL HEADER END
2040cb5e5dSvi117747#
2140cb5e5dSvi117747# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2240cb5e5dSvi117747# Use is subject to license terms.
2340cb5e5dSvi117747#
2440cb5e5dSvi117747
2540cb5e5dSvi117747include ../Makefile.lib
2640cb5e5dSvi117747
2740cb5e5dSvi117747HDRS = sip.h
2840cb5e5dSvi117747HDRDIR = common
2940cb5e5dSvi117747SUBDIRS = $(MACH)
3040cb5e5dSvi117747$(BUILD64)SUBDIRS += $(MACH64)
3140cb5e5dSvi117747
3240cb5e5dSvi117747all	:= TARGET= all
3340cb5e5dSvi117747clean	:= TARGET= clean
3440cb5e5dSvi117747clobber	:= TARGET= clobber
3540cb5e5dSvi117747install	:= TARGET= install
3640cb5e5dSvi117747
3740cb5e5dSvi117747.KEEP_STATE:
3840cb5e5dSvi117747
39*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
4040cb5e5dSvi117747
4140cb5e5dSvi117747install_h:	$(ROOTHDRS)
4240cb5e5dSvi117747
4340cb5e5dSvi117747check:	$(CHECKHDRS)
4440cb5e5dSvi117747
4540cb5e5dSvi117747$(SUBDIRS): FRC
4640cb5e5dSvi117747	@cd $@; pwd; $(MAKE) $(TARGET)
4740cb5e5dSvi117747
4840cb5e5dSvi117747FRC:
4940cb5e5dSvi117747
5040cb5e5dSvi117747include ../Makefile.targ
51