Home | History | Annotate | Download | only in llvm

Lines Matching full:libraryname

1113 ifdef LIBRARYNAME
1115 # Make sure there isn't any extraneous whitespace on the LIBRARYNAME option
1116 LIBRARYNAME := $(strip $(LIBRARYNAME))
1118 BaseLibName.A := $(LIBRARYNAME).a
1119 BaseLibName.SO := $(LIBRARYNAME)$(SHLIBEXT)
1121 BaseLibName.A := lib$(LIBRARYNAME).a
1122 BaseLibName.SO := $(SharedPrefix)$(LIBRARYNAME)$(SHLIBEXT)
1126 LibName.O := $(LibDir)/$(LIBRARYNAME).o
1237 DestArchiveLib := $(DESTDIR)$(PROJ_libdir)/lib$(LIBRARYNAME).a
1253 # endif LIBRARYNAME