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.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							340 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							340 B
						
					
					
				#
 | 
						|
# NetSurf javascript source file inclusion
 | 
						|
#
 | 
						|
# Included by Makefile
 | 
						|
#
 | 
						|
 | 
						|
S_JAVASCRIPT_BINDING:=
 | 
						|
 | 
						|
ifeq ($(NETSURF_USE_DUKTAPE),YES)
 | 
						|
# Duktape
 | 
						|
include content/handlers/javascript/duktape/Makefile
 | 
						|
else
 | 
						|
# None
 | 
						|
include content/handlers/javascript/none/Makefile
 | 
						|
endif
 | 
						|
 | 
						|
# Fetcher for javascript scheme is always required
 | 
						|
S_JAVASCRIPT += fetcher.c
 |