forked from orocos-toolchain/log4cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
55 lines (52 loc) · 1.08 KB
/
Makefile.am
File metadata and controls
55 lines (52 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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 \
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 \
convenience.h
dist-hook:
$(RM) -f $(distdir)/config.h
distclean-local:
$(RM) config.h