summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-251-1/+2
| | | | | | | | | | | | | | | | | | enum { GLIBTOP_PPP_STATE_UNKNOWN = 0, GLIBTOP_PPP_STATE_HANGUP, GLIBTOP_PPP_STATE_ONLINE }; struct _glibtop_ppp { u_int64_t flags, state, /* GLIBTOP_PPP_STATE */ bytes_in, /* GLIBTOP_PPP_BYTES_IN */ bytes_out; /* GLIBTOP_PPP_BYTES_OUT */ }; Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin
* Install `feature.def' as `libgtop-features.def'. AddedMartin Baulig1998-10-111-2/+6
| | | | | | | | 1998-10-12 Martin Baulig <martin@home-of-linux.org> * Makefile.am (confexec_DATA): Install `feature.def' as `libgtop-features.def'. * libgtop.spec: Added `%{prefix}/lib/*.def' to the file list.
* Don't create `guile/Makefile'. Removed. (SUBDIRS): Removed `guile'.Martin Baulig1998-10-111-11/+1
| | | | | | | | 1998-10-11 Martin Baulig <martin@home-of-linux.org> * configure.in: Don't create `guile/Makefile'. * Makefile.am (DIST_SUBDIRS): Removed. (SUBDIRS): Removed `guile'.
* Added `features.def'. Added `--features-def-file' parameter to getMartin Baulig1998-10-111-1/+1
| | | | | | | | 1998-10-11 Martin Baulig <martin@home-of-linux.org> * Makefile.am (confexec_DATA): Added `features.def'. * libgtop-config.in: Added `--features-def-file' parameter to get pathname of installed `features.def' file.
* Removed everything in this subdirectory. This was only experimental. TheMartin Baulig1998-10-111-4/+0
| | | | | | | | 1998-10-11 Martin Baulig <martin@home-of-linux.org> * perl: Removed everything in this subdirectory. This was only experimental. The real perl bindings for LibGTop are in the libgtop-bindings module.
* Removed the old perl targets. The only thing we need to do for the perlMartin Baulig1998-10-101-11/+4
| | | | | subdirectoy is make a symlink from `$(srcdir)/features.def' to `$(builddir)/perl/features.def'.
* Don't create `perl/Makefile.PL' any longer since this is done fromMartin Baulig1998-10-101-25/+6
| | | | | | configure. Create `perl/Names/Names.xs' from `perl/Names/names.awk' using features.def.
* Substitute `@LIBGTOP_EXTRA_LIBS@' for perl/Makefile.PL.Martin Baulig1998-10-101-0/+1
|
* New file.Martin Baulig1998-10-101-0/+2
| | | | | | 1998-10-10 Martin Baulig <martin@home-of-linux.org> * perl/ChangeLog: New file.
* Patch for `make release'.Martin Baulig1998-09-271-1/+1
|
* Added. This is a numerical constant ("1.234.567" -> 1234567) to be used inMartin Baulig1998-08-301-0/+1
| | | | | | | | 1998-08-30 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION (LIBGTOP_VERSION_CODE): Added. This is a numerical constant ("1.234.567" -> 1234567) to be used in C preprocessor conditionals.
* Added `RELNOTES-0.25' to EXTRA_DIST.Martin Baulig1998-08-191-1/+1
|
* Added `LIBGTOP_MICRO_VERSION'. Likewise.Martin Baulig1998-08-181-0/+2
| | | | | | | | | 1998-08-18 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION: Added `LIBGTOP_MICRO_VERSION'. * libgtopConf.sh.in: Likewise. * libgtopConf.sh.in: Added `LIBGTOP_EXTRA_LIBS'.
* New file.Martin Baulig1998-08-161-1/+9
| | | | | | 1998-08-17 Martin Baulig <martin@home-of-linux.org> * libgtop-conf.in: New file.
* `make distcheck' cleanups - Hey, it really works, guys !Martin Baulig1998-08-161-2/+8
|
* Disabled `guile' subdir.Martin Baulig1998-08-101-1/+1
|
* Removed. New files. Added `libgtop_server'; this has been moved here fromMartin Baulig1998-08-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 1998-08-07 Martin Baulig <martin@home-of-linux.org> * src/server: Removed. * src/daemon/{server, version}.c: New files. * src/daemon/Makefile.am: Added `libgtop_server'; this has been moved here from `src/server' since it shares some source code files with the `libgtop_daemon'. * LIBGTOP-VERSION: Added `LIBGTOP_SERVER_VERSION'. * src/daemon/gnuserv.c, lib/open.c: Improved version check between client and server. * include/glibtop/output.h: Removed. * sysdeps/stub_suid: New directory. This is mainly used as example for people porting libgtop to other systems. * sysdeps/common/sysdeps_suid.c: New file. Defines `glibtop_init_hook_p'. * sysdeps/osf1/*.c (glibtop_init_<no-suid-feature>_s): New functions. (glibtop_init_<suid-feature>_p): New functions.
* New file.Martin Baulig1998-07-291-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1998-07-29 Martin Baulig <martin@home-of-linux.org> * guile/ChangeLog: New file. * features.def: New format - now includes type of return value and parameters. * lib/lib.awk: Changed to use new `features.def'. * sysdeps/guile/guile.awk: Dito; * sysdeps/guile/names/guile-names.awk: Dito. * libgtopConf.sh.in: Added `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS', `LIBGTOP_GUILE_NAMES_LIBS', `LIBGTOP_GUILE_NAMES_INCS', `LIBGTOP_MAJOR_VERSION', `LIBGTOP_MINOR_VERSION' `LIBGTOP_VERSION', `libgtop_sysdeps_dir'. * acinclude.m4 (AC_LC_SYSDEPS): Removed since this has been replaced with `GNOME_LIBGTOP_SYSDEPS' long ago. * LIBGTOP-VERSION: New file. * */Makefile.am (INCLUDES): Removed; now defined in `configure.in'. * sysdeps/names/mountlist.c: New file. * lib/{init, open}.c (GTOP_SERVER): Renamed to `LIBGTOP_SERVER'. * configure.in (INCLUDES): Added definition. (libgtop_want_names): Always true; `libgtop_names.la' is now always created since some other programs rely upon it - but have to use `LIBGTOP_NAMES_LIBS' and `LIBGTOP_NAMES_INCS' to use it in your application. (libgtop_want_guile_names): Always true; but you have to use `LIBGTOP_GUILE_NAMES_LIBS' and `LIBGTOP_GUILE_NAMES_INCS' to use it in your application. (LIBGTOP_LIBS): Removed `-lgtop_names' and `-lgtop_guile_names'. (LIBGTOP_NAMES_LIBS): New variable. Use it to link your application with the names interface. (LIBGTOP_NAMES_INCS): New variable. Also #defines `GLIBTOP_NAMES' which is now required if your application wants to use the names interface. (LIBGTOP_GUILE_NAMES_LIBS): New variable. Use it to link your application with the guile names interface. (LIBGTOP_GUILE_NAMES_INCS): New variable. Also #defines `GLIBTOP_NAMES' and `GLIBTOP_GUILE_NAMES' which are now required if your application wants to use the guile names interface.
* Fixed a type in the MakefileManish Vachharajani1998-06-281-1/+1
|
* Added perl interface.Martin Baulig1998-06-211-0/+27
| | | | | | | | | | | | | | | | 1998-06-21 Martin Baulig <martin@home-of-linux.org> * perl/*: Added perl interface. * sysdeps/linux/cpu.c: Bug fix. * include/glibtop/global.h: Only including guile header files within libgtop. * configure.in (LIGBTOP_LIBS): Added `-lgtop'. * Makefile.am: Creating `perl/Makefile.PL' from `perl/Makefile.PL.in' and `perl/Libgtop.xs' using `perl/perl.awk'.
* Added again.Martin Baulig1998-06-081-1/+1
| | | | | | | | | | | | 1998-06-08 Martin Baulig <martin@home-of-linux.org> * support: Added again. * Makefile.am (SUBDIRS): Added `support' again. * configure.in: First, we check for gnome. If it is not found, we run GNOME_SUPPORT_CHECKS; otherwise use `$GNOME_LIBDIR -lgnomesupport'.
* removed that directory.Martin Baulig1998-06-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1998-06-05 Martin Baulig <baulig@taurus.uni-trier.de> * support: removed that directory. * configure.in: we check whether '-lgnomesupport' is included in $GNOME_LIBS and add it together with $GNOME_LIBDIR to LIBSUPPORT in this case. Gnome (gnome-libs) is now required to build libgtop, added short comment to configure.in how to revert this change. * Makefile.am: removed `support' subdir. 1998-06-03 Martin Baulig <baulig@merkur.uni-trier.de> * libgtop.spec: New file. * Makefile.am (EXTRA_DIST): Added `autogen.sh' and `libgtop.spec'. * configure.in (LIBGTOP_INCS): is now identically to `LIBGTOP_GUILE_INCS'. * include/glibtop/global.h: only including intl headers while compiling libgtop. Merging changes from LIBGTOP_STABLE_0_20 into the main trunk.
* swapped lib and src directories.Martin Baulig1998-06-021-1/+1
|
* 'gtopConf.sh' has been renamed to 'libgtopConf.sh'; variables in thisMartin Baulig1998-05-211-21/+21
| | | | | * Makefile.am: 'gtopConf.sh' has been renamed to 'libgtopConf.sh'; variables in this script have changed.
* conditionally building 'examples' subdir, added 'copyright.txt' toMartin Baulig1998-05-211-4/+14
| | | | | * Makefile.am: conditionally building 'examples' subdir, added 'copyright.txt' to EXTRA_DIST.
* added '--enable-libgtop-server' (default=auto), '--enable-libgtop-names'Martin Baulig1998-05-201-0/+2
| | | | | | | | | | | * acinclude.m4 (AC_LC_SYSDEPS): added '--enable-libgtop-server' (default=auto), '--enable-libgtop-names' (default=yes) and '--enable-libgtop-guile' (default=yes); we now define 'GLIBTOP_NAMES' here. * acconfig.h: added 'GLIBTOP_NAMES' and 'GLIBTOP_GUILE_NAMES'
* Initial revisionMartin Baulig1998-05-191-0/+41