/[svn]/qsampler/trunk/Makefile.in
ViewVC logotype

Diff of /qsampler/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 431 by capela, Tue Mar 8 20:12:08 2005 UTC revision 615 by capela, Wed Jun 8 15:46:42 2005 UTC
# Line 32  $(name).mak:   $(name).pro Line 32  $(name).mak:   $(name).pro
32          @$(qmake) -o $(name).mak $(name).pro          @$(qmake) -o $(name).mak $(name).pro
33    
34  $(name):        $(name).mak $(sources) $(headers)  $(name):        $(name).mak $(sources) $(headers)
35          @make -f $(name).mak $(name)          @make -f $(name).mak
36    
37    
38    # NOTE: DO NOT DELETE $(DESTDIR) in install and uninstall rules !!!
39    #       It is mandatory for Debian packaging.
40    
41  install:        $(name) icons/$(name).png  install:        $(name) icons/$(name).png
42          @install -vD $(name) $(prefix)/bin/$(name)          @install -v -d -m 0755 $(DESTDIR)$(prefix)/bin
43          @install -vD icons/$(name).png $(prefix)/share/icons/$(name).png          @install -v -d -m 0755 $(DESTDIR)$(prefix)/share/icons
44            @install -v $(name) -m 0755 $(DESTDIR)$(prefix)/bin/$(name)
45            @install -v icons/$(name).png -m 0644 $(DESTDIR)$(prefix)/share/icons/$(name).png
46    
47  uninstall:      $(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
48          @rm -vf $(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
49          @rm -vf $(prefix)/share/icons/$(name).png          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).png
50    
51  clean:  $(name).mak  clean:  $(name).mak
52          @make -f $(name).mak clean          @make -f $(name).mak clean

Legend:
Removed from v.431  
changed lines
  Added in v.615

  ViewVC Help
Powered by ViewVC