Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- 
 - # To be included in all makefiles
 - 
 - .C.o:
 - 	@ echo -n "Compiling: "; tput bold; tput setaf 3; echo $<; tput sgr0; true
 - 	@ $(CXX) $(CXXFLAGS) $(INCLUDES) -c $< -o $@
 - 
 - %.C : %.fl
 - 	@ fluid -c $<
 - 
 - TAGS: $(SRCS)
 - 	etags $(SRCS)
 - 
 - makedepend: $(SRCS)
 - 	@ echo -n Checking dependencies...
 - 	@ makedepend -f- -- $(CXXFLAGS) -- $(SRCS) > makedepend 2>/dev/null && echo done.
 - 
 - all: makedepend
 
 
  |