summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove common_ldflags from Makefile.am as it is no longer used.Dieter Verfaillie2011-09-131-6/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658856
* Refactor and clean Makefile.am filesDieter Verfaillie2011-09-091-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658652
* autogen.sh: Use autoreconf instead of a custom script and honor ACLOCAL_FLAGSDieter Verfaillie2011-09-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658652
* Disable documentation for now since they are completely wrong for GI.Dieter Verfaillie2011-09-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657054
* Remove distutils based build system.Dieter Verfaillie2011-09-071-18/+7
| | | | | | | | | The only reason this might be brought back to life again is when the whole stack can be built with Visual Studio (including gobject-introspection) again. Building with MinGW/MSYS can now be done with the usual autogen.sh/configure/make/make install dance. https://bugzilla.gnome.org/show_bug.cgi?id=657054
* move the static bits internal to gi and refactor build filesJohn (J5) Palmieri2011-08-111-1/+1
| | | | | | | | * the glib module now becomes the gi._glib module * the gobject module now becomes the gi._gobject module * we do this so we can install in parallel with PyGObject 2 https://bugzilla.gnome.org/show_bug.cgi?id=642048
* remove pygtk.pyJohn (J5) Palmieri2011-08-111-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=642048
* introspection is no longer optionalJohn (J5) Palmieri2011-08-111-7/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=642048
* up platform version to 3.0John (J5) Palmieri2011-08-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=642048
* remove codegenJohn (J5) Palmieri2011-07-181-1/+1
|
* Add MAINTAINERCLEANFILESIgnacio Casal Quinteiro2011-01-271-0/+27
| | | | This var behaves like .gitignore and allows us to skip some specific files.
* Remove .gitignore files and use git.mkIgnacio Casal Quinteiro2011-01-271-0/+2
| | | | | git.mk is a script maintained in pango. From time to time we must check if it was updated and update it here.
* Remove gio static bindingsTomeu Vizoso2011-01-191-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=638899
* Clean and improve the test infrastructureSimon van der Linden2010-07-291-5/+0
| | | | | | | | | To run select tests, use for instance: % make check TEST_NAMES='test_everything test_gi.TestConstant' It works with check.gdb and check.valgrind too. https://bugzilla.gnome.org/show_bug.cgi?id=625488
* Fix 'make distcheck'Tomeu Vizoso2010-06-231-1/+3
| | | | | | | | | * Makefile.am: put the tests dir to the end * g*/Makefile.am: build the .so when running make check * tests/Makefile.am: Don't pass the src dir to runtests.py and remove (hopefully) unneeded cruft. * tests/common.py: Don't add the src dir to the python path * tests/runtests.py: Don't pass the src dir to common.py
* Allow building pygobject without introspection support by providingTomeu Vizoso2010-06-231-1/+5
| | | | --disable-introspection to configure.
* Merge back pygiJohan Dahlin2010-06-201-1/+13
| | | | | For reasons outlined at: http://mail.gnome.org/archives/python-hackers-list/2010-June/msg00009.html
* Add build docs for windowsJohn Stowers2010-04-161-0/+1
|
* Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distccGian Mario Tagliaretti2010-01-041-14/+13
| | | | Committed a patch from Kevin Pyle
* Remove the girepository moduleSimon van der Linden2009-11-231-1/+1
|
* Introduces the girepository module from the former PyBank.Simon van der Linden2009-06-081-1/+1
|
* Retire hand-written ChangeLog; autocreate from Git historyPaul Pogonyshev2009-05-091-0/+32
| | | | Basically copied over from GLib source tree.
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-181-1/+0
| | | | | | | Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree.
* Bad -I ordering can break build fixes #566737Gian Mario Tagliaretti2009-01-061-1/+1
| | | | svn path=/trunk/; revision=993
* Add glib bindings, currently not installed or used. Add some internal APIJohan Dahlin2008-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-20 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * glib/Makefile.am: * glib/__init__.py: * glib/glibmodule.c (pyg_destroy_notify), (get_handler_priority), (pyg_handler_marshal), (pyg_idle_add), (pyg_timeout_add), (pyg_timeout_add_seconds), (iowatch_marshal), (pyg_io_add_watch), (pyg_source_remove), (pyg_main_context_default), (child_watch_func), (child_watch_dnotify), (pyg_child_watch_add), (pyg_markup_escape_text), (pyg_get_current_time), (pyg_main_depth), (pyg_filename_display_name), (pyg_filename_display_basename), (pyg_filename_from_utf8), (pyg_get_application_name), (pyg_set_application_name), (pyg_get_prgname), (pyg_set_prgname), (pyg_register_api), (pyg_register_error), (pyg_register_version_tuples), (init_glib): * glib/pyglib-private.h: * glib/pyglib.c (pyglib_init), (pyglib_init_internal), (pyglib_gil_state_ensure), (pyglib_gil_state_release), (pyglib_enable_threads), (pyglib_gil_state_ensure_py23), (pyglib_gil_state_release_py23), (pyglib_error_check): * glib/pyglib.h: * glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), (pyg_pid_tp_init), (pyg_pid_new), (_pyg_spawn_async_callback), (pyglib_spawn_async), (pyg_spawn_register_types): * glib/pygspawn.h: Add glib bindings, currently not installed or used. Add some internal API and move over a couple of functions from the gobject module. Still very much a work in progress. svn path=/trunk/; revision=839
* Add a release-tag targetJohan Dahlin2008-07-141-0/+9
| | | | svn path=/trunk/; revision=811
* Bug 491773 – autoconf failure: .m4 files cannot be foundJohan Dahlin2008-07-141-0/+1
| | | | | | | | | | | | 2008-07-14 Johan Dahlin <johan@gnome.org> Bug 491773 – autoconf failure: .m4 files cannot be found * Makefile.am: Patch by macks@netspace.org svn path=/trunk/; revision=803
* Dist .m4 files. (#496011, Ed Catmur)Johan Dahlin2008-03-021-1/+4
| | | | | | | | | | 2008-03-22 Johan Dahlin <johan@gnome.org> * Makefile.am: Dist .m4 files. (#496011, Ed Catmur) svn path=/trunk/; revision=748
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-19 Johan Dahlin <johan@gnome.org> * Makefile.am: * codegen/Makefile.am: * codegen/README.defs: * codegen/__init__.py: * codegen/argtypes.py: * codegen/code-coverage.py: * codegen/codegen.py: * codegen/createdefs.py: * codegen/definitions.py: * codegen/defsconvert.py: * codegen/defsgen.py: * codegen/defsparser.py: * codegen/docextract.py: * codegen/docextract_to_xml.py: * codegen/docgen.py: * codegen/h2def.py: * codegen/mergedefs.py: * codegen/missingdefs.py: * codegen/mkskel.py: * codegen/override.py: * codegen/pygtk-codegen-2.0.in: * codegen/reversewrapper.py: * codegen/scanvirtuals.py: * codegen/scmexpr.py: * configure.ac: * gio/Makefile.am: * gio/__init__.py: * gio/gio-types.defs: * gio/gio.defs: * gio/gio.override: * gio/giomodule.c: (init_gio): * gio/unix-types.defs: * gio/unix.defs: * gio/unix.override: * gio/unixmodule.c: (initunix): Import codegen from pygtk. Add initial gio and gio.unix bindings. svn path=/trunk/; revision=730
* Add pygobject_postinstall.py to EXTRA_DIST.Cedric Gustin2006-10-041-0/+1
| | | | | | 2006-10-04 Cedric Gustin <cedric.gustin@gmail.com> * Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST.
* Add a rule for building documentation tarball used on the websiteJohan Dahlin2006-09-041-0/+9
|
* Always install the xsl files & css files, regardless if the documentationJohan Dahlin2006-08-211-4/+1
| | | | | | | | | 2006-08-21 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * docs/Makefile.am: Always install the xsl files & css files, regardless if the documentation was actually built or not. Also clean it up considerably.
* Import GObject part of John Finlay's PyGTK Reference Manual, copy overJohan Dahlin2006-07-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * configure.ac: * docs/.cvsignore: * docs/Makefile.am: * docs/common.xsl: * docs/devhelp.xsl: * docs/html.xsl: * docs/pdf-style.xsl: * docs/pdf.xsl: * docs/ref-html-style.xsl: * docs/reference/.cvsignore: * docs/reference/pygobject-classes.xml: * docs/reference/pygobject-constants.xml: * docs/reference/pygobject-functions.xml: * docs/reference/pygobject-gboxed.xml: * docs/reference/pygobject-ginterface.xml: * docs/reference/pygobject-gpointer.xml: * docs/reference/pygobject-maincontext.xml: * docs/reference/pygobject-mainloop.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygobject.xml: Import GObject part of John Finlay's PyGTK Reference Manual, copy over infrastructure from the pygtk-web module.
* Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan forJohan Dahlin2006-05-071-1/+1
| | | | | * Makefile.am (CLEANFILES): Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan for noticing.
* Bug 338945 – Make pygtk.py relocatableGustavo J. A. M. Carneiro2006-04-231-7/+2
|
* Add pygtk to CLEANFILES aswellJohan Dahlin2006-04-111-1/+1
|
* make pygtk.require faster and more robustGustavo J. A. M. Carneiro2006-04-011-1/+7
|
* Install/dist dsextras.pyJohan Dahlin2006-03-291-2/+5
|
* turn off zip safe, extension modules in zip files are not supported in eggsJohan Dahlin2006-01-201-1/+0
|
* Add a make egg targetJohan Dahlin2006-01-201-0/+20
| | | | | | * configure.ac (export_dynamic): * Makefile.am (egg): Add a make egg target
* Make dist/distcheck work againJohan Dahlin2006-01-091-3/+5
|
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-0/+41