File: Makefile.am

package info (click to toggle)
cxxtools 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,960 kB
  • sloc: cpp: 68,550; ansic: 15,641; sh: 4,239; makefile: 841
file content (247 lines) | stat: -rw-r--r-- 8,020 bytes parent folder | download | duplicates (2)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
nobase_include_HEADERS = \
        cxxtools/application.h \
        cxxtools/arg.h \
        cxxtools/argin.h \
        cxxtools/argout.h \
        cxxtools/base64codec.h \
        cxxtools/base64stream.h \
        cxxtools/bin/bin.h \
        cxxtools/bin/deserializer.h \
        cxxtools/bin/formatter.h \
        cxxtools/bin/serializer.h \
        cxxtools/bin/rpcclient.h \
        cxxtools/bin/rpcserver.h \
        cxxtools/bin/parser.h \
        cxxtools/byteorder.h \
        cxxtools/cache.h \
        cxxtools/callable.h \
        cxxtools/callable.tpp \
        cxxtools/composer.h \
        cxxtools/csv.h \
        cxxtools/csvdeserializer.h \
        cxxtools/csvformatter.h \
        cxxtools/csvparser.h \
        cxxtools/csvserializer.h \
        cxxtools/char.h \
        cxxtools/charmapcodec.h \
        cxxtools/cgi.h \
        cxxtools/clock.h \
        cxxtools/condition.h \
        cxxtools/connectable.h \
        cxxtools/connection.h \
        cxxtools/constmethod.h \
        cxxtools/constmethod.tpp \
        cxxtools/conversionerror.h \
        cxxtools/convert.h \
        cxxtools/date.h\
        cxxtools/datetime.h \
        cxxtools/decomposer.h \
        cxxtools/delegate.h \
        cxxtools/delegate.tpp \
        cxxtools/deserializer.h \
        cxxtools/dir.h \
        cxxtools/directory.h \
        cxxtools/dlloader.h \
        cxxtools/envsubst.h \
        cxxtools/event.h \
        cxxtools/eventloop.h \
        cxxtools/eventsink.h \
        cxxtools/eventsource.h \
        cxxtools/facets.h \
        cxxtools/fdstream.h \
        cxxtools/formatter.h \
        cxxtools/file.h \
        cxxtools/filedevice.h \
        cxxtools/fileinfo.h \
        cxxtools/function.h \
        cxxtools/function.tpp \
        cxxtools/hexdump.h \
        cxxtools/hdstream.h \
        cxxtools/hmac.h \
        cxxtools/http/client.h \
        cxxtools/http/messageheader.h \
        cxxtools/http/reply.h \
        cxxtools/http/replyheader.h \
        cxxtools/http/request.h \
        cxxtools/http/requestheader.h \
        cxxtools/http/server.h \
        cxxtools/http/service.h \
        cxxtools/http/responder.h \
        cxxtools/inideserializer.h \
        cxxtools/ini.h \
        cxxtools/inifile.h \
        cxxtools/iniparser.h \
        cxxtools/iniserializer.h \
        cxxtools/invokable.h \
        cxxtools/invokable.tpp \
        cxxtools/ioerror.h \
        cxxtools/iodevice.h \
        cxxtools/iostream.h \
        cxxtools/iso8859_1codec.h \
        cxxtools/iso8859_2codec.h \
        cxxtools/iso8859_3codec.h \
        cxxtools/iso8859_4codec.h \
        cxxtools/iso8859_5codec.h \
        cxxtools/iso8859_6codec.h \
        cxxtools/iso8859_7codec.h \
        cxxtools/iso8859_8codec.h \
        cxxtools/iso8859_9codec.h \
        cxxtools/iso8859_10codec.h \
        cxxtools/iso8859_11codec.h \
        cxxtools/iso8859_13codec.h \
        cxxtools/iso8859_14codec.h \
        cxxtools/iso8859_15codec.h \
        cxxtools/iso8859_16codec.h \
        cxxtools/join.h \
        cxxtools/json.h \
        cxxtools/json/httpclient.h \
        cxxtools/json/httpservice.h \
        cxxtools/json/request.h \
        cxxtools/json/responder.h \
        cxxtools/json/rpcclient.h \
        cxxtools/json/rpcserver.h \
        cxxtools/jsondeserializer.h \
        cxxtools/jsonformatter.h \
        cxxtools/jsonparser.h \
        cxxtools/jsonserializer.h \
        cxxtools/library.h \
        cxxtools/limitstream.h \
        cxxtools/lrucache.h \
        cxxtools/log.h \
        cxxtools/main.h \
        cxxtools/md5.h \
        cxxtools/md5stream.h \
        cxxtools/method.h \
        cxxtools/method.tpp \
        cxxtools/mime.h \
        cxxtools/multifstream.h \
        cxxtools/mutex.h \
        cxxtools/net/addrinfo.h \
        cxxtools/net/net.h \
        cxxtools/net/tcpserver.h \
        cxxtools/net/tcpsocket.h \
        cxxtools/net/tcpstream.h \
        cxxtools/net/udp.h \
        cxxtools/net/udpstream.h \
        cxxtools/net/uri.h \
        cxxtools/noncopyable.h \
        cxxtools/pipe.h \
        cxxtools/pool.h \
        cxxtools/posix/commandinput.h \
        cxxtools/posix/commandoutput.h \
        cxxtools/posix/daemonize.h\
        cxxtools/posix/exec.h \
        cxxtools/posix/fork.h \
        cxxtools/posix/pipe.h \
        cxxtools/posix/pipestream.h \
        cxxtools/properties.h \
        cxxtools/propertiesdeserializer.h \
        cxxtools/propertiesserializer.h \
        cxxtools/propertiesfile.h \
        cxxtools/propertiesparser.h \
        cxxtools/ptrstreambuf.h \
        cxxtools/ptrstream.h \
        cxxtools/query_params.h \
        cxxtools/queue.h \
        cxxtools/quotedprintablecodec.h \
        cxxtools/quotedprintablestream.h \
        cxxtools/refcounted.h \
        cxxtools/regex.h \
        cxxtools/remoteclient.h \
        cxxtools/remoteexception.h \
        cxxtools/remoteprocedure.h \
        cxxtools/remoteresult.h \
        cxxtools/resetter.h \
        cxxtools/scopedincrement.h \
        cxxtools/selector.h \
        cxxtools/selectable.h \
        cxxtools/semaphore.h \
        cxxtools/serializationerror.h \
        cxxtools/serializationinfo.h \
        cxxtools/serviceprocedure.h \
        cxxtools/serviceregistry.h \
        cxxtools/settings.h \
        cxxtools/split.h \
        cxxtools/signal.h \
        cxxtools/signal.tpp \
        cxxtools/singleton.h \
        cxxtools/slot.h \
        cxxtools/slot.tpp \
        cxxtools/smartptr.h \
        cxxtools/sourceinfo.h \
        cxxtools/sslcertificate.h \
        cxxtools/stddevice.h \
        cxxtools/stdstream.h \
        cxxtools/streambuffer.h \
        cxxtools/streamcounter.h \
        cxxtools/string.h \
        cxxtools/string.tpp \
        cxxtools/stringstream.h \
        cxxtools/systemerror.h \
        cxxtools/tee.h \
        cxxtools/textbuffer.h \
        cxxtools/textcodec.h \
        cxxtools/textstream.h \
        cxxtools/thread.h \
        cxxtools/threadpool.h \
        cxxtools/time.h \
        cxxtools/timer.h \
        cxxtools/timespan.h \
        cxxtools/trim.h \
        cxxtools/typetraits.h \
        cxxtools/tz.h \
        cxxtools/utf8.h \
        cxxtools/utf8codec.h \
        cxxtools/uuencode.h \
        cxxtools/void.h \
        cxxtools/win1252codec.h \
        cxxtools/log/cxxtools.h \
        cxxtools/unit/application.h \
        cxxtools/unit/assertion.h \
        cxxtools/unit/jsonreporter.h \
        cxxtools/unit/registertest.h \
        cxxtools/unit/reporter.h \
        cxxtools/unit/test.h \
        cxxtools/unit/testcase.h \
        cxxtools/unit/testcontext.h \
        cxxtools/unit/testfixture.h \
        cxxtools/unit/testmain.h \
        cxxtools/unit/testmethod.h \
        cxxtools/unit/testprotocol.h \
        cxxtools/unit/testsuite.h \
        cxxtools/xml/attribute.h \
        cxxtools/xml/characters.h \
        cxxtools/xml/comment.h \
        cxxtools/xml/doctypedeclaration.h \
        cxxtools/xml/enddocument.h \
        cxxtools/xml/endelement.h \
        cxxtools/xml/entityresolver.h \
        cxxtools/xml/namespace.h \
        cxxtools/xml/namespacecontext.h \
        cxxtools/xml/node.h \
        cxxtools/xml/processinginstruction.h \
        cxxtools/xml/startelement.h \
        cxxtools/xml/xml.h \
        cxxtools/xml/xmlerror.h \
        cxxtools/xml/xmlformatter.h \
        cxxtools/xml/xmldeserializer.h \
        cxxtools/xml/xmlreader.h \
        cxxtools/xml/xmlserializer.h \
        cxxtools/xml/xmlwriter.h \
        cxxtools/xmlrpc/client.h \
        cxxtools/xmlrpc/errorcodes.h \
        cxxtools/xmlrpc/httpclient.h \
        cxxtools/xmlrpc/formatter.h \
        cxxtools/xmlrpc/responder.h \
        cxxtools/xmlrpc/scanner.h \
        cxxtools/xmlrpc/service.h

nobase_nodist_include_HEADERS = \
        cxxtools/config.h

if MAKE_ICONVSTREAM
nobase_include_HEADERS += \
        cxxtools/iconverter.h \
        cxxtools/iconvstream.h \
        cxxtools/iconvwrap.h
endif