summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use upstream gettext intead intltool/glib-gettextJavier Jardón2016-07-121-8/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768704
* Add Introspection supportMaxim Ermilov2011-03-011-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=630915
* Also ship DOAP file.Benoît Dejean2009-04-301-0/+1
|
* Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.Benoît Dejean2006-12-021-0/+1
| | | | | | | | | | | | | | | | | 2006-12-02 Benoît Dejean <benoit@placenet.org> * Makefile.am: * configure.in: * doc/Makefile.am: * doc/reference/Makefile.am: * doc/reference/libgtop-docs.xml: * doc/reference/libgtop-sections.txt: * doc/reference/version.xml.in: * gtk-doc.make: * sysdeps/common/default.c: Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.
* Fixed build. Closes #341779.Benoît Dejean2006-06-251-1/+2
| | | | | | | | | 2006-06-25 Benoît Dejean <benoit@placenet.org> * Makefile.am: Fixed build. Closes #341779.
* Build examples only when needed. Patch by dmacks@netspace.org. ClosesBenoît Dejean2006-06-241-1/+6
| | | | | | | | | | 2006-06-24 Benoît Dejean <benoit@placenet.org> * Makefile.am: Build examples only when needed. Patch by dmacks@netspace.org. Closes #342863.
* Use po/LINGUAS. Closes #337902.Benoît Dejean2006-06-031-1/+9
| | | | | | | | | | | | 2006-06-03 Benoît Dejean <benoit@placenet.org> * .cvsignore: * Makefile.am: * configure.in: * po/LINGUAS: Use po/LINGUAS. Closes #337902.
* Forgot to ship libgtopconfig.h.Benoît Dejean2004-11-191-1/+1
| | | | * Makefile.am: Forgot to ship libgtopconfig.h.
* Removed unused files.Benoît Dejean2004-11-181-2/+2
| | | | | | | | | | | * LIBGTOP-VERSION: * libgtop-mirror.sh: Removed unused files. * libgtopconfig.h.in: Added. * Makefile.am: * configure.in: * glibtop.h: Added libgtopconfig.h and LIBGTOP_VERSION_CHECK(X, Y, Z). This can be used in build tests.
* install only one library, libgtop-2.0 Fix build-time warnings due to theBastien Nocera2003-10-211-12/+1
| | | | | | | | | | | 2003-10-21 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * src/inodedb/.cvsignore: * sysdeps/names/Makefile.am: install only one library, libgtop-2.0 Fix build-time warnings due to the redefinition of guint64
* fix distchecking, release 2.5.0V_2_5_0Bastien Nocera2003-10-201-9/+3
| | | | | | 2003-10-20 Bastien Nocera <hadess@hadess.net> * Makefile.am: fix distchecking, release 2.5.0
* remove guile and libgnome-support stuffBastien Nocera2003-10-201-57/+1
| | | | | | | 2003-10-20 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: remove guile and libgnome-support stuff
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-191-35/+44
| | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD.
* Fix install problem. Don't check this into cvs.Darin Adler2002-01-091-1/+1
| | | | | * Makefile.am: Fix install problem. * ltmain.sh: Don't check this into cvs.
* - Renamed libgtop.pc to libgtop-2.0.pcBastien Nocera2001-10-131-2/+2
|
* Removed all sysdeps checks.Martin Baulig2001-04-201-1/+1
| | | | | | | | | | | | 2001-04-21 Martin Baulig <baulig@suse.de> * configure.in: Removed all sysdeps checks. * lib/sysdeps-init*.c: Removed. * lib/inodedb.c: Moved here from sysdeps/common/inodedb.c. * glibtop-config.h: Removed.
* Removed this typedef. (glibtop_server): Made the `_priv' field a `void *'.Martin Baulig2001-04-201-3/+1
| | | | | | | | 2001-04-20 Martin Baulig <baulig@suse.de> * include/glibtop/glibtop-server.h (glibtop_server_private): Removed this typedef. (glibtop_server): Made the `_priv' field a `void *'.
* Added pkg-config file.Martin Baulig2001-04-201-1/+3
| | | | | | 2001-04-20 Martin Baulig <baulig@suse.de> * libgtop.pc.in: Added pkg-config file.
* New file.Martin Baulig2000-11-221-1/+1
| | | | | | | | | | | | | | | 2000-11-22 Martin Baulig <martin@home-of-linux.org> * lib/glibtop-server.c: New file. * lib/test-backends.c: New file. * lib/Makefile.am: Build test-backends test program. * lib/init-backends.c: Port this to libxml 2. * configure.in: Make this really work. * acinclude.m4: Removed the xml stuff. * Makefile.am (SUBDIRS): Put lib in front of sysdeps and backends.
* Removed gnomesupport checks here and started to use pkg-config.Martin Baulig2000-11-211-14/+1
| | | | | | | | | | | | | 2000-11-21 Martin Baulig <martin@home-of-linux.org> * configure.in: Removed gnomesupport checks here and started to use pkg-config. * acinclude.m4: New file. Put contents of libgtop-sysdeps.m4 and xml.m4 and LIBGTOP_CHECK_TYPE here. * libgtop-sysdeps.m4, xml.m4: Removed. * Makefile.am (SUBDIRS): Don't compile support and macros.
* *** empty log message ***Martin Baulig2000-02-271-1/+1
|
* *** empty log message ***Martin Baulig2000-01-231-0/+1
|
* We now use `@LIBGTOP_PACKAGE@' as the translation domain so installedMartin Baulig2000-01-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-01-16 Martin Baulig <martin@home-of-linux.org> We now use `@LIBGTOP_PACKAGE@' as the translation domain so installed `libgtop-1.1.mo' files won't conflict with the ones from LibGTop 1.0 and you can keep both versions installed. * po/Makefile.in.in.in: New file. This is a modified version of the usual `Makefile.in.in' which is created by gettextize; we copy this over `Makefile.in.in' in autogen.sh after gettextize'ing. * autogen.sh: Copy `po/Makefile.in.in.in' over `po/Makefile.in.in' after running `macros/autogen.sh'. * configure.in (LIBGTOP_PACKAGE): AC_SUBST and AC_DEFINE this. * include/glibtop/global.h (_): Use `LIBGTOP_PACKAGE' as our translation domain. 2000-01-16 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION (LIBGTOP_VERSION_SUFFIX): Added this so you can have your tarballs called `libgtop-1.x.y-snap.tar.gz' or whatever. This only affects the `VERSION' variable and thus how the resulting tarball will be called, but not `LIBGTOP_VERSION_CODE' etc. * Makefile.am: Make `aclocal.m4' also depend on `LIBGTOP-VERSION' when in maintainer-mode.
* Define this to be `$(datadir)/libgtop/backends' and AC_SUBST it.Martin Baulig2000-01-121-0/+1
| | | | | | | | | 2000-01-12 Martin Baulig <martin@home-of-linux.org> * configure.in (LIBGTOP_BACKEND_DIR): Define this to be `$(datadir)/libgtop/backends' and AC_SUBST it. * libgtopConf.sh.in (LIBGTOP_BACKEND_DIR): Added.
* New directory. New directory. New directory.Martin Baulig2000-01-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-01-01 Martin Baulig <martin@home-of-linux.org> * backends/: New directory. * backends/server/: New directory. * backends/sysdeps/: New directory. * include/glibtop/backend.h: New file. * include/glibtop/call-vector.h.in: New file. Template file for `call-vector.h'. * include/glibtop/call-vector.pl: New file. Creates 'call-vector.h' from `call-vector.h.in'. * include/glibtop/errors.h (GLIBTOP_ERROR_NO_SUCH_BACKEND): New error constant. (GLIBTOP_ERROR_NOT_IMPLEMENTED): New error constant. * include/glibtop/limits.h (GLIBTOP_BACKEND_NAME_LEN): New constant. * glibtop-server-private.h (glibtop_server_private): Added `GSList *backend_list' and removed `input', `output', `socket' and `pid'. * lib/command.c: Removed. Moved to `backends/server/'. * lib/read.c: Removed. Moved to `backends/server/'. * lib/read_data.c: Removed. Moved to `backends/server/'. * lib/write.c: Removed. Moved to `backends/server/'.
* New file. This is a private header file which defines `structMartin Baulig1999-12-191-0/+2
| | | | | | | | | | 1999-12-19 Martin Baulig <martin@home-of-linux.org> * glibtop-server-private.h: New file. This is a private header file which defines `struct _glibtop_server_private'. * glibtop.h (glibtop): Added `glibtop_server_private *_priv' field and moved some private fields there.
* Moved all Guile code to the libgtop-bindings module.Martin Baulig1999-12-051-5/+0
| | | | | | | | | | | | | 1999-12-05 Martin Baulig <martin@home-of-linux.org> Moved all Guile code to the libgtop-bindings module. * sysdeps/guile/*: Removed. * sysdeps/guile/names/*: Removed. * libgtopConf.sh.in: Removed all guile variables. * configure.in: Don't check for guile any longer.
* New file. This is used by the language bindings code to get theMartin Baulig1999-12-051-3/+7
| | | | | | | 1999-12-05 Martin Baulig <martin@home-of-linux.org> * structures.def: New file. This is used by the language bindings code to get the definitions of some of LibGTop's structures.
* We now have a new, more extensible client/server communication model.Martin Baulig1999-11-281-1/+2
| | | | | | | 1999-11-28 Martin Baulig <martin@home-of-linux.org> * lib/lib.pl: We now have a new, more extensible client/server communication model. Include `$(top_srcdir)/scripts/c_types.pl' here.
* The LibGTop examples have been moved into their own top-level moduleMartin Baulig1999-10-241-9/+1
| | | | | | | | | | | | 1999-10-24 Martin Baulig <martin@home-of-linux.org> The LibGTop examples have been moved into their own top-level module libgtop-examples. * examples/*: Removed. * configure.in: Removed all checks for the examples. * libgtop-sysdeps.m4: Removed --with-libgtop-examples parameter. * Makefile.am: Removed examples from the subdir list.
* New file. We also track all changes since 1.0.x here.Martin Baulig1999-10-181-1/+2
| | | | | | | 1999-10-18 Martin Baulig <martin@home-of-linux.org> * RELNOTES-1.1.x: New file. We also track all changes since 1.0.x here.
* *** empty log message ***Martin Baulig1999-10-181-1/+1
|
* Make 'dist-hook' targets, which copy the .spec file into $(distdir),Elliot Lee1999-09-241-1/+1
| | | | | | Make 'dist-hook' targets, which copy the .spec file into $(distdir), depend upon the .spec file, so that the .spec file will be regenerated when a previously-compiled tree is 'dist'd with a new version number.
* add libgtopConf.sh to CLEANFILES.Elliot Lee1999-08-231-0/+2
| | | | add libgtopConf.sh to CLEANFILES.
* This is a new generated file which will be included from <glibtop.h>. WeMartin Baulig1999-05-121-0/+11
| | | | | | | | | | | | | | | | | 1999-05-12 Martin Baulig <martin@home-of-linux.org> * glibtop-config.h: This is a new generated file which will be included from <glibtop.h>. We define things like `u_int64_t' and LIBGTOP_*_VERSION here so we can compile LibGTop applications with `libgtop-config --cflags`. * configure.in: Create glibtop-config.h. (GLIBTOP_*_INCS): Added `-I $(pkglibdir)/include'. * libgtop-config.h.in: Added `--cflags', `--libs' and `--extra-libs' parameter so you can now use LibGTop even in no-autoconf apps. * Makefile.am: Install `glibtop-config.h' in `$(pkglibdir)/include'.
* One should ship the documentation of a package together with the tarball,Martin Baulig1999-05-091-1/+1
| | | | | | | 1999-05-09 Martin Baulig <martin@home-of-linux.org> * doc: One should ship the documentation of a package together with the tarball, so I added this back.
* Released LibGTop 1.0.1.Martin Baulig1999-03-011-2/+1
| | | | | | | | | 1999-03-01 Martin Baulig <martin@home-of-linux.org> Released LibGTop 1.0.1. * LIBGTOP-VERSION: Set version number to 1.0.1 binary age 0, interface age 0.
* Renamed them; looks better this way ...Martin Baulig1999-02-111-1/+1
|
* Ignore them for the moment.Martin Baulig1999-02-111-2/+2
| | | | | | | I'm preparing LibGTop and its documentation for the upcoming 1.0 release at the moment, but this release will be made together with GNOME 1.0. Martin
* Nuked the old README and moved README.LATEST to README.Martin Baulig1999-02-111-1/+1
|
* Renamed NEWS to NEWS.old and created an empty NEWS.Martin Baulig1999-02-111-1/+1
|
* The removed file was a left-over from the first pre-alpha 0.01 releaseMartin Baulig1999-02-111-1/+1
| | | | I ever did.
* Make it work with the generated libgtop.spec.Martin Baulig1999-02-101-0/+3
|
* *** empty log message ***Martin Baulig1999-02-101-1/+1
|
* New variable.Martin Baulig1999-01-231-0/+1
| | | | | | 1999-01-23 Martin Baulig <martin@home-of-linux.org> * libgtopConf.sh.in (LIBGTOP_DATADIR): New variable.
* Minor `make distcheck' fixes.Martin Baulig1999-01-031-1/+2
|
* Applied patch from Edward Jason Riedy to use '#' as separator in sedMartin Baulig1998-12-181-25/+25
| | | | | | | 1998-12-18 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Applied patch from Edward Jason Riedy to use '#' as separator in sed commands.
* `make distcheck' should work now ...Martin Baulig1998-12-081-1/+2
|
* Let aclocal.m4 depend on libgtop-sysdeps.m4 in maintainer mode.Martin Baulig1998-12-081-0/+2
|
* Don't build if not BUILD_GNOME_SUPPORT.Raja R Harinath1998-11-081-2/+6
| | | | * Makefile.am (support): Don't build if not BUILD_GNOME_SUPPORT.