source: trunk/third/file-roller/Makefile.am @ 21073

Revision 21073, 1.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21072, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in.
2SUBDIRS =               \
3        src             \
4        help            \
5        component       \
6        po
7
8
9desktopdir = $(datadir)/applications
10desktop_in_files=file-roller.desktop.in
11desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
12@INTLTOOL_DESKTOP_RULE@
13
14icondir = $(datadir)/pixmaps
15icon_DATA = file-roller.png
16
17applicationsdir = $(datadir)/application-registry
18applications_DATA = file-roller.applications
19
20mimedir = $(datadir)/mime-info
21mime_DATA = file-roller.mime file-roller.keys
22
23distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out'
24
25distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v 'omf' | grep -v 'figures'
26
27
28EXTRA_DIST =                    \
29        AUTHORS                 \
30        HACKING                 \
31        MAINTAINERS             \
32        NEWS                    \
33        README                  \
34        file-roller.spec        \
35        file-roller.spec.in     \
36        intltool-merge.in       \
37        intltool-update.in      \
38        intltool-extract.in     \
39        omf.make                \
40        xmldocs.make            \
41        $(desktop_in_files)     \
42        $(desktop_DATA)         \
43        $(applications_DATA)    \
44        $(mime_DATA)            \
45        $(icon_DATA)
46
47DISTCLEANFILES =                        \
48        po/.intltool-merge-cache        \
49        $(desktop_DATA)                 \
50        intltool-extract                \
51        intltool-merge                  \
52        intltool-update
Note: See TracBrowser for help on using the repository browser.