Revision 20794,
858 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20793,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | NULL = |
---|
2 | |
---|
3 | INCLUDES = \ |
---|
4 | -I$(top_srcdir) \ |
---|
5 | -I$(top_builddir) \ |
---|
6 | $(TEST_CFLAGS) \ |
---|
7 | $(VFS_CFLAGS) \ |
---|
8 | -DG_DISABLE_DEPRECATED |
---|
9 | |
---|
10 | libraries = \ |
---|
11 | $(top_builddir)/libgnomevfs/libgnomevfs-2.la \ |
---|
12 | $(TEST_LIBS) \ |
---|
13 | $(POPT_LIBS) \ |
---|
14 | $(LIBEFS_LIBS) |
---|
15 | |
---|
16 | bin_PROGRAMS = \ |
---|
17 | gnomevfs-cat \ |
---|
18 | gnomevfs-copy \ |
---|
19 | gnomevfs-info \ |
---|
20 | gnomevfs-ls \ |
---|
21 | gnomevfs-mkdir \ |
---|
22 | gnomevfs-rm \ |
---|
23 | $(NULL) |
---|
24 | |
---|
25 | gnomevfs_cat_SOURCES = gnomevfs-cat.c |
---|
26 | gnomevfs_cat_LDADD = $(libraries) |
---|
27 | |
---|
28 | gnomevfs_copy_SOURCES = gnomevfs-copy.c |
---|
29 | gnomevfs_copy_LDADD = $(libraries) |
---|
30 | |
---|
31 | gnomevfs_info_SOURCES = gnomevfs-info.c |
---|
32 | gnomevfs_info_LDADD = $(libraries) |
---|
33 | |
---|
34 | gnomevfs_ls_SOURCES = gnomevfs-ls.c |
---|
35 | gnomevfs_ls_LDADD = $(libraries) |
---|
36 | |
---|
37 | gnomevfs_mkdir_SOURCES = gnomevfs-mkdir.c |
---|
38 | gnomevfs_mkdir_LDADD = $(libraries) |
---|
39 | |
---|
40 | gnomevfs_rm_SOURCES = gnomevfs-rm.c |
---|
41 | gnomevfs_rm_LDADD = $(libraries) |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.