git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			18 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
dnl Process this file with autoconf to produce a configure script.
 | 
						|
AC_REVISION($Id$)dnl
 | 
						|
 | 
						|
AC_INIT(Makefile.in)
 | 
						|
 | 
						|
IF_GNU_MAKE=$wx_cv_if_gnu_make
 | 
						|
AC_SUBST(IF_GNU_MAKE)
 | 
						|
 | 
						|
AC_OUTPUT([
 | 
						|
            Makefile
 | 
						|
            bombs/Makefile
 | 
						|
            dbbrowse/Makefile
 | 
						|
            forty/Makefile
 | 
						|
            fractal/Makefile
 | 
						|
            life/Makefile
 | 
						|
            poem/Makefile
 | 
						|
         ])
 |