1 | NULL = |
---|
2 | |
---|
3 | SUBDIRS = libcharset |
---|
4 | |
---|
5 | INCLUDES = \ |
---|
6 | -DGNOME_VFS_CONFDIR=\"$(sysconfdir)\" \ |
---|
7 | -DGNOME_VFS_DATADIR=\"$(datadir)\" \ |
---|
8 | -DGNOME_VFS_PREFIX=\"$(prefix)\" \ |
---|
9 | -I$(top_srcdir) \ |
---|
10 | -I$(top_srcdir)/intl \ |
---|
11 | -I$(top_builddir) \ |
---|
12 | -I$(top_builddir)/intl \ |
---|
13 | -I$(top_builddir)/libgnomevfs \ |
---|
14 | $(GLIB_CFLAGS) \ |
---|
15 | $(ORBIT_CFLAGS) \ |
---|
16 | $(OAF_CFLAGS) \ |
---|
17 | $(XML_CFLAGS) \ |
---|
18 | $(GCONF_CFLAGS) \ |
---|
19 | $(VFS_CFLAGS) $(WERROR) \ |
---|
20 | $(OPENSSL_CFLAGS) \ |
---|
21 | -D_GNU_SOURCE \ |
---|
22 | -D_REENTRANT \ |
---|
23 | -D_POSIX_PTHREAD_SEMANTICS \ |
---|
24 | -DLIBDIR=\"$(libdir)\" \ |
---|
25 | -DSYSCONFDIR=\"$(sysconfdir)\" \ |
---|
26 | -DG_LOG_DOMAIN=\"GnomeVFS\" \ |
---|
27 | -D_LARGEFILE64_SOURCE \ |
---|
28 | -D_FILE_OFFSET_BITS=64 \ |
---|
29 | $(NULL) |
---|
30 | |
---|
31 | lib_LTLIBRARIES = libgnomevfs.la |
---|
32 | |
---|
33 | EXTRA_DIST = \ |
---|
34 | getdelim.c |
---|
35 | |
---|
36 | libgnomevfs_la_LIBADD = \ |
---|
37 | libcharset/libcharset.la \ |
---|
38 | @ICONV_LIBS@ \ |
---|
39 | $(GLIB_LIBS) \ |
---|
40 | $(ORBIT_LIBS) \ |
---|
41 | $(OAF_LIBS) \ |
---|
42 | $(XML_LIBS) \ |
---|
43 | $(GCONF_LIBS) \ |
---|
44 | $(OPENSSL_LDFLAGS) \ |
---|
45 | $(NULL) |
---|
46 | |
---|
47 | libgnomevfsincludedir = $(includedir)/gnome-vfs-1.0/libgnomevfs |
---|
48 | |
---|
49 | libgnomevfsinclude_HEADERS = \ |
---|
50 | gnome-vfs-application-registry.h \ |
---|
51 | gnome-vfs-async-ops.h \ |
---|
52 | gnome-vfs-backend.h \ |
---|
53 | gnome-vfs-cancellable-ops.h \ |
---|
54 | gnome-vfs-cancellation.h \ |
---|
55 | gnome-vfs-configuration.h \ |
---|
56 | gnome-vfs-context.h \ |
---|
57 | gnome-vfs-directory-filter.h \ |
---|
58 | gnome-vfs-directory.h \ |
---|
59 | gnome-vfs-file-info.h \ |
---|
60 | gnome-vfs-file-size.h \ |
---|
61 | gnome-vfs-find-directory.h \ |
---|
62 | gnome-vfs-handle.h \ |
---|
63 | gnome-vfs-inet-connection.h \ |
---|
64 | gnome-vfs-init.h \ |
---|
65 | gnome-vfs-iobuf.h \ |
---|
66 | gnome-vfs-messages.h \ |
---|
67 | gnome-vfs-method.h \ |
---|
68 | gnome-vfs-mime-handlers.h \ |
---|
69 | gnome-vfs-mime-info.h \ |
---|
70 | gnome-vfs-mime-magic.h \ |
---|
71 | gnome-vfs-mime-monitor.h \ |
---|
72 | gnome-vfs-mime-sniff-buffer.h \ |
---|
73 | gnome-vfs-mime.h \ |
---|
74 | gnome-vfs-module-callback-module-api.h \ |
---|
75 | gnome-vfs-module-callback.h \ |
---|
76 | gnome-vfs-module-shared.h \ |
---|
77 | gnome-vfs-module.h \ |
---|
78 | gnome-vfs-ops.h \ |
---|
79 | gnome-vfs-parse-ls.h \ |
---|
80 | gnome-vfs-private-utils.h \ |
---|
81 | gnome-vfs-private.h \ |
---|
82 | gnome-vfs-regexp-filter.h \ |
---|
83 | gnome-vfs-result.h \ |
---|
84 | gnome-vfs-seekable.h \ |
---|
85 | gnome-vfs-shellpattern-filter.h \ |
---|
86 | gnome-vfs-socket-buffer.h \ |
---|
87 | gnome-vfs-socket.h \ |
---|
88 | gnome-vfs-ssl-private.h \ |
---|
89 | gnome-vfs-ssl.h \ |
---|
90 | gnome-vfs-standard-callbacks.h \ |
---|
91 | gnome-vfs-transform.h \ |
---|
92 | gnome-vfs-types.h \ |
---|
93 | gnome-vfs-uri.h \ |
---|
94 | gnome-vfs-utils.h \ |
---|
95 | gnome-vfs-xfer.h \ |
---|
96 | gnome-vfs.h \ |
---|
97 | $(NULL) |
---|
98 | |
---|
99 | libgnomevfs_la_SOURCES = \ |
---|
100 | fnmatch.c \ |
---|
101 | gnome-vfs-application-registry.c \ |
---|
102 | gnome-vfs-async-ops.c \ |
---|
103 | gnome-vfs-backend.c \ |
---|
104 | gnome-vfs-cancellable-ops.c \ |
---|
105 | gnome-vfs-cancellation.c \ |
---|
106 | gnome-vfs-configuration.c \ |
---|
107 | gnome-vfs-context.c \ |
---|
108 | gnome-vfs-directory-filter.c \ |
---|
109 | gnome-vfs-directory.c \ |
---|
110 | gnome-vfs-file-info.c \ |
---|
111 | gnome-vfs-find-directory.c \ |
---|
112 | gnome-vfs-handle.c \ |
---|
113 | gnome-vfs-i18n.c \ |
---|
114 | gnome-vfs-inet-connection.c \ |
---|
115 | gnome-vfs-init.c \ |
---|
116 | gnome-vfs-iobuf.c \ |
---|
117 | gnome-vfs-messages.c \ |
---|
118 | gnome-vfs-method.c \ |
---|
119 | gnome-vfs-mime-handlers.c \ |
---|
120 | gnome-vfs-mime-info.c \ |
---|
121 | gnome-vfs-mime-magic.c \ |
---|
122 | gnome-vfs-mime-monitor.c \ |
---|
123 | gnome-vfs-mime-sniff-buffer.c \ |
---|
124 | gnome-vfs-mime.c \ |
---|
125 | gnome-vfs-module-callback-module-api.c \ |
---|
126 | gnome-vfs-module-callback-private.c \ |
---|
127 | gnome-vfs-module-callback.c \ |
---|
128 | gnome-vfs-module-shared.c \ |
---|
129 | gnome-vfs-module.c \ |
---|
130 | gnome-vfs-ops.c \ |
---|
131 | gnome-vfs-parse-ls.c \ |
---|
132 | gnome-vfs-private-utils.c \ |
---|
133 | gnome-vfs-private.c \ |
---|
134 | gnome-vfs-process.c \ |
---|
135 | gnome-vfs-regexp-filter.c \ |
---|
136 | gnome-vfs-result.c \ |
---|
137 | gnome-vfs-seekable.c \ |
---|
138 | gnome-vfs-shellpattern-filter.c \ |
---|
139 | gnome-vfs-socket-buffer.c \ |
---|
140 | gnome-vfs-socket.c \ |
---|
141 | gnome-vfs-ssl.c \ |
---|
142 | gnome-vfs-transform.c \ |
---|
143 | gnome-vfs-uri.c \ |
---|
144 | gnome-vfs-utils.c \ |
---|
145 | gnome-vfs-xfer.c \ |
---|
146 | fnmatch.h \ |
---|
147 | gnome-vfs-mime-private.h \ |
---|
148 | gnome-vfs-mime-sniff-buffer-private.h \ |
---|
149 | gnome-vfs-module-callback-private.h \ |
---|
150 | gnome-vfs-process.h \ |
---|
151 | $(NULL) |
---|
152 | |
---|
153 | noinst_HEADERS = \ |
---|
154 | gnome-vfs-backend-private.h |
---|
155 | |
---|
156 | # Platform specific includes |
---|
157 | libgnomevfsplatofrmincludedir = $(libdir)/gnome-vfs-1.0/include |
---|
158 | libgnomevfsplatofrminclude_HEADERS = \ |
---|
159 | gnome-vfs-file-size.h |
---|