mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			289 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			289 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| test_portburn: portburn_macosx.cpp portburn_staging.cpp test_portburn.cpp Makefile.macosx
 | |
| 	g++ \
 | |
| 		-framework Carbon -framework Cocoa -framework System \
 | |
| 		-framework DiscRecording \
 | |
| 		-Wall -g -O \
 | |
| 		-o test_portburn \
 | |
| 		portburn_macosx.cpp \
 | |
| 		portburn_staging.cpp \
 | |
| 		test_portburn.cpp
 |