xref: /illumos-gate/usr/src/lib/libtsalarm/Makefile (revision 241c90a0)
14a6822d0Swillard#
24a6822d0Swillard# CDDL HEADER START
34a6822d0Swillard#
44a6822d0Swillard# The contents of this file are subject to the terms of the
54a6822d0Swillard# Common Development and Distribution License (the "License").
64a6822d0Swillard# You may not use this file except in compliance with the License.
74a6822d0Swillard#
84a6822d0Swillard# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94a6822d0Swillard# or http://www.opensolaris.org/os/licensing.
104a6822d0Swillard# See the License for the specific language governing permissions
114a6822d0Swillard# and limitations under the License.
124a6822d0Swillard#
134a6822d0Swillard# When distributing Covered Code, include this CDDL HEADER in each
144a6822d0Swillard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154a6822d0Swillard# If applicable, add the following below this CDDL HEADER, with the
164a6822d0Swillard# fields enclosed by brackets "[]" replaced with your own identifying
174a6822d0Swillard# information: Portions Copyright [yyyy] [name of copyright owner]
184a6822d0Swillard#
194a6822d0Swillard# CDDL HEADER END
204a6822d0Swillard#
214a6822d0Swillard#
224a6822d0Swillard# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
234a6822d0Swillard# Use is subject to license terms.
244a6822d0Swillard#
254a6822d0Swillard
264a6822d0Swillardinclude $(SRC)/lib/Makefile.lib
274a6822d0Swillard
284a6822d0SwillardSUBDIRS	=	$(MACH)
294a6822d0Swillard
304a6822d0Swillardall :=		TARGET= all
314a6822d0Swillardclean :=	TARGET= clean
324a6822d0Swillardclobber :=	TARGET= clobber
334a6822d0Swillardinstall :=	TARGET= install
344a6822d0Swillardinstall_h :=	TARGET= install_h
354a6822d0Swillard
364a6822d0Swillard.KEEP_STATE:
374a6822d0Swillard
38*241c90a0SRichard Loweall clean clobber install_h: $(SUBDIRS)
394a6822d0Swillard
404a6822d0Swillardinstall	:	$(SUBDIRS)
414a6822d0Swillard
424a6822d0Swillard$(SUBDIRS): FRC
434a6822d0Swillard	@cd $@; pwd; $(MAKE) $(TARGET)
444a6822d0Swillard
454a6822d0SwillardFRC:
464a6822d0Swillard
474a6822d0Swillardinclude $(SRC)/lib/Makefile.targ
48