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]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
26 #
27
28 include $(SRC)/Makefile.master
29
30
31 $(__GNUC)FILES= $(MACH)_gcc_map.noexeglobs
32 $(__SUNC)FILES= $(MACH)_cc_map.noexeglobs
33
34 $(__GNU)$(BUILD64)FILES += $(MACH64)_gcc_map.noexeglobs
35 $(__SUNC)$(BUILD64)FILES += $(MACH64)_cc_map.noexeglobs
36
37 SYMS1= syms.1
38 SYMS2= syms.2
39 MAIN1= main.1
40 MAIN2= main.2
41
42 TEMPLATE1= map.noexeglobs.1.template
43 TEMPLATE2= map.noexeglobs.2.template
44
45 all install: $(FILES)
46
47 lint:
48
49 clean:
50 $(RM) $(SYMS1) $(SYMS2) $(MAIN1) $(MAIN2)
51
52 clobber: clean
53 $(RM) $(FILES)
54
|
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]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
26 #
27
28 include $(SRC)/Makefile.master
29
30
31 $(__GNUC)FILES= $(MACH)_gcc_map.noexeglobs
32 $(__SUNC)FILES= $(MACH)_cc_map.noexeglobs
33
34 $(__GNUC)$(BUILD64)FILES += $(MACH64)_gcc_map.noexeglobs
35 $(__SUNC)$(BUILD64)FILES += $(MACH64)_cc_map.noexeglobs
36
37 SYMS1= syms.1
38 SYMS2= syms.2
39 MAIN1= main.1
40 MAIN2= main.2
41
42 TEMPLATE1= map.noexeglobs.1.template
43 TEMPLATE2= map.noexeglobs.2.template
44
45 all install: $(FILES)
46
47 lint:
48
49 clean:
50 $(RM) $(SYMS1) $(SYMS2) $(MAIN1) $(MAIN2)
51
52 clobber: clean
53 $(RM) $(FILES)
54
|