Makefile revision 25c28e83beb90e7c80452a7c818c5e6f73a07dc8
261N/A#
261N/A# This file and its contents are supplied under the terms of the
261N/A# Common Development and Distribution License ("CDDL"), version 1.0.
261N/A# You may only use this file in accordance with the terms of version
261N/A# 1.0 of the CDDL.
261N/A#
261N/A# A full copy of the text of the CDDL should have accompanied this
261N/A# source. A copy of the CDDL is also available via the Internet at
261N/A# http://www.illumos.org/license/CDDL.
261N/A#
261N/A
261N/A#
261N/A# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
261N/A#
261N/A
261N/ALIBRARY= libm.a
261N/AVERS= .1
261N/A
261N/A# include common library definitions
261N/Ainclude $(SRC)/lib/Makefile.lib
844N/A
261N/ASUBDIRS = $(MACH)
261N/A$(BUILD64)SUBDIRS += $(MACH64)
261N/A
261N/Aall := TARGET= all
261N/Ainstall := TARGET= install
261N/Aclean := TARGET= clean
261N/Aclobber := TARGET= clobber
261N/Alint := TARGET= lint
844N/A
844N/A.KEEP_STATE:
261N/A
261N/A.PARALLEL: $(SUBDIRS)
261N/A
261N/Aall clean clobber install lint: $(SUBDIRS)
261N/A
313N/A$(SUBDIRS): FRC
261N/A @cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET)
261N/A
261N/AFRC:
261N/A
261N/Ainclude $(SRC)/lib/Makefile.targ
261N/A