Revision 17128,
1.5 KB
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17127,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | if PLATFORM_GNOME_2 |
---|
2 | SUBDIRS_GNOME=doc |
---|
3 | else |
---|
4 | SUBDIRS_GNOME=doc test |
---|
5 | endif |
---|
6 | |
---|
7 | SUBDIRS = \ |
---|
8 | libgnomevfs \ |
---|
9 | libgnomevfs-pthread \ |
---|
10 | idl \ |
---|
11 | modules \ |
---|
12 | man \ |
---|
13 | devel-docs \ |
---|
14 | $(SUBDIRS_GNOME) \ |
---|
15 | po |
---|
16 | |
---|
17 | |
---|
18 | EXTRA_DIST = \ |
---|
19 | HACKING \ |
---|
20 | TODO \ |
---|
21 | autogen.sh \ |
---|
22 | gnome-vfs.spec \ |
---|
23 | vfsConf.sh.in \ |
---|
24 | xml-i18n-extract.in \ |
---|
25 | xml-i18n-merge.in \ |
---|
26 | xml-i18n-update.in \ |
---|
27 | gnome-vfs-config.in |
---|
28 | |
---|
29 | bin_SCRIPTS = $(top_builddir)/gnome-vfs-config |
---|
30 | |
---|
31 | confexecdir=$(libdir) |
---|
32 | confexec_DATA = \ |
---|
33 | vfsConf.sh |
---|
34 | |
---|
35 | ## [The following is shamelessly copied from gnome-print.] |
---|
36 | |
---|
37 | ## We create `vfsConf.sh' and `gnome-vfs-config' here and |
---|
38 | ## not from configure because we want to get the paths expanded correctly. |
---|
39 | ## Macros like srcdir are given the value NONE in configure if the user doesn't |
---|
40 | ## specify them (this is an autoconf feature, not a bug). |
---|
41 | |
---|
42 | vfsConf.sh: vfsConf.sh.in Makefile |
---|
43 | sed -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ |
---|
44 | -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ |
---|
45 | -e 's?\@VERSION\@?$(VERSION)?g' \ |
---|
46 | -e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \ |
---|
47 | < $(srcdir)/vfsConf.sh.in > vfsConf.tmp \ |
---|
48 | && mv vfsConf.tmp vfsConf.sh |
---|
49 | |
---|
50 | gnome-vfs-config: gnome-vfs-config.in Makefile |
---|
51 | sed -e 's?\@LIBDIR\@?$(libdir)?g' \ |
---|
52 | -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ |
---|
53 | -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ |
---|
54 | -e 's?\@VERSION\@?$(VERSION)?g' \ |
---|
55 | -e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \ |
---|
56 | < $(srcdir)/gnome-vfs-config.in > gnome-vfs-config.tmp \ |
---|
57 | && mv gnome-vfs-config.tmp gnome-vfs-config && \ |
---|
58 | chmod 755 gnome-vfs-config |
---|
Note: See
TracBrowser
for help on using the repository browser.