mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:42:44 +00:00 
			
		
		
		
	 830a57c6b2
			
		
	
	
		830a57c6b2
		
	
	
	
	
		
			
			Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^)
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			826 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			826 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| USE_HOST_CXX = 1
 | |
| 
 | |
| PROGRAM = Generate_CSS_PropertyID_cpp
 | |
| 
 | |
| OBJS = \
 | |
|     Generate_CSS_PropertyID_cpp.o \
 | |
|     ../../../../AK/String.o \
 | |
|     ../../../../AK/StringImpl.o \
 | |
|     ../../../../AK/StringBuilder.o \
 | |
|     ../../../../AK/StringView.o \
 | |
|     ../../../../AK/StringUtils.o \
 | |
|     ../../../../AK/JsonValue.o \
 | |
|     ../../../../AK/JsonParser.o \
 | |
|     ../../../../AK/LogStream.o \
 | |
|     ../../../../Libraries/LibCore/IODevice.o \
 | |
|     ../../../../Libraries/LibCore/File.o \
 | |
|     ../../../../Libraries/LibCore/Object.o \
 | |
|     ../../../../Libraries/LibCore/Event.o \
 | |
|     ../../../../Libraries/LibCore/Socket.o \
 | |
|     ../../../../Libraries/LibCore/LocalSocket.o \
 | |
|     ../../../../Libraries/LibCore/Notifier.o \
 | |
|     ../../../../Libraries/LibCore/LocalServer.o \
 | |
|     ../../../../Libraries/LibCore/EventLoop.o
 | |
| 
 | |
| include ../../../../Makefile.common
 |