mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	This is the first patch that adds menuselect to Asterisk trunk, and removes
the svn:externals property. This is being done for two reasons:
(1) The removal of external repositories eases a future migration to git
(2) Asterisk is now the only thing that uses menuselect; as a result, there's
    little need to keep it in an external repository
Subsequent patches will remove the mxml dependency from menuselect and tidy
up the build system.
ASTERISK-20703
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			248 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			248 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| all:
 | |
| 
 | |
| clean:
 | |
| 
 | |
| dist-clean:
 | |
| 
 | |
| makeopts:
 | |
| 
 | |
| menuselect:
 | |
| 	./menuselect-dummy
 | |
| 
 | |
| # Generate some dummy files to satifsy dependencies from the main
 | |
| # Makefile.
 | |
| dummies:
 | |
| 	touch linkedlists.h menuselect.c menuselect_curses.c \
 | |
| 		menuselect.h menuselect_stub.c
 | |
| 
 |