Commit graph

4 commits

Author SHA1 Message Date
Dmitrij D. Czarkoff
35b50246f4 Avoid '$(shell ...)' macro
$(shell ...) macro is a GNU make extension.  GNU make also supports `!=`
operator, which is more portable.
2016-08-11 00:21:17 +02:00
Dmitrij D. Czarkoff
22cd4d061c Don't compile objects twice
PIC objects can be used for static library as well, so there is no reason to
build two sets of objects.
2016-08-11 00:18:58 +02:00
Alexandre Perrin
549f5b2c4d png support for inspect and qrtest. 2016-07-12 09:34:11 +02:00
Daniel Beer
a3142bc6b4 Initial commit: version 1.0. 2012-05-04 12:58:42 +12:00