/[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 961 by capela, Sun Dec 3 18:26:13 2006 UTC revision 1386 by schoenebeck, Fri Oct 5 17:41:49 2007 UTC
# Line 17  headers = config.h \ Line 17  headers = config.h \
17          src/qsamplerChannelStrip.ui.h \          src/qsamplerChannelStrip.ui.h \
18          src/qsamplerChannelForm.ui.h \          src/qsamplerChannelForm.ui.h \
19          src/qsamplerOptionsForm.ui.h \          src/qsamplerOptionsForm.ui.h \
20          src/qsamplerMainForm.ui.h          src/qsamplerMainForm.ui.h \
21            src/qsamplerUtilities.h
22    
23  sources = src/main.cpp \  sources = src/main.cpp \
24          src/qsamplerOptions.cpp \          src/qsamplerOptions.cpp \
# Line 26  sources = src/main.cpp \ Line 27  sources = src/main.cpp \
27          src/qsamplerInstrument.cpp \          src/qsamplerInstrument.cpp \
28          src/qsamplerInstrumentList.cpp \          src/qsamplerInstrumentList.cpp \
29          src/qsamplerDevice.cpp \          src/qsamplerDevice.cpp \
30            src/qsamplerUtilities.cpp \
31          src/qsamplerInstrumentForm.ui \          src/qsamplerInstrumentForm.ui \
32          src/qsamplerInstrumentListForm.ui \          src/qsamplerInstrumentListForm.ui \
33          src/qsamplerDeviceForm.ui \          src/qsamplerDeviceForm.ui \
# Line 48  $(name):       $(name).mak $(sources) $(header Line 50  $(name):       $(name).mak $(sources) $(header
50    
51  install:        $(name) icons/$(name).png  install:        $(name) icons/$(name).png
52          @install -d -v -m 0755 $(DESTDIR)$(prefix)/bin          @install -d -v -m 0755 $(DESTDIR)$(prefix)/bin
53          @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/icons          @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/pixmaps
54            @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/applications
55          @install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)          @install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)
56          @install -v -m 0644 icons/$(name).png $(DESTDIR)$(prefix)/share/icons/$(name).png          @install -v -m 0644 icons/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
57            @install -v -m 0644 $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
58    
59  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
60          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
61          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).png          @rm -vf $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
62            @rm -vf $(DESTDIR)$(prefix)/share/applications/$(name).desktop
63    
64  clean:  $(name).mak  clean:  $(name).mak
65          @make -f $(name).mak clean          @make -f $(name).mak clean

Legend:
Removed from v.961  
changed lines
  Added in v.1386

  ViewVC Help
Powered by ViewVC