mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-30 21:50:47 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			354 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			354 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile
 | |
| #
 | |
| # $Id: //poco/Main/Data/SQLite/testsuite/Makefile#1 $
 | |
| #
 | |
| # Makefile for Poco SQLite testsuite
 | |
| #
 | |
| 
 | |
| include $(POCO_BASE)/build/rules/global
 | |
| 
 | |
| objects = SQLiteTestSuite Driver \
 | |
| 	SQLiteTest
 | |
| 
 | |
| target         = testrunner
 | |
| target_version = 1
 | |
| target_libs    = PocoDataSQLite PocoData PocoFoundation PocoCppUnit
 | |
| 
 | |
| include $(POCO_BASE)/build/rules/exec
 | 
