4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
24 include ..
/make-rules
/shared-macros.mk
26 #download setup prep build install publish \
27 #validate: links pkglint time-$(MACH32).so time-$(MACH64).so
28 download setup prep build
install publish validate
: pkglint time-
$(MACH32
).so time-
$(MACH64
).so
30 # generate wrappers for parfait. we need to generate them
31 # with the correct compiler variables from the common makefiles because
32 # some things reset the environment which causes lovely infinite
36 @for i in
cc CC gcc g
++ ld ; do \
39 echo
"#!/bin/ksh" > parfait
/$$i ; \
40 echo
"IFS=" >> parfait
/$$i ; \
41 echo
"export PARFAIT_NATIVESUNCC=$(SPRO_VROOT)/bin/cc" >> parfait
/$$i ; \
42 echo
"export PARFAIT_NATIVESUNCXX=$(SPRO_VROOT)/bin/CC" >> parfait
/$$i ; \
43 echo
"export PARFAIT_NATIVEGCC=$(GCC_ROOT)/bin/gcc" >> parfait
/$$i ; \
44 echo
"export PARFAIT_NATIVEGXX=$(GCC_ROOT)/bin/g++" >> parfait
/$$i ; \
45 echo
"exec" $(PARFAIT_ROOT
)/bin
/parfait-
$$i '$$*' >> parfait
/$$i ; \
46 chmod
+x parfait
/$$i ; \
51 @sed
-e
"s,WS_TOP_XXX,$(WS_TOP)/$(MACH)," \
57 time-
$(MACH64
).o
: BITS
=64
58 time-
$(MACH32
).o time-
$(MACH64
).o
: CFLAGS
+= $(CC_PIC
)
60 time-
$(MACH32
).o time-
$(MACH64
).o
: time.c
61 @
$(CC
) $(CFLAGS
) -c
-o
$@
$<
67 @
$(RM
) time-
*.o time
*.bc
71 @
$(RM
) time-
*.so python
/pkglint
/*.pyc