Home
last modified time | relevance | path

Searched refs:LIBLINKS (Results 1 – 25 of 142) sorted by relevance

123456

/illumos-gate/usr/src/tools/sgs/liblddbg/
H A DMakefile44 all: $(DYNLIB) $(LIBLINKS)
46 install: all $(ROOTONBLDLIBMACH64)/$(DYNLIB) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
52 $(ROOTONBLDLIBMACH64)/$(LIBLINKS): $(ROOTONBLDLIBMACH64)/$(DYNLIB)
53 @$(RM) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
54 $(SYMLINK) $(DYNLIB) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
/illumos-gate/usr/src/lib/libwrap/
H A DMakefile.com41 ROOTLINKS += $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR)
42 ROOTLINKS64 += $(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR)
67 $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
70 $(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
/illumos-gate/usr/src/tools/sgs/libld/
H A DMakefile53 all: $(DYNLIB) $(LIBLINKS)
55 install: all $(ROOTONBLDLIBMACH64)/$(DYNLIB) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
61 $(ROOTONBLDLIBMACH64)/$(LIBLINKS): $(ROOTONBLDLIBMACH64)/$(DYNLIB)
62 @$(RM) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
63 $(SYMLINK) $(DYNLIB) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A DMakefile58 USR_PLAT_PLUGINS_LIBLINKS = $(PLAT_PLUGINS_DIRS:%=%/$(LIBLINKS))
85 all: $(LIBS) $(LIBLINKS)
91 $(LIBLINKS): FRC
92 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
108 $(RM) -r $(ROOT_PLAT_PLUGINDIR)/$(LIBLINKS) ;\
109 $(SYMLINK) ./$(DYNLIB) $(ROOT_PLAT_PLUGINDIR)/$(LIBLINKS)
/illumos-gate/usr/src/lib/
H A DMakefile.mach45 $(ROOTLIBDIR)/$(LIBLINKS): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
48 $(ROOTLIBDIR64)/$(LIBLINKS): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
H A DMakefile.rootfs36 usr/lib/$(LIBLINKS)
39 usr/lib/$(MACH64)/$(LIBLINKS)
42 $(ROOT)/usr/lib/$(LIBLINKS) := COMPATLINKTARGET=../../lib/$(DYNLIB)
45 $(ROOT)/usr/lib/$(MACH64)/$(LIBLINKS) := \
H A DMakefile.lib86 LIBLINKS= $(LIBRARY:.a=.so)
111 ROOTLINKS= $(ROOTLIBDIR)/$(LIBLINKS)
112 ROOTLINKS64= $(ROOTLIBDIR64)/$(LIBLINKS)
113 ROOTFS_LINKS= $(ROOTFS_LIBDIR)/$(LIBLINKS)
114 ROOTFS_LINKS64= $(ROOTFS_LIBDIR64)/$(LIBLINKS)
166 INS.liblink= -$(RM) $@; $(SYMLINK) $(LIBLINKPATH)$(LIBLINKS)$(VERS) $@
170 INS.liblink64= -$(RM) $@; $(SYMLINK) $(LIBLINKPATH)$(LIBLINKS)$(VERS) $@
H A DMakefile.targ59 $(ROOTLIBDIR)/$(LIBLINKS): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
61 $(ROOTLIBDIR64)/$(LIBLINKS): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
/illumos-gate/usr/src/tools/sgs/libelf/
H A DMakefile44 install: all $(ROOTONBLDLIBMACH64)/$(DYNLIB) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
50 $(ROOTONBLDLIBMACH64)/$(LIBLINKS): $(ROOTONBLDLIBMACH64)/$(DYNLIB)
51 @$(RM) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
52 $(SYMLINK) $(DYNLIB) $(ROOTONBLDLIBMACH64)/$(LIBLINKS)
/illumos-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.targ47 all: $(BLTSRCS) .WAIT $(LIBS) $(LIBLINKS)
49 $(LIBLINKS):
50 $(RM) $(LIBLINKS)
51 $(SYMLINK) $(DYNLIB) $(LIBLINKS)
53 CLOBBERFILES += $(LIBLINKS)
H A DMakefile.targ.6446 all: $(BLTSRCS) .WAIT $(LIBS) $(LIBLINKS)
48 $(LIBLINKS):
49 $(RM) $(LIBLINKS)
50 $(SYMLINK) $(DYNLIB) $(LIBLINKS)
52 CLOBBERFILES += $(LIBLINKS)
/illumos-gate/usr/src/cmd/sgs/yacc/
H A DMakefile.targ50 $(ROOTLIBDIR)/$(LIBLINKS): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
52 $(ROOTLIBDIR64)/$(LIBLINKS): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
/illumos-gate/usr/src/cmd/sgs/lex/
H A DMakefile.targ50 $(ROOTLIBDIR)/$(LIBLINKS): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
52 $(ROOTLIBDIR64)/$(LIBLINKS): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A DMakefile66 all: $(LIBS) $(LIBLINKS)
70 $(LIBLINKS): FRC
71 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A DMakefile69 all: $(LIBS) $(LIBLINKS)
75 $(LIBLINKS): FRC
76 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A DMakefile65 all: $(LIBS) $(LIBLINKS)
72 $(LIBLINKS): FRC
73 $(RM) -r $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A DMakefile70 all: $(LIBS) $(LIBLINKS)
81 $(LIBLINKS): FRC
82 rm -f $(LIBLINKS); ln -s $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A DMakefile74 all: $(LIBS) $(LIBLINKS)
78 $(LIBLINKS): FRC
79 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A DMakefile73 all: $(LIBS) $(LIBLINKS)
84 $(LIBLINKS): FRC
85 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/
H A DMakefile70 all: $(LIBS) $(LIBLINKS)
81 $(LIBLINKS): FRC
82 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/
H A DMakefile71 all: $(LIBS) $(LIBLINKS)
82 $(LIBLINKS): FRC
83 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A DMakefile81 all: $(LIBS) $(LIBLINKS)
85 $(LIBLINKS): FRC
86 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A DMakefile75 all: $(LIBS) $(LIBLINKS)
82 $(LIBLINKS): FRC
83 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A DMakefile75 all: $(LIBS) $(LIBLINKS)
82 $(LIBLINKS): FRC
83 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A DMakefile72 all: $(LIBS) $(LIBLINKS)
76 $(LIBLINKS): FRC
77 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)

123456