Website now in git not CVS
[xapian.git] / xapian-core / common / Makefile.mk
blobab10ca1e2ffdf25dfec0b7945fb299b50e8a2e72
1 noinst_HEADERS +=\
2 common/append_filename_arg.h\
3 common/autoptr.h\
4 common/bitstream.h\
5 common/closefrom.h\
6 common/compression_stream.h\
7 common/debuglog.h\
8 common/errno_to_string.h\
9 common/fd.h\
10 common/filetests.h\
11 common/fileutils.h\
12 common/gnu_getopt.h\
13 common/internaltypes.h\
14 common/io_utils.h\
15 common/keyword.h\
16 common/log2.h\
17 common/msvc_dirent.h\
18 common/noreturn.h\
19 common/omassert.h\
20 common/output.h\
21 common/output-internal.h\
22 common/pack.h\
23 common/posixy_wrapper.h\
24 common/pretty.h\
25 common/realtime.h\
26 common/remoteprotocol.h\
27 common/replicate_utils.h\
28 common/replicationprotocol.h\
29 common/safedirent.h\
30 common/safeerrno.h\
31 common/safefcntl.h\
32 common/safenetdb.h\
33 common/safesysselect.h\
34 common/safesyssocket.h\
35 common/safesysstat.h\
36 common/safesyswait.h\
37 common/safeunistd.h\
38 common/safeuuid.h\
39 common/safewindows.h\
40 common/safewinsock2.h\
41 common/serialise-double.h\
42 common/socket_utils.h\
43 common/str.h\
44 common/stringutils.h\
45 common/submatch.h\
46 common/unaligned.h
48 EXTRA_DIST +=\
49 common/win32_uuid.cc\
50 common/win32_uuid.h\
51 common/Makefile\
52 common/Tokeniseise.pm
54 lib_src +=\
55 common/bitstream.cc\
56 common/closefrom.cc\
57 common/debuglog.cc\
58 common/errno_to_string.cc\
59 common/fileutils.cc\
60 common/io_utils.cc\
61 common/keyword.cc\
62 common/msvc_dirent.cc\
63 common/omassert.cc\
64 common/posixy_wrapper.cc\
65 common/replicate_utils.cc\
66 common/safe.cc\
67 common/serialise-double.cc\
68 common/socket_utils.cc\
69 common/str.cc
71 if BUILD_BACKEND_CHERT_OR_GLASS
72 lib_src +=\
73 common/compression_stream.cc
74 endif
76 if USE_WIN32_UUID_API
77 lib_src +=\
78 common/win32_uuid.cc
79 libxapian_1_3_la_LDFLAGS += -lrpcrt4
80 endif
82 noinst_LTLIBRARIES += libgetopt.la
84 libgetopt_la_SOURCES =\
85 common/getopt.cc