Added --cflags',
--libs' and `--extra-libs' parameters.
2000-11-21 Martin Baulig <baulig@suse.de> * libgtop-config.h.in: Added `--cflags', `--libs' and `--extra-libs' parameters.
This commit is contained in:
committed by
Martin Baulig
parent
146ccb2511
commit
c7244ba1ba
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-21 Martin Baulig <baulig@suse.de>
|
||||||
|
|
||||||
|
* libgtop-config.h.in: Added `--cflags', `--libs' and `--extra-libs'
|
||||||
|
parameters.
|
||||||
|
|
||||||
2000-11-20 Martin Baulig <baulig@suse.de>
|
2000-11-20 Martin Baulig <baulig@suse.de>
|
||||||
|
|
||||||
Released LibGTop 1.0.10 "November Rain".
|
Released LibGTop 1.0.10 "November Rain".
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
usage="\
|
usage="\
|
||||||
Usage: libgtop-config [--version] [--config] [--features-def-file]"
|
Usage: libgtop-config [--version] [--config] [--features-def-file] [--cflags] [--libs] [--extra-libs]"
|
||||||
|
|
||||||
config_file="@LIBGTOP_LIBDIR@/libgtopConf.sh"
|
config_file="@LIBGTOP_LIBDIR@/libgtopConf.sh"
|
||||||
. $config_file
|
. $config_file
|
||||||
@@ -29,6 +29,15 @@ while test $# -gt 0; do
|
|||||||
--features-def-file)
|
--features-def-file)
|
||||||
echo $features_def_file
|
echo $features_def_file
|
||||||
;;
|
;;
|
||||||
|
--cflags)
|
||||||
|
echo $LIBGTOP_INCS
|
||||||
|
;;
|
||||||
|
--libs)
|
||||||
|
echo $LIBGTOP_LIBS
|
||||||
|
;;
|
||||||
|
--extra-libs)
|
||||||
|
echo $LIBGTOP_EXTRA_LIBS
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "${usage}" 1>&2
|
echo "${usage}" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user