| 
									
										
										
										
											2009-02-15 03:31:36 +00:00
										 |  |  | ##  Makefile.am -- an automake template for Makefile.in file
 | 
					
						
							|  |  |  | ##  Copyright (C) 2009 Chris Bagwell and Sane Developers.
 | 
					
						
							|  |  |  | ##
 | 
					
						
							|  |  |  | ##  This file is part of the "Sane" build infra-structure.  See
 | 
					
						
							|  |  |  | ##  included LICENSE file for license information.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-22 11:15:45 +00:00
										 |  |  | AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include \
 | 
					
						
							| 
									
										
										
										
											2019-05-25 06:12:30 +00:00
										 |  |  |  -I$(top_srcdir)/include $(USB_CFLAGS) $(XML_CFLAGS) | 
					
						
							| 
									
										
										
										
											2009-02-15 03:31:36 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | noinst_LTLIBRARIES = libsanei.la | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-15 20:36:54 +00:00
										 |  |  | libsanei_la_SOURCES = sanei_directio.c sanei_ab306.c sanei_constrain_value.c \
 | 
					
						
							| 
									
										
										
										
											2009-02-15 03:31:36 +00:00
										 |  |  |   sanei_init_debug.c sanei_net.c sanei_wire.c sanei_codec_ascii.c \
 | 
					
						
							|  |  |  |   sanei_codec_bin.c sanei_scsi.c sanei_config.c sanei_config2.c \
 | 
					
						
							|  |  |  |   sanei_pio.c sanei_pa4s2.c sanei_auth.c sanei_usb.c sanei_thread.c \
 | 
					
						
							|  |  |  |   sanei_pv8630.c sanei_pp.c sanei_lm983x.c sanei_access.c sanei_tcp.c \
 | 
					
						
							| 
									
										
										
										
											2015-02-20 19:52:08 +00:00
										 |  |  |   sanei_udp.c sanei_magic.c sanei_ir.c | 
					
						
							| 
									
										
										
										
											2009-02-15 03:31:36 +00:00
										 |  |  | if HAVE_JPEG | 
					
						
							|  |  |  | libsanei_la_SOURCES += sanei_jpeg.c | 
					
						
							|  |  |  | endif | 
					
						
							| 
									
										
										
										
											2015-09-15 09:00:10 +00:00
										 |  |  | EXTRA_DIST = linux_sg3_err.h os2_srb.h sanei_DomainOS.c sanei_DomainOS.h |