sane-project-backends/sanei
Olaf Meeuwissen 2d6fad58b4 Respect GNU Standards user variables
Several variables are considered "user variables" by the GNU Standards.
This means that the user can pass these to their ./configure and make
invocations as they see fit.  These variables include CPPFLAGS, CFLAGS
and LDFLAGS.

This changeset pushes our use of these variables to the automake shadow
variables, AM_CPPFLAGS, AM_CFLAGS and AM_LDFLAGS, so that user variables
will no longer clobber flags required in order to build.
2016-06-13 22:03:14 +09:00
..
.gitignore new .gitignore files 2009-05-05 16:06:38 -04:00
Makefile.am Respect GNU Standards user variables 2016-06-13 22:03:14 +09:00
Makefile.in autoheader and automake 2015-10-02 21:53:14 -04:00
linux_sg3_err.h Added GPL + SANE exception license. 2003-07-26 17:49:10 +00:00
os2_srb.h Merge devel (v1.0.3) into head branch. 2000-08-12 15:11:46 +00:00
sanei_DomainOS.c Drop execute permission 2015-11-27 21:28:09 +09:00
sanei_DomainOS.h Drop execute permission 2015-11-27 21:28:09 +09:00
sanei_ab306.c Remove dead code due to unused variables 2015-12-20 15:21:45 +09:00
sanei_access.c cleanup, uniq PATH_SEP defines 2012-01-21 22:02:20 -06:00
sanei_auth.c 64 bit platform fixes (bug #300799). 2004-10-03 17:34:36 +00:00
sanei_codec_ascii.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_codec_bin.c Check the IP address of the remote host before any communication occurs. 2003-02-09 11:23:41 +00:00
sanei_config.c cleanup, uniq PATH_SEP defines 2012-01-21 22:02:20 -06:00
sanei_config2.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_constrain_value.c fixed range overflow due to rounding in sanei_constrain_value 2013-08-04 09:04:47 +02:00
sanei_init_debug.c Mark internal function toupper_ascii as static 2015-12-20 15:10:30 +09:00
sanei_ir.c Replace obsolete interface with standard include files 2015-10-07 18:09:33 +09:00
sanei_jpeg.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_lm983x.c 64 bit platform fixes (bug #300799). 2004-10-03 17:34:36 +00:00
sanei_magic.c Bugfix: On error, return the actual error code in sanei_magic_rotate 2015-12-20 14:43:57 +09:00
sanei_net.c Plug an information leak in the net backend. 2008-04-13 14:44:20 +00:00
sanei_pa4s2.c Use consistently __func__ instead of __FUNCTION__ 2015-12-20 15:27:45 +09:00
sanei_pio.c Define IO_SUPPORT_MISSING when inb() and outb() aren't in <sys/io.h> 2015-09-19 13:39:37 -04:00
sanei_pp.c Define IO_SUPPORT_MISSING when inb() and outb() aren't in <sys/io.h> 2015-09-19 13:39:37 -04:00
sanei_pv8630.c Fix SANE_DEBUG_SANEI_PV8630 2005-09-22 19:02:25 +00:00
sanei_scsi.c Fix "discards 'const' qualifier from pointer target type" warnings 2015-11-11 22:41:58 +09:00
sanei_tcp.c Use consistently __func__ instead of __FUNCTION__ 2015-12-20 15:27:45 +09:00
sanei_thread.c Move #include <pthread.h> to sanei_thread.h 2016-02-13 17:34:46 +09:00
sanei_udp.c remove unused variable. 2011-11-09 21:48:07 -06:00
sanei_usb.c Support SANE_USB_WORKAROUND env var 2016-02-23 20:36:32 -05:00
sanei_wire.c Fixing compiler warnings 2007-01-20 23:02:53 +00:00