search for: libname_bc

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

Did you mean: libname_a
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...############################################# > > + > +# if we're building a library ... > ifdef LIBRARYNAME > > # Make sure there isn't any extranous whitespace on the LIBRARYNAME option > @@ -338,25 +319,25 @@ > LIBNAME_O := $(LIBDIR)/$(LIBRARYNAME).o > LIBNAME_BC := $(LIBDIR)/lib$(LIBRARYNAME).bc > > -#------------------------------------------------------------------------------- > -# Shared Library Targets > -# Modify the top level targets to build the desired libraries. > -#----------------------------------------------------------------...