Lines Matching +full:static +full:- +full:enable
3 # This script will automates the steps used to producing a static win32
12 # in wget-1.11.4 directory. If not found, it will distribute the
17 # Script makes use of "-static" option to tell compiler to prefer static
22 # well as static libraries (but usually only if that library
24 # Libtool may ignore -static option or it may link first external
25 # library as static but other dependent libraries as shared (usually
26 # because it follows $dependency_libs and that ignores -static option).
28 # Work arounds include to only install static libraries, delete the lib*.la
32 # The following command lines were used to generate the static external
38 # cd libpng-1.2.41
39 # ./configure --disable-shared --enable-static;make;sudo make install
41 # cd ../wavpack-4.60.1
42 # ./configure --disable-shared --enable-static;make;sudo make install
44 # cd ../flac-1.2.1
45 # ./configure --disable-shared --enable-static;make;sudo make install
47 # cd ../libogg-1.1.3
48 # ./configure --disable-shared --enable-static;make;sudo make install
50 # cd ../libvorbis-1.2.0
51 # ./configure --disable-shared --enable-static;make;sudo make install
53 # cd ../libsndfile-1.0.20
54 # ./configure --disable-shared --enable-static;make;sudo make install
56 # cd ../libid3tag-0.15.1b
57 # ./configure --disable-shared --enable-static;make;sudo make install
59 # To get MP3 header files used to enable MP3 support (no libraries used):
62 # ./configure --enable-shared --disable-static;make;sudo make install
64 [ ! -x configure ] && autoreconf -i
70 # static versions of libsndfile do not advertise when they have
72 if [ $# -ne 0 -o ! -r Makefile ]; then
74 --disable-shared \
75 --with-libltdl \
76 --enable-dl-lame --enable-dl-mad --enable-dl-amrnb --enable-dl-amrwb \
78 CPPFLAGS=-I/usr/local/include \
79 LDFLAGS="-L/usr/local/lib" \
80 SNDFILE_LIBS="-lsndfile -lFLAC -lvorbisenc -lvorbisfile -lvorbis -logg" \
84 make -s all pdf txt || exit 1
86 dir=sox-`grep Version: sox.pc | cut -d ' ' -f 2`
87 rm -rf $dir $dir-cygwin32.zip
88 mkdir -p $dir
91 cp -p $f $dir/$f.txt
97 [ ! -r "../wget-1.11.4/wget.exe" -a -r /usr/bin/wget ] && binaries+=" /usr/bin/wget"
100 do cygpath -u $f; done|sort|uniq|grep -v ^/cygdrive/)
102 cp -p \
107 scripts/batch-example.bat \
110 unix2dos $dir/batch-example.bat
112 if test -r "../wget-1.11.4/wget.exe"; then
113 cp ../wget-1.11.4/wget.exe $dir
114 cp ../wget-1.11.4/wget.ini $dir
116 if test -r /usr/bin/wget -a -r /etc/wgetrc; then
117 cp -p /etc/wgetrc $dir/wget.ini
122 zip -r $dir-cygwin32.zip $dir
123 rm -rf $dir