remove net-snmp from components.mk
[unleashed-userland.git] / tools / Makefile
blob1b1efe22fffd9de78dd7196d337c8a1c0b80b086
2 # CDDL HEADER START
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]
19 # CDDL HEADER END
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
33 # loops
34 links:
35 @$(MKDIR) parfait
36 @for i in cc CC gcc g++ ld ; do \
37 $(MKDIR) parfait ; \
38 $(RM) parfait/$$i ; \
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 ; \
47 done
49 pkglint:
50 @rm -f pkglint
51 @sed -e "s,WS_TOP_XXX,$(WS_TOP)/$(MACH)," \
52 < pkglint.sh \
53 > pkglint
54 @chmod +x pkglint
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 $@ $<
63 time-%.so: time-%.o
64 @$(LD) -G -o $@ $< -lc
66 clean:
67 @$(RM) time-*.o time*.bc
68 @$(RM) pkglint
70 clobber: clean
71 @$(RM) time-*.so python/pkglint/*.pyc
72 @$(RM) -r parfait