You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							704 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							704 B
						
					
					
				| lib_LTLIBRARIES = liblog4cplusqt4debugappender.la | |
| 
 | |
| AM_CPPFLAGS = -DINSIDE_LOG4CPLUS_QT4DEBUGAPPENDER \ | |
| 	-I$(top_srcdir)/include -I$(top_builddir)/include \ | |
| 	@LOG4CPLUS_NDEBUG@ @QT_CFLAGS@ | |
| 
 | |
| AM_CXXFLAGS=-no-suppress @LOG4CPLUS_PROFILING_CXXFLAGS@ | |
| 
 | |
| AM_LDFLAGS=@LOG4CPLUS_PROFILING_LDFLAGS@ | |
| 
 | |
| INCLUDES_SRC_PATH = $(top_srcdir)/include/log4cplus | |
| 
 | |
| INCLUDES_SRC = \ | |
| 	$(INCLUDES_SRC_PATH)/qt4debugappender.h | |
| 
 | |
| LIB_SRC = $(INCLUDES_SRC) \ | |
| 	qt4debugappender.cxx | |
| 
 | |
| liblog4cplusqt4debugappender_la_SOURCES = $(LIB_SRC) | |
| 
 | |
| liblog4cplusqt4debugappender_la_LIBADD = $(top_builddir)/src/liblog4cplus.la | |
| 
 | |
| liblog4cplusqt4debugappender_la_LDFLAGS = -no-undefined \ | |
| 	-version-info @LT_VERSION@ -release @LT_RELEASE@ \ | |
| 	@QT_LIBS@
 |