search for: libname_la

Displaying 1 result from an estimated 1 matches for "libname_la".

Did you mean: libname_a
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...; +# Shared Library Targets: > +# If the user asked for a shared library to be built > +# with the SHARED_LIBRARY variable, then we provide > +# targets for building them. > +#--------------------------------------------------------- > ifdef SHARED_LIBRARY > > -all:: $(LIBNAME_LA) > +all-local:: $(LIBNAME_LA) > > $(LIBNAME_LA): $(BUILT_SOURCES) $(ObjectsLO) $(LIBDIR)/.dir > @$(ECHO) Linking shared library $(notdir $@) > $(VERB) $(Link) -o $@ $(ObjectsLO) > $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $@ $(LIBDIR) > - @$(ECHO) Finished linking s...