git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			12 lines
		
	
	
		
			238 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			238 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile : Builds wxWindows samples for Unix.
 | |
| #
 | |
| 
 | |
| SAMPLES_SUBDIRS=@SAMPLES_SUBDIRS@
 | |
| 
 | |
| all:
 | |
| 	@for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE)); done
 | |
| 
 | |
| clean:
 | |
| 	@for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE) clean); done
 |