summaryrefslogtreecommitdiff
path: root/vapigen/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* vapigen: Don't override VALAC and use the available one like the restRico Tzschichholz2014-09-201-2/+0
| | | | | | | | There is no reason to special case vapigen while the rest of the source is built with the available valac version. For a proper build bootstrapping is required anyway. For internal testing of the just-built valac the testsuite should suffice.
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-10/+26
|
* Fix build for WindowsArnel A. Borja2012-11-031-1/+1
| | | | | | | | | - Replace POSIX calls for spawning process with functions from Windows API when compiling for Windows - Add EXEEXT to valac and vapigen paths - Remove EXEEXT from scripts Fixes bug 685180.
* vapigen: Use install-data-hook for .pc file symbolic linkColin Walters2012-01-231-0/+2
| | | | | The $(pkgconfigdir) may not have been created when we're just in the install-exec phase.
* Add some missing files to EXTRA_DISTRico Tzschichholz2012-01-221-1/+8
|
* Add autotools vapigen integration for upstream bindingsEvan Nemerson2012-01-201-0/+19
| | | | Fixes bug 649526.
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-051-2/+8
|
* build: Use $(srcdir) instead of relative pathsDarren Warner2010-06-041-2/+2
| | | | Fixes bug 620048.
* build: Enable silent rules by defaultMarc-André Lureau2010-03-211-4/+7
|
* Allow use of .gir directly from valacRyan Lortie2009-10-181-2/+0
| | | | | | | | | | | | | - add a --girdir parameter to the compiler - make --pkg fall back to searching for a .gir file if it can't find a .vapi file also: - change the search order for .vapi files: XDG dirs are searched before the compiled-in (--prefix) data directory, now. Fixes bug 598817.
* Add VALAFLAGSJaap A. Haitsma2009-07-081-2/+2
| | | | Fixes bug 585070.
* vapigen: Do not doubly-link to the static libgeeMark Lee2009-07-081-2/+0
| | | | | | | | | In the Vala Team PPA, it was reported that the vapigen binary did not run, due to the fact that Gee classes were being registered multiple times. The problem was fixed by removing the explicit reference to libgee in LDADD, as it is already included via libvala. Fixes bug 585120.
* Rename gobject directory to codegenJürg Billeter2009-05-091-2/+2
|
* Remove generated .c files on make maintainer-cleanJürg Billeter2009-04-141-0/+6
| | | | Fixes bug 509146.
* Switch build system to not use legacy headersJürg Billeter2009-04-051-5/+5
|
* Add experimental .gir support to vapigenJürg Billeter2008-10-171-0/+2
| | | | | | | | | | | | | 2008-10-17 Jürg Billeter <j@bitron.ch> * vapigen/Makefile.am: * vapigen/valagirparser.vala: * vapigen/valamarkupreader.vala: * vapigen/valavapigen.vala: Add experimental .gir support to vapigen svn path=/trunk/; revision=1854
* Build executable by defaultJuerg Billeter2008-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | 2008-04-26 Juerg Billeter <j@bitron.ch> * compiler/valacompiler.vala: Build executable by default * ccode/Makefile.am: * compiler/Makefile.am: * gee/Makefile.am: * gen-project/Makefile.am: * gobject/Makefile.am: * tests/testrunner.sh: * vala/Makefile.am: * vapigen/Makefile.am: Update build system to use -C svn path=/trunk/; revision=1324
* build vapigen and vala-gen-project with newly built valacJuerg Billeter2007-12-221-0/+2
| | | | | | | | | 2007-12-22 Juerg Billeter <j@bitron.ch> * vapigen/Makefile.am, gen-project/Makefile.am: build vapigen and vala-gen-project with newly built valac svn path=/trunk/; revision=784
* fix distcheckJuerg Billeter2007-11-291-1/+1
| | | | | | | | | | 2007-11-29 Juerg Billeter <j@bitron.ch> * ccode/Makefile.am, compiler/Makefile.am, gee/Makefile.am, gen-project/Makefile.am, gobject/Makefile.am, vala/Makefile.am, vapigen/Makefile.am: fix distcheck svn path=/trunk/; revision=736
* don't use filter function in makefiles as it's a GNU make extensionJuerg Billeter2007-11-271-11/+15
| | | | | | | | | | | 2007-11-27 Juerg Billeter <j@bitron.ch> * ccode/Makefile.am, compiler/Makefile.am, gee/Makefile.am, gen-project/Makefile.am, gobject/Makefile.am, tests/Makefile.am, vala/Makefile.am, vapigen/Makefile.am: don't use filter function in makefiles as it's a GNU make extension svn path=/trunk/; revision=729
* replace deprecated INCLUDES by AM_CPPFLAGSJuerg Billeter2007-11-271-1/+1
| | | | | | | | | | | 2007-11-27 Juerg Billeter <j@bitron.ch> * ccode/Makefile.am, compiler/Makefile.am, gee/Makefile.am, gen-project/Makefile.am, gobject-introspection/Makefile.am, gobject/Makefile.am, tests/Makefile.am, vala/Makefile.am, vapigen/Makefile.am: replace deprecated INCLUDES by AM_CPPFLAGS svn path=/trunk/; revision=727
* rename gidlgen subdirectory to vala-gen-introspectJuerg Billeter2007-10-271-1/+1
| | | | | | | | | | 2007-10-27 Juerg Billeter <j@bitron.ch> * configure.ac, vapigen/Makefile.am, vapigen/gidlgen/Makefile.am, vapigen/gidlgen/vala-gen-introspect.in, vapigen/vala-gen-introspect/: rename gidlgen subdirectory to vala-gen-introspect svn path=/trunk/; revision=662
* Add '-no-undefined' for Cygwin and MinGW. Change order of link command toJuerg Billeter2007-10-191-1/+2
| | | | | | | | | | | | | | 2007-10-19 Juerg Billeter <j@bitron.ch> * gobject/Makefile.am (libvala_la_LDFLAGS): Add '-no-undefined' for Cygwin and MinGW. * tests/testrunner.sh: Change order of link command to fix linking on Cygwin, MinGW, and on Linux with -Wl,--as-needed. * vapigen/Makefile.am (INCLUDES): Fix VPATH build. Patch by Yaakov Selkowitz, fixes bug 486124 svn path=/trunk/; revision=654
* Use --basedir in build system and rename all VAPI files to .vapi, requiresJuerg Billeter2007-10-091-3/+3
| | | | | | | | | 2007-10-09 Juerg Billeter <j@bitron.ch> Use --basedir in build system and rename all VAPI files to .vapi, requires r646 to build svn path=/trunk/; revision=647
* adding vapicheck as tool to verify Vala bindings. currently only .metadataMathias Hasselmann2007-09-021-1/+21
| | | | | | | | | | 2007-09-02 Mathias Hasselmann <mathias.hasselmann@gmx.de> * vapigen/Makefile.am, vapigen/valavapicheck.vala: adding vapicheck as tool to verify Vala bindings. currently only .metadata files are checked for unresolved symbols. svn path=/trunk/; revision=573
* fix --version option in vapigen, patch by Jaap A. Haitsma, fixes bugJuerg Billeter2007-08-061-1/+1
| | | | | | | | | 2007-08-06 Juerg Billeter <j@bitron.ch> * vapigen/Makefile.am, vapigen/valavapigen.vala: fix --version option in vapigen, patch by Jaap A. Haitsma, fixes bug 461262 svn path=/trunk/; revision=421
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-27 Juerg Billeter <j@bitron.ch> * Makefile.am, README, configure.ac, gee/Makefile.am, gee/arraylist.vala, gee/collection.vala, gee/hashmap.vala, gee/hashset.vala, gee/iterable.vala, gee/iterator.vala, gee/list.vala, gee/map.vala, gee/readonlycollection.vala, gee/readonlylist.vala, gee/readonlymap.vala, gee/readonlyset.vala, gee/set.vala, vala/Makefile.am, vala/parser.y, vala/valaarray.vala, vala/valaarraycreationexpression.vala, vala/valaattribute.vala, vala/valablock.vala, vala/valacallback.vala, vala/valaclass.vala, vala/valacodecontext.vala, vala/valacodenode.vala, vala/valadatatype.vala, vala/valaelementaccess.vala, vala/valaenum.vala, vala/valaexpression.vala, vala/valafield.vala, vala/valaformalparameter.vala, vala/valaforstatement.vala, vala/valainitializerlist.vala, vala/valainstancecast.vala, vala/valainterface.vala, vala/valainterfacewriter.vala, vala/valainvocationexpression.vala, vala/valainvokable.vala, vala/valalambdaexpression.vala, vala/valalocalvariabledeclaration.vala, vala/valamember.vala, vala/valamemberaccess.vala, vala/valamemorymanager.vala, vala/valamethod.vala, vala/valanamespace.vala, vala/valaobjectcreationexpression.vala, vala/valapointer.vala, vala/valascope.vala, vala/valasemanticanalyzer.vala, vala/valasignal.vala, vala/valasourcefile.vala, vala/valasourcefilecycle.vala, vala/valastruct.vala, vala/valaswitchsection.vala, vala/valaswitchstatement.vala, vala/valasymbol.vala, vala/valasymbolresolver.vala, vala/valatrystatement.vala, vala/valatypeparameter.vala, vala/valatypereference.vala, vala/valavariabledeclarator.vala, ccode/Makefile.am, ccode/valaccodeblock.vala, ccode/valaccodecasestatement.vala, ccode/valaccodecommaexpression.vala, ccode/valaccodedeclaration.vala, ccode/valaccodeenum.vala, ccode/valaccodeforstatement.vala, ccode/valaccodefragment.vala, ccode/valaccodefunction.vala, ccode/valaccodefunctioncall.vala, ccode/valaccodefunctiondeclarator.vala, ccode/valaccodeinitializerlist.vala, ccode/valaccodestruct.vala, ccode/valaccodeswitchstatement.vala, gobject/Makefile.am, gobject/valaclassregisterfunction.vala, gobject/valacodegenerator.vala, gobject/valacodegeneratorassignment.vala, gobject/valacodegeneratorclass.vala, gobject/valacodegeneratorinterface.vala, gobject/valacodegeneratorinvocationexpression.vala, gobject/valacodegeneratormemberaccess.vala, gobject/valacodegeneratormethod.vala, gobject/valacodegeneratorsignal.vala, gobject/valacodegeneratorsourcefile.vala, gobject/valainterfaceregisterfunction.vala, compiler/Makefile.am, vapi/gio-standalone.vala, vapi/gstreamer-0.10.vala, vapi/gtk+-2.0.vala, vapigen/Makefile.am, vapigen/valagidlparser.vala: add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, and Gee.HashSet instead of GLib.List and GLib.HashTable svn path=/trunk/; revision=406
* split code generator updateJürg Billeter2007-05-031-1/+1
| | | | | | | | | | | | | | | | | | 2007-05-03 Jürg Billeter <j@bitron.ch> * gobject/valacodegenerator.vala, gobject/valacodegeneratorassignment.vala, gobject/valacodegeneratorclass.vala, gobject/valacodegeneratorinterface.vala, gobject/valacodegeneratorinvocationexpression.vala gobject/valacodegeneratormemberaccess.vala, gobject/valacodegeneratormethod.vala, gobject/valacodegeneratorsignal.vala, gobject/valacodegeneratorsourcefile.vala, gobject/valacodegeneratorstruct.vala: split code generator * gobject/Makefile.am, vapigen/Makefile.am: update svn path=/trunk/; revision=306
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+38
| | | | | | | | 2007-05-02 Jürg Billeter <j@bitron.ch> * Move contents of vala-pkg to trunk svn path=/trunk/; revision=300
* move from vapigen updateJürg Billeter2007-05-021-7/+0
| | | | | | | | | 2007-05-02 Jürg Billeter <j@bitron.ch> * gobject-introspection, vapigen, vapi/packages: move from vapigen * configure.ac, Makefile.am: update svn path=/trunk/; revision=298
* Initial import of vapigen.Jürg Billeter2006-08-181-0/+7
* Initial import of vapigen. svn path=/trunk/; revision=101