/[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 443 by schoenebeck, Thu Mar 10 17:09:17 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 $(name)          @make -f $(name).mak $(name)
36    
37    # Note: $(DESTDIR) is needed here for Debian packaging!
38  install:        $(name) icons/$(name).png  install:        $(name) icons/$(name).png
39          @install -vD $(name) $(prefix)/bin/$(name)          @install -vD $(name) $(DESTDIR)$(prefix)/bin/$(name)
40          @install -vD icons/$(name).png $(prefix)/share/icons/$(name).png          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png
41    
42  uninstall:      $(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
43          @rm -vf $(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
44          @rm -vf $(prefix)/share/icons/$(name).png          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).png
45    
46  clean:  $(name).mak  clean:  $(name).mak
47          @make -f $(name).mak clean          @make -f $(name).mak clean

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

  ViewVC Help
Powered by ViewVC