[root@magfedora libusb-0.1.8]# make
make  all-recursive
make[1]: Entering directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8'
Making all in .
make[2]: Entering directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8'
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.      -MT usb.lo -MD -MP -MF ".deps/usb.Tpo" \
  -c -o usb.lo `test -f 'usb.c' || echo './'`usb.c; \
then mv -f ".deps/usb.Tpo" ".deps/usb.Plo"; \
else rm -f ".deps/usb.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c usb.c  -fPIC -DPIC -DPIC -o usb.o
mv -f usb.o .libs/usb.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c usb.c -o usb.o >/dev/null 2>&1
mv -f .libs/usb.lo usb.lo
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.      -MT error.lo -MD -MP -MF ".deps/error.Tpo" \
  -c -o error.lo `test -f 'error.c' || echo './'`error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; \
else rm -f ".deps/error.Tpo"; exit 1; \
fi
rm -f .libs/error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -DPIC -o error.o
mv -f error.o .libs/error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
mv -f .libs/error.lo error.lo
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.      -MT descriptors.lo -MD -MP -MF ".deps/descriptors.Tpo" \
  -c -o descriptors.lo `test -f 'descriptors.c' || echo './'`descriptors.c; \
then mv -f ".deps/descriptors.Tpo" ".deps/descriptors.Plo"; \
else rm -f ".deps/descriptors.Tpo"; exit 1; \
fi
rm -f .libs/descriptors.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c  -fPIC -DPIC -DPIC -o descriptors.o
mv -f descriptors.o .libs/descriptors.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c -o descriptors.o >/dev/null 2>&1
mv -f .libs/descriptors.lo descriptors.lo
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.      -MT linux.lo -MD -MP -MF ".deps/linux.Tpo" \
  -c -o linux.lo `test -f 'linux.c' || echo './'`linux.c; \
then mv -f ".deps/linux.Tpo" ".deps/linux.Plo"; \
else rm -f ".deps/linux.Tpo"; exit 1; \
fi
rm -f .libs/linux.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT linux.lo -MD -MP -MF .deps/linux.Tpo -c linux.c  -fPIC -DPIC -DPIC -o linux.o
mv -f linux.o .libs/linux.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -MT linux.lo -MD -MP -MF .deps/linux.Tpo -c linux.c -o linux.o >/dev/null 2>&1
mv -f .libs/linux.lo linux.lo
/bin/sh ./libtool --mode=link gcc     -o libusb.la -rpath /usr/local/lib -version-info 8:0:4 -release 0.1 -export-dynamic  usb.lo error.lo descriptors.lo linux.lo
rm -fr .libs/libusb.la .libs/libusb.* .libs/libusb-0.1.*
gcc -shared  usb.lo error.lo descriptors.lo linux.lo   -Wl,-soname -Wl,libusb-0.1.4 -o .libs/libusb-0.1.4.4.0
(cd .libs && rm -f libusb-0.1.4 && ln -s libusb-0.1.4.4.0 libusb-0.1.4)
(cd .libs && rm -f libusb && ln -s libusb-0.1.4.4.0 libusb)
ar cru .libs/libusb.a  usb.o error.o descriptors.o linux.o
ranlib .libs/libusb.a
creating libusb.la
(cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la)
make[2]: Leaving directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8'
Making all in tests
make[2]: Entering directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8/tests'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -g -O2 -g -Wall -MT testlibusb.o -MD -MP -MF ".deps/testlibusb.Tpo" \
  -c -o testlibusb.o `test -f 'testlibusb.c' || echo './'`testlibusb.c; \
then mv -f ".deps/testlibusb.Tpo" ".deps/testlibusb.Po"; \
else rm -f ".deps/testlibusb.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc  -g -O2 -g -Wall   -o testlibusb  testlibusb.o ../libusb.la
mkdir .libs
gcc -g -O2 -g -Wall -o .libs/testlibusb testlibusb.o  ../.libs/libusb -Wl,--rpath -Wl,/usr/local/lib
creating testlibusb
make[2]: Leaving directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8/tests'
Making all in doc
make[2]: Entering directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8/doc'
rm -rf html
mkdir html
jade -t sgml -d ./website.dsl\#html ./manual.sgml
make[2]: Leaving directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8/doc'
make[1]: Leaving directory `/usr/home/mag/linksys/WRT54G_3_01_3_0922/release/src/router/libusb-0.1.8'
