/[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 431 by capela, Tue Mar 8 20:12:08 2005 UTC
# Line 8  headers = config.h \ Line 8  headers = config.h \
8          src/qsamplerOptions.h \          src/qsamplerOptions.h \
9          src/qsamplerChannel.h \          src/qsamplerChannel.h \
10          src/qsamplerMessages.h \          src/qsamplerMessages.h \
11            src/qsamplerDevice.h \
12            src/qsamplerDeviceForm.ui.h \
13          src/qsamplerChannelStrip.ui.h \          src/qsamplerChannelStrip.ui.h \
14          src/qsamplerChannelForm.ui.h \          src/qsamplerChannelForm.ui.h \
15          src/qsamplerOptionsForm.ui.h \          src/qsamplerOptionsForm.ui.h \
# Line 17  sources = src/main.cpp \ Line 19  sources = src/main.cpp \
19          src/qsamplerOptions.cpp \          src/qsamplerOptions.cpp \
20          src/qsamplerChannel.cpp \          src/qsamplerChannel.cpp \
21          src/qsamplerMessages.cpp \          src/qsamplerMessages.cpp \
22            src/qsamplerDevice.cpp \
23            src/qsamplerDeviceForm.ui \
24          src/qsamplerChannelStrip.ui \          src/qsamplerChannelStrip.ui \
25          src/qsamplerChannelForm.ui \          src/qsamplerChannelForm.ui \
26          src/qsamplerOptionsForm.ui \          src/qsamplerOptionsForm.ui \
# Line 31  $(name):       $(name).mak $(sources) $(header Line 35  $(name):       $(name).mak $(sources) $(header
35          @make -f $(name).mak $(name)          @make -f $(name).mak $(name)
36    
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).xpm          @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.413  
changed lines
  Added in v.431

  ViewVC Help
Powered by ViewVC