mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 06:03:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			330 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			330 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SUBDIRS = src
 | |
| 
 | |
| pkgconfigdir = $(libdir)/pkgconfig
 | |
| pkgconfig_DATA = sbsms.pc
 | |
| 
 | |
| #tell aclocal that extra macros can be found in m4/
 | |
| ACLOCAL_AMFLAGS = -I m4
 | |
| 
 | |
| EXTRA_DIST = \
 | |
| 	build/macosx.sh \
 | |
| 	win/config.h \
 | |
| 	win/sbsms/sbsms.ICO \
 | |
| 	win/sbsms/sbsms.rc \
 | |
| 	win/sbsms/sbsms.sln \
 | |
| 	win/sbsms/sbsms.vcproj \
 | |
| 	win/sbsms/sbsms.wxs \
 | |
| 	$(NULL)
 |