/[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 545 by schoenebeck, Mon May 16 13:32:25 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    
37    
38    # NOTE: DO NOT DELETE $(DESTDIR) in install and uninstall rules !!!
39    #       It is mandatory for Debian packaging.
40    
 # Note: $(DESTDIR) is needed here for Debian packaging!  
41  install:        $(name) icons/$(name).png  install:        $(name) icons/$(name).png
42          @install -vD $(name) $(DESTDIR)$(prefix)/bin/$(name)          @install -vD $(name) $(DESTDIR)$(prefix)/bin/$(name)
43          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png

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

  ViewVC Help
Powered by ViewVC