Return to nel-config.in CVS log | Up to Nevrax / code / nel |
version 1.2, 2001/11/07 16:25:13 | version 1.3, 2002/03/19 17:42:48 | ||
---|---|---|---|
|
|
||
[--version] | [--version] | ||
[--libs] | [--libs] | ||
[--libtool] | [--libtool] | ||
[--ldflags] | |||
[--cflags] | [--cflags] | ||
[--without-network] | [--without-network] | ||
[--without-3d] | [--without-3d] | ||
|
|
||
--cflags) | --cflags) | ||
echo_cflags=yes | echo_cflags=yes | ||
;; | ;; | ||
--ldflags) | |||
echo_ldflags=yes | |||
;; | |||
--libs) | --libs) | ||
echo_libs=yes | echo_libs=yes | ||
;; | ;; | ||
|
|
||
then | then | ||
cflags="-I$include_dir/" | cflags="-I$include_dir/" | ||
echo $cflags | echo $cflags | ||
fi | |||
if test "$echo_ldflags" = "yes" | |||
then | |||
ldflags="-L$lib_dir" | |||
echo $ldflags | |||
fi | fi | ||
if test "$echo_libs" = "yes" | if test "$echo_libs" = "yes" |
|