xref: /illumos-gate/usr/src/lib/libdns_sd/Makefile (revision c65ebfc7045424bd04a6c7719a27b0ad3399ad54)
14b22b933Srs200217#
24b22b933Srs200217# CDDL HEADER START
34b22b933Srs200217#
44b22b933Srs200217# The contents of this file are subject to the terms of the
54b22b933Srs200217# Common Development and Distribution License (the "License").
64b22b933Srs200217# You may not use this file except in compliance with the License.
74b22b933Srs200217#
84b22b933Srs200217# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94b22b933Srs200217# or http://www.opensolaris.org/os/licensing.
104b22b933Srs200217# See the License for the specific language governing permissions
114b22b933Srs200217# and limitations under the License.
124b22b933Srs200217#
134b22b933Srs200217# When distributing Covered Code, include this CDDL HEADER in each
144b22b933Srs200217# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154b22b933Srs200217# If applicable, add the following below this CDDL HEADER, with the
164b22b933Srs200217# fields enclosed by brackets "[]" replaced with your own identifying
174b22b933Srs200217# information: Portions Copyright [yyyy] [name of copyright owner]
184b22b933Srs200217#
194b22b933Srs200217# CDDL HEADER END
204b22b933Srs200217#
214b22b933Srs200217# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
224b22b933Srs200217# Use is subject to license terms.
234b22b933Srs200217#
244b22b933Srs200217
254b22b933Srs200217include ../Makefile.lib
264b22b933Srs200217
274b22b933Srs200217HDR =		dns_sd.h
28*c65ebfc7SToomas SoomeHDRDIR =	$(SRC)/contrib/mDNSResponder/mDNSShared
294b22b933Srs200217SUBDIRS	=	$(MACH)
304b22b933Srs200217$(BUILD64)SUBDIRS += $(MACH64)
314b22b933Srs200217
324b22b933Srs200217all :=		TARGET = all
334b22b933Srs200217clean :=	TARGET = clean
344b22b933Srs200217clobber :=	TARGET = clobber
354b22b933Srs200217install	:=	TARGET = install
364b22b933Srs200217
374b22b933Srs200217.KEEP_STATE:
384b22b933Srs200217
39*c65ebfc7SToomas Soomeall install: install_h $(SUBDIRS)
404b22b933Srs200217
41*c65ebfc7SToomas Soomeclean clobber: $(SUBDIRS)
424b22b933Srs200217
434b22b933Srs200217ROOTHDRDIR=	$(ROOT)/usr/include
444b22b933Srs200217ROOTHDRS=	$(HDR:%=$(ROOTHDRDIR)/%)
454b22b933Srs200217
464b22b933Srs200217install_h:	$(ROOTHDRS)
474b22b933Srs200217
484b22b933Srs200217check:
494b22b933Srs200217
50*c65ebfc7SToomas Soome$(SUBDIRS): FRC
514b22b933Srs200217	@cd $@; pwd; $(MAKE) $(TARGET)
524b22b933Srs200217
534b22b933Srs200217FRC:
544b22b933Srs200217
554b22b933Srs200217include ../Makefile.targ
56