Displaying 1 result from an estimated 1 matches for "libname_a".
Did you mean:
libname_o
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...t; $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $(LIBNAME_O) $(DESTDIR)$(libdir)/$(LIBRARYNAME).o
>
> -clean::
> +clean-local::
> $(VERB) $(RM) -f $(LIBNAME_O)
>
> endif
>
> # Does the library want an archive version built?
> ifdef BUILD_ARCHIVE
> -all:: $(LIBNAME_A)
> +all-local:: $(LIBNAME_A)
>
> $(LIBNAME_A): $(BUILT_SOURCES) $(ObjectsO) $(LIBDIR)/.dir
> - @$(ECHO) Linking archive $(notdir $@) library
> + @$(ECHO) Building archive library $(notdir $@)
> $(VERB)$(RM) -f $@
> $(VERB) $(Archive) $@ $(ObjectsO)
> $(VERB) $(Ranli...