| 
					
				 | 
			
			
				@@ -11,21 +11,19 @@ include ../../../../Makefile.configs 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 include ../../../../Makefile.rules 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 include ../Makefile.Test 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-CFLAGS-debug += -fno-builtin -nostdlib 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(PALDIR)/user_start.o: $(PALDIR)/user_start.S 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	$(MAKE) -C $(PALDIR) $(notdir $@) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ifeq ($(findstring x86_64,$(SYS))$(findstring linux,$(SYS)),x86_64linux) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 LDLIBS-c_executables = $(libs) $(PALDIR)/user_start.o 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(c_executables): CFLAGS += $(CFLAGS-debug) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(c_executables): LDLIBS += $(LDFLAGS-debug) $(LDLIBS-c_executables) -lpal -lsysdb_debug 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(c_executables): CFLAGS += $(CFLAGS-libos-debug) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(c_executables): LDLIBS += $(LDLIBS-c_executables) $(LDFLAGS-libos-debug) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(c_executables): %: %.c $(LDLIBS-c_executables) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	$(call cmd,csingle) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 LDLIBS-cxx_executables = $(libs) ../../../../Pal/src/user_start.o 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(cxx_executables): CXXFLAGS += $(CFLAGS-debug) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(cxx_executables): LDLIBS += $(LDFLAGS-debug) $(LDLIBS-cxx_executables) -lpal -lsysdb_debug 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(cxx_executables): CXXFLAGS += $(CXXFLAGS-libos-debug) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(cxx_executables): LDLIBS += $(LDLIBS-cxx_executables) $(LDFLAGS-libos-debug) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(cxx_executables): %: %.cpp $(LDLIBS-cxx_executables) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	$(call cmd,cxxsingle) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 else 
			 |