source: trunk/third/gnome-vfs2/programs/Makefile.am @ 20794

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 
1NULL =
2
3INCLUDES =                                      \
4        -I$(top_srcdir)                         \
5        -I$(top_builddir)                       \
6        $(TEST_CFLAGS)                          \
7        $(VFS_CFLAGS)                           \
8        -DG_DISABLE_DEPRECATED
9
10libraries =                                             \
11        $(top_builddir)/libgnomevfs/libgnomevfs-2.la    \
12        $(TEST_LIBS)                                    \
13        $(POPT_LIBS)                                    \
14        $(LIBEFS_LIBS)
15
16bin_PROGRAMS =                                          \
17        gnomevfs-cat                                    \
18        gnomevfs-copy                                   \
19        gnomevfs-info                                   \
20        gnomevfs-ls                                     \
21        gnomevfs-mkdir                                  \
22        gnomevfs-rm                                     \
23        $(NULL)
24
25gnomevfs_cat_SOURCES = gnomevfs-cat.c
26gnomevfs_cat_LDADD = $(libraries)
27
28gnomevfs_copy_SOURCES = gnomevfs-copy.c
29gnomevfs_copy_LDADD = $(libraries)
30
31gnomevfs_info_SOURCES = gnomevfs-info.c
32gnomevfs_info_LDADD = $(libraries)
33
34gnomevfs_ls_SOURCES = gnomevfs-ls.c
35gnomevfs_ls_LDADD = $(libraries)
36
37gnomevfs_mkdir_SOURCES = gnomevfs-mkdir.c
38gnomevfs_mkdir_LDADD = $(libraries)
39
40gnomevfs_rm_SOURCES = gnomevfs-rm.c
41gnomevfs_rm_LDADD = $(libraries)
42
Note: See TracBrowser for help on using the repository browser.