kopia lustrzana https://gitlab.com/sane-project/backends
				
				
				
			make libcheck now also checks for non standard sane symbols (sane_*).
							rodzic
							
								
									1720fe415a
								
							
						
					
					
						commit
						eccf8f809e
					
				|  | @ -1,6 +1,8 @@ | |||
| 2005-12-28  Henning Meier-Geinitz <henning@meier-geinitz.de> | ||||
| 
 | ||||
| 	* tools/hotplug/libsane.usermap: Added Brother MFC 8440. | ||||
| 	* Makefile.in: make libcheck now also checks for non standard sane | ||||
| 	  symbols (sane_*).  | ||||
| 
 | ||||
| 2005-12-27  Henning Meier-Geinitz <henning@meier-geinitz.de> | ||||
| 
 | ||||
|  |  | |||
|  | @ -93,6 +93,14 @@ libcheck: | |||
| 	    echo -e "*** $$lib:\n$$lines"; \
 | ||||
| 	  fi \
 | ||||
| 	done | ||||
| 	@echo "Libraries exporting 'non-standard sane_*' symbols:" | ||||
| 	@for lib in backend/.libs/*.a; do \
 | ||||
| 	  lines=`nm -g $$lib|grep '\( T \)\|\( D \)'|egrep ' sane_' | egrep -v 'sane_.*init|sane_.*exit|sane_.*get_devices|sane_.*open|sane_.*close|sane_.*get_option_descriptor|sane_.*control_option|sane_.*get_parameters|sane_.*start|sane_.*read|sane_.*cancel|sane_.*set_io_mode|sane_.*get_select_fd|sane_strstatus'` ; \
 | ||||
| 	  if test -n "$$lines" ; \
 | ||||
| 	  then \
 | ||||
| 	    echo -e "*** $$lib:\n$$lines"; \
 | ||||
| 	  fi \
 | ||||
| 	done | ||||
| 
 | ||||
| clean: clean-recursive | ||||
| 
 | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Henning Geinitz
						Henning Geinitz