| 
									
										
										
										
											2010-07-12 15:16:31 +08:00
										 |  |  | #----------------------------------------------------------------------------------------------------
 | 
					
						
							|  |  |  | # CppUnitLite
 | 
					
						
							|  |  |  | # replaced Makefile with automake for easy linking
 | 
					
						
							|  |  |  | #----------------------------------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | headers = TestHarness.h | 
					
						
							|  |  |  | sources = Failure.cpp SimpleString.cpp Test.cpp TestRegistry.cpp TestResult.cpp | 
					
						
							|  |  |  | headers += $(sources:.cpp=.h) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-20 01:23:19 +08:00
										 |  |  | CppUnitLitedir = $(pkgincludedir)/CppUnitLite | 
					
						
							| 
									
										
										
										
											2010-07-12 15:16:31 +08:00
										 |  |  | noinst_LIBRARIES = libCppUnitLite.a | 
					
						
							|  |  |  | libCppUnitLite_a_SOURCES = $(sources) | 
					
						
							| 
									
										
										
										
											2010-10-26 06:12:27 +08:00
										 |  |  | noinst_HEADERS = $(headers) |