source: trunk/third/gnome-vfs/libgnomevfs/Makefile.am @ 15497

Revision 15497, 3.5 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15496, which included commits to RCS files with non-trunk default branches.
Line 
1NULL =
2
3INCLUDES =                                      \
4        -DGNOME_VFS_CONFDIR=\"$(sysconfdir)\"   \
5        -DGNOME_VFS_DATADIR=\"$(datadir)\"      \
6        -I$(top_srcdir)/intl                    \
7        -I$(top_builddir)                       \
8        -I$(top_builddir)/intl                  \
9        -I$(top_builddir)/libgnomevfs           \
10        $(OAF_CFLAGS)                           \
11        $(GCONF_CFLAGS)                         \
12        $(GNOME_INCLUDEDIR)                     \
13        $(VFS_CFLAGS) $(WERROR)                 \
14        -D_GNU_SOURCE                           \
15        -D_REENTRANT                            \
16        -D_POSIX_PTHREAD_SEMANTICS              \
17        -DLIBDIR=\"$(libdir)\"                  \
18        -DSYSCONFDIR=\"$(sysconfdir)\"          \
19        -DG_LOG_DOMAIN=\"GnomeVFS\"             \
20        $(NULL)
21
22lib_LTLIBRARIES = libgnomevfs.la
23
24EXTRA_DIST =                                    \
25        getdelim.c
26
27libgnomevfs_la_LIBADD =                         \
28        $(GNOME_LIBDIR)                         \
29        $(GNOME_LIBS)                           \
30        $(OAF_LIBS)                             \
31        $(GCONF_LIBS)                           \
32        $(GLIB_LIBS)                            \
33        $(NULL)
34
35libgnomevfs_la_CFLAGS =                         \
36        $(GNOME_CFLAGS)                         \
37        $(OAF_CFLAGS)                           \
38        $(GCONF_CFLAGS)                         \
39        $(GLIB_CFLAGS)                          \
40        $(NULL)
41
42libgnomevfsincludedir = $(includedir)/libgnomevfs
43
44libgnomevfsinclude_HEADERS =                    \
45        gnome-vfs-async-ops.h                   \
46        gnome-vfs-constants.h                   \
47        gnome-vfs-directory.h                   \
48        gnome-vfs-directory-filter.h            \
49        gnome-vfs-directory-list.h              \
50        gnome-vfs-file-info.h                   \
51        gnome-vfs-file-size.h                   \
52        gnome-vfs-find-directory.h              \
53        gnome-vfs-init.h                        \
54        gnome-vfs-xfer.h                        \
55        gnome-vfs-ops.h                         \
56        gnome-vfs-process.h                     \
57        gnome-vfs-result.h                      \
58        gnome-vfs-types.h                       \
59        gnome-vfs-uri.h                         \
60        gnome-vfs-utils.h                       \
61        gnome-vfs.h                             \
62        gnome-vfs-backend.h                     \
63        gnome-vfs-cancellation.h                \
64        gnome-vfs-configuration.h               \
65        gnome-vfs-context.h                     \
66        gnome-vfs-handle.h                      \
67        gnome-vfs-iobuf.h                       \
68        gnome-vfs-inet-connection.h             \
69        gnome-vfs-list-sort.h                   \
70        gnome-vfs-messages.h                    \
71        gnome-vfs-method.h                      \
72        gnome-vfs-mime.h                        \
73        gnome-vfs-mime-handlers.h               \
74        gnome-vfs-mime-info.h                   \
75        gnome-vfs-mime-magic.h                  \
76        gnome-vfs-mime-sniff-buffer.h           \
77        gnome-vfs-mime-sniff-buffer-private.h   \
78        gnome-vfs-application-registry.h        \
79        gnome-vfs-module.h                      \
80        gnome-vfs-module-shared.h               \
81        gnome-vfs-parse-ls.h                    \
82        gnome-vfs-cancellable-ops.h             \
83        gnome-vfs-private-types.h               \
84        gnome-vfs-private.h                     \
85        gnome-vfs-private-utils.h               \
86        gnome-vfs-regexp-filter.h               \
87        gnome-vfs-seekable.h                    \
88        gnome-vfs-shellpattern-filter.h
89
90libgnomevfs_la_SOURCES =                        \
91        fnmatch.h                               \
92        gnome-vfs-backend.c                     \
93        gnome-vfs-cancellation.c                \
94        gnome-vfs-configuration.c               \
95        gnome-vfs-context.c                     \
96        gnome-vfs-directory.c                   \
97        gnome-vfs-directory-filter.c            \
98        gnome-vfs-directory-list.c              \
99        gnome-vfs-handle.c                      \
100        gnome-vfs-file-info.c                   \
101        gnome-vfs-find-directory.c              \
102        gnome-vfs-init.c                        \
103        gnome-vfs-inet-connection.c             \
104        gnome-vfs-iobuf.c                       \
105        gnome-vfs-list-sort.c                   \
106        gnome-vfs-messages.c                    \
107        gnome-vfs-method.c                      \
108        gnome-vfs-mime.c                        \
109        gnome-vfs-mime-handlers.c               \
110        gnome-vfs-mime-info.c                   \
111        gnome-vfs-mime-magic.c                  \
112        gnome-vfs-mime-sniff-buffer.c           \
113        gnome-vfs-application-registry.c        \
114        gnome-vfs-module-shared.c               \
115        gnome-vfs-xfer.c                        \
116        gnome-vfs-ops.c                         \
117        gnome-vfs-parse-ls.c                    \
118        gnome-vfs-cancellable-ops.c             \
119        gnome-vfs-private-utils.c               \
120        gnome-vfs-process.c                     \
121        gnome-vfs-result.c                      \
122        gnome-vfs-regexp-filter.c               \
123        gnome-vfs-seekable.c                    \
124        gnome-vfs-shellpattern-filter.c         \
125        gnome-vfs-uri.c                         \
126        gnome-vfs-utils.c                       \
127        fnmatch.c
128
129noinst_HEADERS =                                \
130        gnome-vfs-mime-private.h
131
132# Platform specific includes
133libgnomevfsplatofrmincludedir = $(libdir)/vfs/include
134libgnomevfsplatofrminclude_HEADERS =                    \
135        gnome-vfs-file-size.h
136
137bin_PROGRAMS = gnome-vfs-gen-mimedb
138gnome_vfs_gen_mimedb_SOURCES = gnome-vfs-gen-mimedb.c
139gnome_vfs_gen_mimedb_LDFLAGS = -static
140gnome_vfs_gen_mimedb_LDADD = libgnomevfs.la
Note: See TracBrowser for help on using the repository browser.