source: trunk/third/gnome-system-monitor/Makefile.am @ 18394

Revision 18394, 976 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18393, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = po src help
4
5EXTRA_DIST = \
6        gnome-system-monitor.desktop.in \
7        gnome-system-monitor.spec \
8        intltool-extract.in \
9        intltool-merge.in \
10        intltool-update.in \
11        HACKING \
12        omf.make \
13        xmldocs.make
14
15Applicationsdir = $(datadir)/applications
16Applications_in_files = gnome-system-monitor.desktop.in
17Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
18@INTLTOOL_DESKTOP_RULE@
19
20install-data-local:
21        @$(NORMAL_INSTALL)
22        if test -d $(srcdir)/pixmaps; then \
23          $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
24          for pixmap in $(srcdir)/pixmaps/*; do \
25            if test -f $$pixmap; then \
26              $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
27            fi \
28          done \
29        fi
30
31dist-hook:
32        if test -d pixmaps; then \
33          mkdir $(distdir)/pixmaps; \
34          for pixmap in pixmaps/*; do \
35            if test -f $$pixmap; then \
36              cp -p $$pixmap $(distdir)/pixmaps; \
37            fi \
38          done \
39        fi
40
Note: See TracBrowser for help on using the repository browser.