Makefile revision 433
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# CDDL HEADER START
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# The contents of this file are subject to the terms of the
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# Common Development and Distribution License (the "License").
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# You may not use this file except in compliance with the License.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# See the License for the specific language governing permissions
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# and limitations under the License.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# When distributing Covered Code, include this CDDL HEADER in each
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# If applicable, add the following below this CDDL HEADER, with the
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# fields enclosed by brackets "[]" replaced with your own identifying
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# information: Portions Copyright [yyyy] [name of copyright owner]
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# CDDL HEADER END
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major# Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Majordownload setup prep build install publish validate: time-$(MACH32).so \
2fe1e6ab330f5f88e97684012ff29cde7e61c9c4Dirk Hogantime-$(MACH32).o time-$(MACH64).o: CFLAGS += -Kpic
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Majortime-%.so: time-%.o
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major $(LD) -G -o $@ $<