~ubuntu-branches/ubuntu/gutsy/audacity/gutsy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2007-05-18 12:11:05 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518121105-onhr7ojai3n5khzt
Tags: 1.3.3-1
* New upstream release
* Added watch file
* debian/patches:
   - updated libmp3lame patch
* debian/control:
   - as suggested upstream, depend on libgtk2.0-dev, otherwise 
     the code fails to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
EXTRAUNINSTALLTARGETS= @EXTRAUNINSTALLTARGETS@
12
12
 
13
13
.PHONY: all
14
 
all: audacity help/audacity.1.gz audacity-1.2-help.htb
 
14
all: audacity help/audacity.1.gz
15
15
 
16
16
.PHONY: audacity
17
17
audacity:
31
31
 
32
32
        # install docs
33
33
        $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)
34
 
        -test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \
35
 
                $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity-1.2-help.htb
36
34
        $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
37
35
        $(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt
38
36
        $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt
82
80
        # gzipping the file this way prevents audacity.1 from getting deleted
83
81
        cat help/audacity.1 | gzip -9 > help/audacity.1.gz
84
82
 
85
 
audacity-1.2-help.htb: help/wxhelp/*
86
 
        rm -f audacity-1.2-help.htb
87
 
        cd help/wxhelp && $(ZIP) ../../audacity-1.2-help.htb *.htm images/*.png *.hhc *.hhk *.hhp
88
 
 
89
83
dox:
90
84
        doxygen audacity.dox
91
85
 
99
93
        $(MAKE) -C lib-src clean
100
94
        $(MAKE) -C src clean
101
95
        $(MAKE) -C tests clean
102
 
        rm -f audacity-help.htb
103
 
        rm -f audacity-1.2-help.htb
104
96
        rm -f audacity
105
97
        rm -f help/audacity.1.gz
106
98