HomeSort by relevance Sort by last modified time
    Searched refs:libbz2 (Results 1 - 3 of 3) sorted by null

  /external/bzip2/
Makefile 38 all: libbz2.a bzip2 bzip2recover test
40 bzip2: libbz2.a bzip2.o
46 libbz2.a: $(OBJS)
47 rm -f libbz2.a
48 $(AR) cq libbz2.a $(OBJS)
51 echo $(RANLIB) libbz2.a ; \
52 $(RANLIB) libbz2.a ; \
90 cp -f libbz2.a $(PREFIX)/lib
91 chmod a+r $(PREFIX)/lib/libbz2.a
112 rm -f *.o libbz2.a bzip2 bzip2recover
    [all...]
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 104 echo $MISSING_LIBS | grep -qs libbz2.so.1.0
108 if [ -e "$dir/libbz2.so.1" ]; then
109 LIB_ARCH=$(check_executable "$dir/libbz2.so.1")
111 ln -snf "$dir/libbz2.so.1" "$HERE/libbz2.so.1.0"
  /external/pcre/dist/
configure 649 LIBBZ2
    [all...]

Completed in 221 milliseconds