Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/sgs/tools/Makefile.targ
+++ new/usr/src/cmd/sgs/tools/Makefile.targ
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License, Version 1.0 only
6 6 # (the "License"). You may not use this file except in compliance
7 7 # with the License.
8 8 #
9 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 10 # or http://www.opensolaris.org/os/licensing.
11 11 # See the License for the specific language governing permissions
12 12 # and limitations under the License.
13 13 #
14 14 # When distributing Covered Code, include this CDDL HEADER in each
15 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 16 # If applicable, add the following below this CDDL HEADER, with the
17 17 # fields enclosed by brackets "[]" replaced with your own identifying
18 18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 19 #
20 20 # CDDL HEADER END
21 21 #
22 22 #
23 23 #
24 24 # Copyright 2003 Sun Microsystems, Inc. All rights reserved.
25 25 # Use is subject to license terms.
26 26 #
27 27
28 28
29 29 $(ROOTDIR)/bin/%: %
30 30 $(INS.file)
31 31
32 32 $(ROOTDIR)/lib/%: %
33 33 $(INS.file)
34 34
35 35 sgsmsg: $(SGSMSG_OBJS)
36 36 $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) \
37 37 -o $@ $(SGSMSG_OBJS)
38 38
39 39 sgsmsg.o: ../common/sgsmsg.c
40 40 $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c ../common/sgsmsg.c
↓ open down ↓ |
40 lines elided |
↑ open up ↑ |
41 41
42 42 string_table.o: ../common/string_table.c
43 43 $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c \
44 44 ../common/string_table.c
45 45
46 46 avl.o: $(VAR_AVLDIR)/avl.c
47 47 $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c \
48 48 $(VAR_AVLDIR)/avl.c
49 49
50 50 piglatin: ../common/piglatin.c
51 - $(NATIVECC) $(NATIVE_CFLAGS) -o $@ ../common/piglatin.c
51 + $(NATIVECC) $(NATIVECC_CFLAGS) $(NATIVE_LDFLAGS) -o $@ ../common/piglatin.c
52 52
53 53 %: %.o
54 54 $(LINK.c) -o $@ $< $(LDLIBS)
55 55 $(POST_PROCESS)
56 56
57 57 %.o: ../common/%.c
58 58 $(COMPILE.c) -o $@ $<
59 59 $(POST_PROCESS_O)
60 60
61 61 catalog: sgsmsg
62 62
63 63 clobber: clean
64 64 $(RM) $(PROGS) $(NATIVE) $(CLOBBERFILES)
65 65
66 66 clean:
67 67 $(RM) $(OBJECTS) $(CLEANFILES)
68 68
69 69 lint:
70 70 @ echo "piglatin.c:" >> $(LINTOUT)
71 71 $(LINT.c) ../common/piglatin.c -lc >> $(LINTOUT) 2>&1
72 72 @ echo "sgsmsg" >> $(LINTOUT)
73 73 $(LINT.c) $(SGSMSG_SRCS) -lc >> $(LINTOUT) 2>&1
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX