summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix the make check build by always linking to gthread-2.0.Murray Cumming2011-10-251-1/+1
| | | | | | | | | | | | | * configure.ac: Always use gthread-2.0 because there is now no advantage to not doing that, because threading is now always enabled in glib. Remove the separate GTHREAD* variables. * glib/glibmm/Makefile.am: * gio/giomm/Makefile.am: * tests/Makefile.am: * tools/Makefile.am: * examples/Makefile.am: Remove use of the GTHREAD* variables.. * examples/network/resolver.cc: Remove the non-threading option and code that uses it.
* Add h2defs.py and docextract_to_xml.py, removed from pygboject.Murray Cumming2011-07-191-0/+7
| | | | | | | | | | | * tools/defs_gen/definitions.py: * tools/defs_gen/defsparser.py: * tools/defs_gen/docextract.py: * tools/defs_gen/docextract_to_xml.py: * tools/defs_gen/h2def.py: * tools/defs_gen/scmexpr.py: Add h2def.py and docextract_to_xml.py, and any .py files that they use, because they were removed from pygobject. * tools/Makefile.am: Add these to EXTRA_DIST.
* Convert tools/ directory to new build systemDaniel Elstner2009-08-091-5/+53
| | | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Remove the output files tools/{extra_defs_gen,m4,pm}/Makefile from the list. * tools/Makefile.am: Clean up. Build, distribute and install the contents of all three subdirectories. Rename generate_extra_defs executable to generate_defs_glib. * tools/m4/filelist.am: New file to hold the list of M4 files. * tools/pm/filelist.am: New file to hold the list of Perl modules. * tools/{extra_defs_gen,m4,pm}/Makefile.am: Delete files.
* add a GMMPROC_DIR variable so the individual Makefile.am files don't needJonathon Jongsma2008-02-161-1/+1
| | | | | | | | | | | | | | * configure.in: add a GMMPROC_DIR variable so the individual Makefile.am files don't need to duplicate the information about where gmmproc is to be installed * glib/glibmm-2.4.pc.in: add new gmmprocdir variable so that interested libraries can query it with `pkg-config --variable gmmprocdir glibmm-2.4` * tools/Makefile.am: * tools/m4/Makefile.am: * tools/pm/Makefile.am: use the new GMMPROC_DIR variable svn path=/trunk/; revision=601
* Add enum.pl to the dist, so that it is in tarballs. Someone saw itMurray Cumming2006-11-101-1/+1
| | | | | | | | 2006-11-10 Murray Cumming <murrayc@murrayc.com> * tools/Makefile.am: Add enum.pl to the dist, so that it is in tarballs. Someone saw it mentioned in the appendix, but could not find it in the tarball.
* 2.4.0:Murray Cumming2004-04-111-1/+1
| | | | | | | | 2004-04-11 Murray Cumming <murrayc@murrayc.com> * tools/pm/WrapParser.pm, Output.pm, m4/signal.m4: Allow _WRAP_SIGNAL() to take an refreturn argument, so that Gtk::Widget::on_get_accessible() can do an extra ref before returning the Atk::Object.
* Install headers in a glibmm-2.3 directory instead of glibmm-2.4, to beMurray Cumming2003-04-231-1/+1
| | | | | | | 2003-04-22 Murray Cumming <murrayc@usa.net> * Install headers in a glibmm-2.3 directory instead of glibmm-2.4, to be consistent with gtkmm 2.4.
* Renamed gtkmmproc to gmmproc.Murray Cumming2003-01-211-2/+2
| | | | | | 2003-01-21 Murray Cumming <murrayc@usa.net> * Renamed gtkmmproc to gmmproc.
* It now builds, though I haven' tried installing it. The library names andMurray Cumming2003-01-081-1/+1
| | | | | | | | 2003-01-08 Murray Cumming <murrayc@usa.net> * It now builds, though I haven' tried installing it. The library names and header directories should now all have 2.4 instead of 2.0 in their name.
* Initial revisionMurray Cumming2003-01-071-0/+11