~ubuntu-branches/ubuntu/karmic/gnome-rdp/karmic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Szilveszter Farkas (Phanatic)
  • Date: 2006-01-21 21:22:34 UTC
  • Revision ID: james.westby@ubuntu.com-20060121212234-2cu8221o4x0nq8mp
Tags: upstream-0.1.3-r1
ImportĀ upstreamĀ versionĀ 0.1.3-r1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = icons po resources src
 
2
bin_SCRIPTS = gnome-rdp
 
3
EXTRA_DIST = gnome-rdp.in
 
4
 
 
5
desktop_in_files=gnome-rdp.desktop.in
 
6
desktop_files=$(desktop_in_files:.desktop.in=.desktop)
 
7
@INTLTOOL_DESKTOP_RULE@
 
8
 
 
9
Applicationsdir = $(datadir)/applications
 
10
Applications_DATA = $(desktop_files)
 
11
 
 
12
REWRITE = \
 
13
        sed -e "s|\@prefix\@|$(prefix)|g"       \
 
14
            -e "s|\@pkglibdir\@|$(pkglibdir)|g" \
 
15
            -e "s|\@bindir\@|$(bindir)|g"               \
 
16
            -e "s|\@MONO\@|$(MONO)|g" 
 
17
 
 
18
$(bin_SCRIPTS): $(srcdir)/gnome-rdp.in Makefile
 
19
        $(REWRITE) $(srcdir)/gnome-rdp.in > $@.tmp
 
20
        mv $@.tmp $@
 
21
 
 
22
CLEANFILES = \
 
23
        gnome-rdp
 
24
 
 
25
DISTCLEANFILES = \
 
26
        config.log \
 
27
        config.status \
 
28
        intltool-extract \
 
29
        intltool-merge \
 
30
        intltool-update \
 
31
        gnome-rdp.desktop