~dobey/stopwatch/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Rodney Dawes
  • Date: 2009-03-27 22:55:10 UTC
  • Revision ID: dobey@gnome.org-20090327225510-hph5hfc2fyfo0446
        Cleaned up code import into bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
SUBDIRS = icons po src
 
3
 
 
4
desktopdir = $(datadir)/applications
 
5
desktop_in_files = stopwatch.desktop.in
 
6
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
7
 
 
8
@INTLTOOL_DESKTOP_RULE@
 
9
 
 
10
EXTRA_DIST =                    \
 
11
        $(desktop_in_files)
 
12
 
 
13
CLEANFILES =                    \
 
14
        $(desktop_DATA)
 
15
 
 
16
MAINTAINERCLEANFILES =                  \
 
17
        Makefile.in                     \
 
18
        aclocal.m4                      \
 
19
        config.guess                    \
 
20
        config.h.in                     \
 
21
        config.sub                      \
 
22
        configure                       \
 
23
        depcomp                         \
 
24
        install-sh                      \
 
25
        intltool-*                      \
 
26
        libtool                         \
 
27
        ltmain.sh                       \
 
28
        missing                         \
 
29
        mkinstalldirs                   \
 
30
        po/Makefile.in.in               \
 
31
        po/$(GETTEXT_PACKAGE).pot
 
32