mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	
		
			
	
	
		
			21 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# Makefile for ALSA library
							 | 
						||
| 
								 | 
							
								# Copyright (c) 1994-98 by Jaroslav Kysela <perex@jcu.cz>
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								include ../Makefile.conf
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								TARGETS=soundapi.txt \
							 | 
						||
| 
								 | 
							
								        soundapi.html
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								all: $(TARGETS)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								soundapi.txt: soundapi.sgml
							 | 
						||
| 
								 | 
							
									sgml2txt soundapi.sgml
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								soundapi.html: soundapi.sgml
							 | 
						||
| 
								 | 
							
									sgml2html soundapi.sgml
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								clean:
							 | 
						||
| 
								 | 
							
									rm -f core .depend *.orig *~
							 |