/[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 961 by capela, Sun Dec 3 18:26:13 2006 UTC revision 1255 by capela, Mon Jun 25 10:15:07 2007 UTC
# Line 48  $(name):       $(name).mak $(sources) $(header Line 48  $(name):       $(name).mak $(sources) $(header
48    
49  install:        $(name) icons/$(name).png  install:        $(name) icons/$(name).png
50          @install -d -v -m 0755 $(DESTDIR)$(prefix)/bin          @install -d -v -m 0755 $(DESTDIR)$(prefix)/bin
51          @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/icons          @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/pixmaps
52            @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/applications
53          @install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)          @install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)
54          @install -v -m 0644 icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png          @install -v -m 0644 icons/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
55            @install -v -m 0644 $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
56    
57  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
58          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
59          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).png          @rm -vf $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
60            @rm -vf $(DESTDIR)$(prefix)/share/applications/$(name).desktop
61    
62  clean:  $(name).mak  clean:  $(name).mak
63          @make -f $(name).mak clean          @make -f $(name).mak clean

Legend:
Removed from v.961  
changed lines
  Added in v.1255

  ViewVC Help
Powered by ViewVC