/[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 1466 by capela, Thu Nov 1 19:25:10 2007 UTC
# Line 11  headers = config.h \ Line 11  headers = config.h \
11          src/qsamplerInstrument.h \          src/qsamplerInstrument.h \
12          src/qsamplerInstrumentList.h \          src/qsamplerInstrumentList.h \
13          src/qsamplerDevice.h \          src/qsamplerDevice.h \
14          src/qsamplerInstrumentForm.ui.h \          src/qsamplerInstrumentForm.h \
15          src/qsamplerInstrumentListForm.ui.h \          src/qsamplerInstrumentListForm.h \
16          src/qsamplerDeviceForm.ui.h \          src/qsamplerDeviceForm.h \
17          src/qsamplerChannelStrip.ui.h \          src/qsamplerChannelStrip.h \
18          src/qsamplerChannelForm.ui.h \          src/qsamplerChannelForm.h \
19          src/qsamplerOptionsForm.ui.h \          src/qsamplerOptionsForm.h \
20          src/qsamplerMainForm.ui.h          src/qsamplerMainForm.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.cpp \
32            src/qsamplerInstrumentListForm.cpp \
33            src/qsamplerDeviceForm.cpp \
34            src/qsamplerChannelStrip.cpp \
35            src/qsamplerChannelForm.cpp \
36            src/qsamplerOptionsForm.cpp \
37            src/qsamplerMainForm.cpp
38    
39    forms = \
40          src/qsamplerInstrumentForm.ui \          src/qsamplerInstrumentForm.ui \
41          src/qsamplerInstrumentListForm.ui \          src/qsamplerInstrumentListForm.ui \
42          src/qsamplerDeviceForm.ui \          src/qsamplerDeviceForm.ui \
# Line 39  all:   $(name) Line 50  all:   $(name)
50  $(name).mak:    $(name).pro  $(name).mak:    $(name).pro
51          @$(qmake) -o $(name).mak $(name).pro          @$(qmake) -o $(name).mak $(name).pro
52    
53  $(name):        $(name).mak $(sources) $(headers)  $(name):        $(name).mak $(sources) $(headers) $(forms)
54          @make -f $(name).mak          @make -f $(name).mak
55    
56    
# Line 48  $(name):       $(name).mak $(sources) $(header Line 59  $(name):       $(name).mak $(sources) $(header
59    
60  install:        $(name) icons/$(name).png  install:        $(name) icons/$(name).png
61          @install -d -v -m 0755 $(DESTDIR)$(prefix)/bin          @install -d -v -m 0755 $(DESTDIR)$(prefix)/bin
62          @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/icons          @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/pixmaps
63            @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/applications
64          @install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)          @install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)
65          @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
66            @install -v -m 0644 $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
67    
68  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
69          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)          @rm -vf $(DESTDIR)$(prefix)/bin/$(name)
70          @rm -vf $(DESTDIR)$(prefix)/share/icons/$(name).png          @rm -vf $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
71            @rm -vf $(DESTDIR)$(prefix)/share/applications/$(name).desktop
72    
73  clean:  $(name).mak  clean:  $(name).mak
74          @make -f $(name).mak clean          @make -f $(name).mak clean

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

  ViewVC Help
Powered by ViewVC