| 
									
										
										
										
											2019-07-22 23:00:44 +00:00
										 |  |  | ##  Makefile.am -- an automake template for Makefile.in file
 | 
					
						
							|  |  |  | ##  Copyright (C) 2019  Sane Developers.
 | 
					
						
							|  |  |  | ##
 | 
					
						
							|  |  |  | ##  This file is part of the "Sane" build infra-structure.  See
 | 
					
						
							|  |  |  | ##  included LICENSE file for license information.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_LDADD = \
 | 
					
						
							|  |  |  |   ../../../sanei/libsanei.la \
 | 
					
						
							| 
									
										
										
										
											2019-08-09 06:40:54 +00:00
										 |  |  |   ../../../sanei/sanei_usb.lo \
 | 
					
						
							|  |  |  |   ../../../sanei/sanei_magic.lo \
 | 
					
						
							| 
									
										
										
										
											2019-07-22 23:00:44 +00:00
										 |  |  |   ../../../lib/liblib.la \
 | 
					
						
							|  |  |  |   ../../../backend/libgenesys.la \
 | 
					
						
							|  |  |  |   ../../../backend/sane_strstatus.lo \
 | 
					
						
							| 
									
										
										
										
											2019-08-09 06:40:54 +00:00
										 |  |  |   $(MATH_LIB) $(USB_LIBS) $(XML_LIBS) $(PTHREAD_LIBS) | 
					
						
							| 
									
										
										
										
											2019-07-22 23:00:44 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | check_PROGRAMS = genesys_tests | 
					
						
							|  |  |  | TESTS = $(check_PROGRAMS) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include $(USB_CFLAGS) \
 | 
					
						
							|  |  |  |     -DBACKEND_NAME=genesys | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-01 05:42:09 +00:00
										 |  |  | genesys_tests_SOURCES = tests.cpp tests.h \
 | 
					
						
							|  |  |  |     minigtest.cpp minigtest.h tests_printers.h \
 | 
					
						
							|  |  |  |     tests_calibration.cpp \
 | 
					
						
							|  |  |  |     tests_image.cpp \
 | 
					
						
							|  |  |  |     tests_image_pipeline.cpp \
 | 
					
						
							|  |  |  |     tests_row_buffer.cpp | 
					
						
							| 
									
										
										
										
											2019-07-22 23:00:44 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | genesys_tests_LDADD = $(TEST_LDADD) |