summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use a wrapper script for NASMOneric2021-09-151-1/+1
| | | | | | | | | | libtool assumes NASM accepts the same flags as the C-compiler, which is not actually the case. Previously we used -prefer-no-pic to avoid any additional flags being appended by libtool, which worked well for all tested platforms, but as it turns out it doesn't for NetBSD and OpenBSD. Using this wrapper-script also enables us to automatically define the PIC macro as needed, which became relevant when we started supporting 32-bit x86 PIC-assembly in 026d65e707637b0f90902bca48654871e33575f3.
* autotools: Set automake flavour on AM_INITOneric2020-11-051-1/+0
|
* Add infrastructure for regression testingDr.Smile2020-05-071-2/+6
| | | | `test` subdirectory contains complete test example.
* Added profile program and corresponding configure options11rcombs2014-01-251-1/+5
|
* Build system: replace "shave" script by AM_SILENT_RULESGrigori Goronzy2010-06-261-1/+1
| | | | | Use AM_SILENT_RULES in favor of "shave" if automake >= 1.11 is available. Otherwise, disable silent build.
* Rework build systemGrigori Goronzy2009-07-131-1/+6
| | | | | | | | * Remove checks for functions or headers that are part of ANSI C or C89. * Make enca optional. * Conditionally compile the test program depending on libpng availability.
* Add autotools infrastructure.greg2009-06-181-0/+8