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

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

  ViewVC Help
Powered by ViewVC