mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-11-02 14:03:41 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			455 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			455 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile
 | 
						|
#
 | 
						|
# $Id: //poco/Main/Data/SQLite/Makefile#4 $
 | 
						|
#
 | 
						|
# Makefile for Poco SQLite
 | 
						|
#
 | 
						|
 | 
						|
include $(POCO_BASE)/build/rules/global
 | 
						|
 | 
						|
SYSFLAGS += -DTHREADSAFE -DNO_TCL -DSQLITE_DISABLE_LFS
 | 
						|
 | 
						|
objects = Binder Extractor SessionImpl Connector \
 | 
						|
	SQLiteException SQLiteStatementImpl Utility \
 | 
						|
	sqlite3
 | 
						|
 | 
						|
target         = PocoSQLite
 | 
						|
target_version = $(LIBVERSION)
 | 
						|
target_libs    = PocoData PocoFoundation
 | 
						|
 | 
						|
include $(POCO_BASE)/build/rules/lib
 |