search for: libname_o

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

2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...ibrary > +############################################################################### > > + > +# 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. > -#----------------...