10 lines
		
	
	
		
			349 B
		
	
	
	
		
			Makefile
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			349 B
		
	
	
	
		
			Makefile
		
	
	
	
| # We don't have any standard include directories, so we can't
 | |
| # parse the test_common.h header we usually inject as it includes
 | |
| # system headers.
 | |
| NO_TEST_COMMON_H := 1
 | |
| 
 | |
| CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -nostdinc++ -DENABLE_STD_CONTENT=1
 | |
| CXX_SOURCES := main.cpp
 | |
| 
 | |
| include Makefile.rules
 |