Lines Matching +full:- +full:j2
9 mkdir -p $target/include/libusb-1.0
10 cp -v libusb/libusb-1.0.def $target
11 cp -v libusb/libusb.h $target/include/libusb-1.0
17 git clean -fdx
18 # Not using debug (-g) in CFLAGS DRAMATICALLY reduces the size of the binaries
19 export CFLAGS="-O2 -m32"
20 export LDFLAGS="-m32"
21 export RCFLAGS="--target=pe-i386"
22 export DLLTOOLFLAGS="-m i386 -f --32"
24 (glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoo…
25 $LIBTOOLIZE --copy --force || exit 1
29 automake -a -c || exit 1
31 make -j2
32 mkdir -p $target/static
33 mkdir -p $target/dll
34 cp -v libusb/.libs/libusb-1.0.a $target/static
35 cp -v libusb/.libs/libusb-1.0.dll $target/dll
36 cp -v libusb/.libs/libusb-1.0.dll.a $target/dll
37 make clean -j2
43 export CFLAGS="-O2"
48 make -j2
49 mkdir -p $target/static
50 mkdir -p $target/dll
51 cp -v libusb/.libs/libusb-1.0.a $target/static
52 cp -v libusb/.libs/libusb-1.0.dll $target/dll
53 cp -v libusb/.libs/libusb-1.0.dll.a $target/dll