58 lines
1.1 KiB
Makefile
58 lines
1.1 KiB
Makefile
SUBDIRS = threading
|
|
|
|
liblog4cppincludedir = $(includedir)/log4cpp
|
|
liblog4cppinclude_HEADERS = \
|
|
Appender.hh \
|
|
AppenderSkeleton.hh \
|
|
AppendersFactory.hh \
|
|
BufferingAppender.hh \
|
|
FactoryParams.hh \
|
|
LayoutsFactory.hh \
|
|
LevelEvaluator.hh \
|
|
PassThroughLayout.hh \
|
|
TriggeringEventEvaluator.hh \
|
|
TriggeringEventEvaluatorFactory.hh \
|
|
FixedContextCategory.hh \
|
|
LayoutAppender.hh \
|
|
FileAppender.hh \
|
|
DailyRollingFileAppender.hh \
|
|
RollingFileAppender.hh \
|
|
IdsaAppender.hh \
|
|
OstreamAppender.hh \
|
|
StringQueueAppender.hh \
|
|
SyslogAppender.hh \
|
|
RemoteSyslogAppender.hh \
|
|
Layout.hh \
|
|
SimpleLayout.hh \
|
|
BasicLayout.hh \
|
|
PatternLayout.hh \
|
|
Category.hh \
|
|
CategoryStream.hh \
|
|
HierarchyMaintainer.hh \
|
|
Configurator.hh \
|
|
BasicConfigurator.hh \
|
|
SimpleConfigurator.hh \
|
|
PropertyConfigurator.hh \
|
|
LoggingEvent.hh \
|
|
Priority.hh \
|
|
NDC.hh \
|
|
TimeStamp.hh \
|
|
Filter.hh \
|
|
Export.hh \
|
|
Portability.hh \
|
|
Win32DebugAppender.hh \
|
|
NTEventLogAppender.hh \
|
|
AbortAppender.hh \
|
|
Manipulator.hh \
|
|
config.h \
|
|
config-win32.h \
|
|
config-openvms.h \
|
|
config-MinGW32.h \
|
|
convenience.h
|
|
|
|
dist-hook:
|
|
$(RM) -f $(distdir)/config.h
|
|
|
|
distclean-local:
|
|
$(RM) config.h
|