| 
									
										
										
										
											2009-02-19 02:17:45 +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.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/include \
 | 
					
						
							|  |  |  |  -I$(top_srcdir)/include | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | bin_PROGRAMS = sane-find-scanner gamma4scanimage | 
					
						
							| 
									
										
										
										
											2009-02-20 16:51:09 +00:00
										 |  |  | noinst_PROGRAMS = sane-desc umax_pp | 
					
						
							| 
									
										
										
										
											2009-02-19 02:17:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | if CROSS_COMPILING | 
					
						
							|  |  |  | HOTPLUG = | 
					
						
							|  |  |  | HOTPLUG_DIRS = | 
					
						
							|  |  |  | HOTPLUG_DIR = | 
					
						
							|  |  |  | else | 
					
						
							|  |  |  | HOTPLUG = hal/libsane.fdi hotplug/libsane.usermap hotplug-ng/libsane.db \
 | 
					
						
							|  |  |  | 	  udev/libsane.rules | 
					
						
							|  |  |  | HOTPLUG_DIRS = hal hotplug hotplug-ng udev | 
					
						
							|  |  |  | HOTPLUG_DIR = dirs | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | bin_SCRIPTS = sane-config | 
					
						
							|  |  |  | noinst_SCRIPTS = $(HOTPLUG) | 
					
						
							|  |  |  | BUILT_SOURCES = $(HOTPLUG_DIR) | 
					
						
							|  |  |  | CLEANFILES = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | EXTRA_DIST = check-po.awk libtool-get-dll-ext mustek600iin-off.c \
 | 
					
						
							|  |  |  | 	     RenSaneDlls.cmd README xerox | 
					
						
							| 
									
										
										
										
											2009-02-20 16:51:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-19 02:17:45 +00:00
										 |  |  | sane_find_scanner_SOURCES = sane-find-scanner.c check-usb-chip.c \
 | 
					
						
							| 
									
										
										
										
											2009-02-20 16:51:09 +00:00
										 |  |  | 			    ../backend/sane_strstatus.c | 
					
						
							|  |  |  | sane_find_scanner_LDADD = ../sanei/libsanei.la ../lib/liblib.la \
 | 
					
						
							| 
									
										
										
										
											2009-05-03 22:01:23 +00:00
										 |  |  | 			  @USB_LIBS@ @IEEE1284_LIBS@ @SCSI_LIBS@ | 
					
						
							| 
									
										
										
										
											2009-02-19 02:17:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | gamma4scanimage_SOURCES = gamma4scanimage.c | 
					
						
							|  |  |  | gamma4scanimage_LDADD = @MATH_LIB@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | umax_pp_SOURCES = umax_pp.c ../backend/umax_pp_low.c | 
					
						
							|  |  |  | umax_pp_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=umax_pp_low | 
					
						
							|  |  |  | umax_pp_LDADD = ../sanei/libsanei.la ../lib/liblib.la @MATH_LIB@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | sane_desc_SOURCES = sane-desc.c | 
					
						
							| 
									
										
										
										
											2009-02-20 16:51:09 +00:00
										 |  |  | sane_desc_LDADD = ../sanei/libsanei.la ../lib/liblib.la | 
					
						
							| 
									
										
										
										
											2009-02-19 02:17:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | EXTRA_DIST += hotplug/README hotplug/libusbscanner | 
					
						
							|  |  |  | EXTRA_DIST += hotplug-ng/README hotplug-ng/libsane.hotplug | 
					
						
							|  |  |  | EXTRA_DIST += openbsd/attach openbsd/detach | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-07-25 01:17:15 +00:00
										 |  |  | pkgconfigdir = @libdir@/pkgconfig | 
					
						
							|  |  |  | pkgconfig_DATA = sane-backends.pc | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-19 02:17:45 +00:00
										 |  |  | # When build directory is not same as source directory then any
 | 
					
						
							|  |  |  | # subdirectories that targets use must be manually created (under
 | 
					
						
							|  |  |  | # the build directory that is).
 | 
					
						
							|  |  |  | dirs: | 
					
						
							|  |  |  | 	for subdir in $(HOTPLUG_DIRS); do \
 | 
					
						
							|  |  |  | 	  $(MKDIR_P) $$subdir || exit 1; \
 | 
					
						
							|  |  |  | 	  done | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | hotplug/libsane.usermap: $(wildcard ${top_srcdir}/doc/descriptions/*.desc) $(wildcard ${top_srcdir}/doc/descriptions-external/*.desc) sane-desc | 
					
						
							|  |  |  | 	@./sane-desc -m usermap -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
 | 
					
						
							|  |  |  | 	   -d 1 > $@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | hotplug-ng/libsane.db: $(wildcard ${top_srcdir}/doc/descriptions/*.desc) $(wildcard ${top_srcdir}/doc/descriptions-external/*.desc) sane-desc | 
					
						
							|  |  |  | 	@./sane-desc -m db -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
 | 
					
						
							|  |  |  | 	   -d 0 > $@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | udev/libsane.rules: $(wildcard ${top_srcdir}/doc/descriptions/*.desc) $(wildcard ${top_srcdir}/doc/descriptions-external/*.desc) sane-desc | 
					
						
							|  |  |  | 	@./sane-desc -m udev -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
 | 
					
						
							|  |  |  | 	   -d 0 > $@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | hal/libsane.fdi: $(wildcard ${top_srcdir}/doc/descriptions/*.desc) $(wildcard ${top_srcdir}/doc/descriptions-external/*.desc) sane-desc | 
					
						
							|  |  |  | 	@./sane-desc -m hal -s ${top_srcdir}/doc/descriptions:${top_srcdir}/doc/descriptions-external \
 | 
					
						
							|  |  |  | 	   -d 0 > $@ | 
					
						
							| 
									
										
										
										
											2009-02-19 02:44:53 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | clean-local: | 
					
						
							|  |  |  | 	rm -f $(HOTPLUG) |