summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use both AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGSDmitry V. Levin2010-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | libtoolize(1) tool suggests adding AC_CONFIG_MACRO_DIR macro to configure.ac, and gtkdocize tool also uses AC_CONFIG_MACRO_DIR from configure.ac to find out where to install gtk-doc.m4 file. According to libtool documentation at http://www.gnu.org/software/libtool/manual/html_node/Invoking-libtoolize.html "If libtoolize detects an explicit call to AC_CONFIG_MACRO_DIR (see The Autoconf Manual) in your configure.ac, it will put the Libtool macros in the specified directory. In the future other Autotools will automatically check the contents of AC_CONFIG_MACRO_DIR, but at the moment it is more portable to add the macro directory to ACLOCAL_AMFLAGS in Makefile.am, which is where the tools currently look. If libtoolize doesn't see AC_CONFIG_MACRO_DIR, it too will honour the first ā€˜-Iā€™ argument in ACLOCAL_AMFLAGS when choosing a directory to store libtool configuration macros in. It is perfectly sensible to use both AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGS, as long as they are kept in synchronisation." Fixed #25927
* Move orc into separate packageDavid Schleef2008-06-301-8/+2
|
* [orc] add pkgconfig files and install properlyDavid Schleef2008-05-211-1/+7
|
* move jit code to toplevel orc directory in preparation for libificationDavid Schleef2008-05-151-1/+1
|
* Distcheck requires gtk-doc, so enforce it.David Schleef2008-02-191-0/+2
|
* * BUGS:David Schleef2006-11-061-1/+1
| | | | | | | | | | | remove. * BUG-REPORTING: add. * HACKING: * Makefile.am: * NEWS: * README: documentation fixes.
* * Makefile.am:David Schleef2006-04-211-1/+1
| | | | | | | | | * liboil/Makefile.am: dist various files * liboil/liboildebug.c: debug fix * liboil/liboilfunction.c: doc fix * liboil/liboilcpu.c: move timestamp code here, since it depends closely on the cpu detection code. * liboil/liboilprofile.c:
* Patch from Wim Taymans adding a bunch of classes and MMXDavid Schleef2005-08-031-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | implementations for libtheora. Heavily modified by ds. * Makefile.am: * liboil-uninstalled.pc.in: * liboil/copy/Makefile.am: * liboil/copy/copy.c: * liboil/copy/copy8x8.c: * liboil/copy/copy8x8_i386.c: * liboil/dct/Makefile.am: * liboil/dct/fdct8x8theora.c: * liboil/dct/fdct8x8theora_i386.c: * liboil/i386/Makefile.am: * liboil/i386/diff8x8_i386.c: * liboil/i386/error8x8_i386.c: * liboil/i386/recon8x8_i386.c: * liboil/i386/rowcolsad8x8_i386.c: * liboil/i386/sad8x8_i386.c: * liboil/i386/sad8x8avg_i386.c: * liboil/ref/Makefile.am: * liboil/ref/diff8x8.c: * liboil/ref/error8x8.c: * liboil/ref/recon8x8.c: * liboil/ref/rowcolsad8x8.c: * liboil/ref/sad8x8avg.c:
* * Makefile.am: add 'foreign' to automake flagsDavid Schleef2005-08-011-0/+2
| | | | | | | | | | | | | | | | | | | * configure.ac: add some dirs * examples/Makefile.am: same * examples/memcpy-speed.c: (main): change back to gromit's cpu * examples/oil-inspect.c: (oil_print_impl): Don't run non-runnable implementations. * examples/oil-test.c: (dump_array), (main): minor fixes * examples/taylor/Makefile.am: new * examples/taylor/example1.c: new * liboil/Makefile.am: add dirs * liboil/colorspace/composite.c: (composite_over_argb_noclamp_2): alternate clamping version * liboil/simdpack/scalarmult.c: add unrolled impls * testsuite/instruction/check-instructions.pl: fixes * liboil/fb/Makefile.am: new * liboil/fb/fbmmx.h: new * liboil/fb/fbmmx.c: new
* * Makefile.am: upgrade gtk-doc stuff, convert to XMLDavid Schleef2005-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | * configure.ac: * doc/Makefile.am: * doc/build_prototypes_doc.c: * doc/liboil-docs.sgml: * doc/liboil-sections.txt: * doc/xml/liboil-doc.bottom: move sgml files here * doc/xml/liboil.xml: * doc/xml/liboilcpu.xml: * doc/xml/liboildebug.xml: * doc/xml/liboilfuncs-doc.xml: * doc/xml/liboilfunction.xml: * doc/xml/liboilparameter.xml: * doc/xml/liboilprofile.xml: * doc/xml/liboilprototype.xml: * doc/xml/liboilrandom.xml: * doc/xml/liboiltest.xml: * doc/xml/liboiltypes.xml: * doc/xml/object_index.sgml: * doc/xml/tree_index.sgml:
* * Makefile.am: documentation. woohoo.David Schleef2005-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * doc/Makefile.am: * doc/build_prototypes_doc.c: (main), (print_header), (print_footer): * doc/liboil-docs.sgml: * doc/liboil-sections.txt: * doc/tmpl/conv.sgml: * doc/tmpl/dct.sgml: * doc/tmpl/jpeg.sgml: * doc/tmpl/liboil-unused.sgml: * doc/tmpl/liboil.sgml: * doc/tmpl/liboilcpu.sgml: * doc/tmpl/liboildebug.sgml: * doc/tmpl/liboilfuncs-doc.sgml: * doc/tmpl/liboilfunction.sgml: * doc/tmpl/liboilparameter.sgml: * doc/tmpl/liboilprofile.sgml: * doc/tmpl/liboilprototype.sgml: * doc/tmpl/liboilrandom.sgml: * doc/tmpl/liboiltest.sgml: * doc/tmpl/liboiltypes.sgml: * doc/tmpl/md5.sgml: * doc/tmpl/simdpack.sgml: * liboil/liboil.h: * liboil/liboildebug.h: * liboil/liboilfunction.c: * liboil/liboilparameter.h: * liboil/liboiltest.c: (check_holes): * liboil/liboiltypes.h:
* * Makefile.am: dist autogen.shDavid Schleef2005-01-131-1/+1
| | | | | | | | | | | | | | | | | | * README: add comments * configure.ac: bump version. Fix ordering. failing->broken * liboil.pc.in: add -lm * liboil/dct/dct36_f32.c: (dct36_f32_ref): still broken. Note to self: only add classes that _have_ a reference implementation. * liboil/dct/fdct8x8_f64.c: (fdct8x8_f64_1d): fix striding * liboil/liboilfuncs.h: parameter name change * liboil/liboilparameter.h: Add guard value. * liboil/liboiltest.c: (oil_test_check_function), (check_guard), (oil_test_check_impl), (init_parameter), (check_holes): check interstitial regions. Use a guard value instead of 0. * liboil/simdpack/abs_i386.c: (abs_u16_s16_mmx2), (abs_u16_s16_sse2): disable broken impls * liboil/simdpack/scalarmult_i386.c: (scalarmult_f32_sse): fix impl
* * AUTHORS: addDavid Schleef2005-01-101-0/+3
| | | | | | | | | * INSTALL: add * Makefile.am: add ACLOCAL_FLAGS * NEWS: add * configure.ac: fix up for modern autoconf/automake * liboil/Makefile.am: use -version-info * license_block: update for 2005
* * COPYING: addDavid Schleef2004-11-021-0/+4
| | | | | | | | | | | | | | | | | | * Makefile.am: Add COPYING, fix CLEANFILES * configure.ac: version bump * examples/jpeg/Makefile.am: fix glib dep * liboil/Makefile.am: add md5, fix glib dep * liboil/copy/Makefile.am: * liboil/liboilfuncs.h: update * liboil/liboilfunction.c: (oil_class_choose_by_name): add new function * liboil/liboilfunction.h: same * liboil/md5/Makefile.am: add md5 function class * liboil/md5/md5.c: (md5_c): * liboil/md5/md5.h: * liboil/md5/md5_i386.c: (md5_asm1), (md5_asm2): * testsuite/Makefile.am: add an md5 test * testsuite/md5.c: (test), (main):
* * Makefile.am: Bump API version to 0.2David Schleef2004-09-131-1/+3
| | | | | | | * configure.ac: * liboil-0.1-uninstalled.pc.in: * liboil-0.1.pc.in: * liboil.pc.in:
* * Makefile.am: remove liboil-liteDavid Schleef2004-08-181-1/+1
| | | | | | | * configure.ac: add -D_GNU_SOURCE to flags * liboil/simdpack/abs_u16_s16.c: (abs_u16_s16_i386asm2), (abs_u16_s16_mmxx), (abs_u16_s16_mmx2), (abs_u16_s16_sse2): Fix some problems with ebx usage.
* hackingDavid Schleef2004-02-121-1/+3
|
* hackingDavid Schleef2004-01-271-1/+1
|
* importDavid Schleef2004-01-071-0/+3