/[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 75 by capela, Thu May 13 10:23:10 2004 UTC revision 413 by schoenebeck, Mon Feb 28 22:19:07 2005 UTC
# Line 6  name    = qsampler Line 6  name    = qsampler
6  headers = config.h \  headers = config.h \
7          src/qsamplerAbout.h \          src/qsamplerAbout.h \
8          src/qsamplerOptions.h \          src/qsamplerOptions.h \
9            src/qsamplerChannel.h \
10          src/qsamplerMessages.h \          src/qsamplerMessages.h \
11          src/qsamplerChannelStrip.ui.h \          src/qsamplerChannelStrip.ui.h \
12          src/qsamplerChannelForm.ui.h \          src/qsamplerChannelForm.ui.h \
# Line 14  headers = config.h \ Line 15  headers = config.h \
15    
16  sources = src/main.cpp \  sources = src/main.cpp \
17          src/qsamplerOptions.cpp \          src/qsamplerOptions.cpp \
18            src/qsamplerChannel.cpp \
19          src/qsamplerMessages.cpp \          src/qsamplerMessages.cpp \
20          src/qsamplerChannelStrip.ui \          src/qsamplerChannelStrip.ui \
21          src/qsamplerChannelForm.ui \          src/qsamplerChannelForm.ui \
# Line 29  $(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) $(prefix)/bin/$(name)          @install -vD $(name) $(DESTDIR)$(prefix)/bin/$(name)
35          @install -vD icons/$(name).png $(prefix)/share/icons/$(name).png          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png
36    
37  uninstall:      $(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
38          @rm -vf $(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
39          @rm -vf $(prefix)/share/icons/$(name).xpm          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).xpm
40    
41  clean:  $(name).mak  clean:  $(name).mak
42          @make -f $(name).mak clean          @make -f $(name).mak clean

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

  ViewVC Help
Powered by ViewVC