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