/[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 525 by capela, Mon May 9 10:21:41 2005 UTC revision 545 by schoenebeck, Mon May 16 13:32:25 2005 UTC
# Line 34  $(name).mak:   $(name).pro Line 34  $(name).mak:   $(name).pro
34  $(name):        $(name).mak $(sources) $(headers)  $(name):        $(name).mak $(sources) $(headers)
35          @make -f $(name).mak          @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 -vD $(name) $(DESTDIR)$(prefix)/bin/$(name)
43          @install -vD icons/$(name).png $(prefix)/share/icons/$(name).png          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png
44    
45  uninstall:      $(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
46          @rm -vf $(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
47          @rm -vf $(prefix)/share/icons/$(name).png          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).png
48    
49  clean:  $(name).mak  clean:  $(name).mak
50          @make -f $(name).mak clean          @make -f $(name).mak clean

Legend:
Removed from v.525  
changed lines
  Added in v.545

  ViewVC Help
Powered by ViewVC