source: trunk/third/gnome-audio/Makefile @ 20523

Revision 20523, 500 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20522, which included commits to RCS files with non-trunk default branches.
Line 
1VERSION=2.0.0
2DD=gnome-audio-$(VERSION)
3
4all: gnome-audio.spec
5
6gnome-audio.spec: gnome-audio.spec.in
7        sed "s/GNOME_AUDIO_VERSION/$(VERSION)/" gnome-audio.spec.in > gnome-audio.spec
8
9install:
10        $(MAKE) -C sounds install
11
12dist: gnome-audio.spec
13        make prefix=$(shell pwd)/$(DD) install
14        mv $(DD)/share/sounds $(DD)/sounds
15        rmdir $(DD)/share
16        install -m644 Makefile README gnome-audio.spec.in gnome-audio.spec $(DD)
17        install -m644 sounds/Makefile $(DD)/sounds
18        tar -czvf $(DD).tar.gz $(DD)
19        rm -rf $(DD)
Note: See TracBrowser for help on using the repository browser.