/[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 443 by schoenebeck, Thu Mar 10 17:09:17 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 30  $(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) $(DESTDIR)$(prefix)/bin/$(name)          @install -vD $(name) $(DESTDIR)$(prefix)/bin/$(name)
40          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png          @install -vD icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png
41    
42  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
43          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
44          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).xpm          @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.413  
changed lines
  Added in v.443

  ViewVC Help
Powered by ViewVC