9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| AUTOMAKE_OPTION = foreign
 | |
| ACLOCAL_AMFLAGS = -I m4
 | |
| 
 | |
| SUBDIRS = lib bin
 | |
| DIST_SUBDIRS = $(SUBDIRS) 
 | |
| 
 | |
| distclean-local:
 | |
| 	$(RM) -r $(top_srcdir)/autom4te.cache
 |