/[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 413 by schoenebeck, Mon Feb 28 22:19:07 2005 UTC revision 418 by capela, Wed Mar 2 16:23:10 2005 UTC
# Line 31  $(name):       $(name).mak $(sources) $(header Line 31  $(name):       $(name).mak $(sources) $(header
31          @make -f $(name).mak $(name)          @make -f $(name).mak $(name)
32    
33  install:        $(name) icons/$(name).png  install:        $(name) icons/$(name).png
34          @install -vD $(name) $(DESTDIR)$(prefix)/bin/$(name)          @install -vD $(name) $(prefix)/bin/$(name)
35          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png          @install -vD icons/$(name).png $(prefix)/share/icons/$(name).png
36    
37  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)  uninstall:      $(prefix)/bin/$(name)
38          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)          @rm -vf $(prefix)/bin/$(name)
39          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).xpm          @rm -vf $(prefix)/share/icons/$(name).png
40    
41  clean:  $(name).mak  clean:  $(name).mak
42          @make -f $(name).mak clean          @make -f $(name).mak clean

Legend:
Removed from v.413  
changed lines
  Added in v.418

  ViewVC Help
Powered by ViewVC