summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-02-04Use both AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGSDmitry V. Levin1-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
2008-06-30Move orc into separate packageDavid Schleef1-8/+2
2008-05-21[orc] add pkgconfig files and install properlyDavid Schleef1-1/+7
2008-05-15move jit code to toplevel orc directory in preparation for libificationDavid Schleef1-1/+1
2008-02-19Distcheck requires gtk-doc, so enforce it.David Schleef1-0/+2
2006-11-06* BUGS:David Schleef1-1/+1
remove. * BUG-REPORTING: add. * HACKING: * Makefile.am: * NEWS: * README: documentation fixes.
2006-04-21* Makefile.am:David Schleef1-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:
2005-08-03Patch from Wim Taymans adding a bunch of classes and MMXDavid Schleef1-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:
2005-08-01* Makefile.am: add 'foreign' to automake flagsDavid Schleef1-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
2005-03-17* Makefile.am: upgrade gtk-doc stuff, convert to XMLDavid Schleef1-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:
2005-01-18* Makefile.am: documentation. woohoo.David Schleef1-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:
2005-01-13* Makefile.am: dist autogen.shDavid Schleef1-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
2005-01-10* AUTHORS: addDavid Schleef1-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
2004-11-02* COPYING: addDavid Schleef1-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):
2004-09-13* Makefile.am: Bump API version to 0.2David Schleef1-1/+3
* configure.ac: * liboil-0.1-uninstalled.pc.in: * liboil-0.1.pc.in: * liboil.pc.in:
2004-08-18* Makefile.am: remove liboil-liteDavid Schleef1-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.
2004-02-12hackingDavid Schleef1-1/+3
2004-01-27hackingDavid Schleef1-1/+1
2004-01-07importDavid Schleef1-0/+3