/[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 1386 by schoenebeck, Fri Oct 5 17:41:49 2007 UTC revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 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/qsamplerFxSend.h \
15          src/qsamplerInstrumentListForm.ui.h \          src/qsamplerFxSendsModel.h \
16          src/qsamplerDeviceForm.ui.h \          src/qsamplerUtilities.h \
17          src/qsamplerChannelStrip.ui.h \          src/qsamplerInstrumentForm.h \
18          src/qsamplerChannelForm.ui.h \          src/qsamplerInstrumentListForm.h \
19          src/qsamplerOptionsForm.ui.h \          src/qsamplerDeviceForm.h \
20          src/qsamplerMainForm.ui.h \          src/qsamplerChannelStrip.h \
21          src/qsamplerUtilities.h          src/qsamplerChannelForm.h \
22            src/qsamplerChannelFxForm.h \
23            src/qsamplerOptionsForm.h \
24            src/qsamplerMainForm.h
25    
26  sources = src/main.cpp \  sources = src/main.cpp \
27          src/qsamplerOptions.cpp \          src/qsamplerOptions.cpp \
# Line 27  sources = src/main.cpp \ Line 30  sources = src/main.cpp \
30          src/qsamplerInstrument.cpp \          src/qsamplerInstrument.cpp \
31          src/qsamplerInstrumentList.cpp \          src/qsamplerInstrumentList.cpp \
32          src/qsamplerDevice.cpp \          src/qsamplerDevice.cpp \
33            src/qsamplerFxSend.cpp \
34            src/qsamplerFxSendsModel.cpp \
35          src/qsamplerUtilities.cpp \          src/qsamplerUtilities.cpp \
36            src/qsamplerInstrumentForm.cpp \
37            src/qsamplerInstrumentListForm.cpp \
38            src/qsamplerDeviceForm.cpp \
39            src/qsamplerChannelStrip.cpp \
40            src/qsamplerChannelForm.cpp \
41            src/qsamplerChannelFxForm.cpp \
42            src/qsamplerOptionsForm.cpp \
43            src/qsamplerMainForm.cpp
44    
45    forms = \
46          src/qsamplerInstrumentForm.ui \          src/qsamplerInstrumentForm.ui \
47          src/qsamplerInstrumentListForm.ui \          src/qsamplerInstrumentListForm.ui \
48          src/qsamplerDeviceForm.ui \          src/qsamplerDeviceForm.ui \
49          src/qsamplerChannelStrip.ui \          src/qsamplerChannelStrip.ui \
50          src/qsamplerChannelForm.ui \          src/qsamplerChannelForm.ui \
51            src/qsamplerChannelFxForm.ui \
52          src/qsamplerOptionsForm.ui \          src/qsamplerOptionsForm.ui \
53          src/qsamplerMainForm.ui          src/qsamplerMainForm.ui
54    
# Line 41  all:   $(name) Line 57  all:   $(name)
57  $(name).mak:    $(name).pro  $(name).mak:    $(name).pro
58          @$(qmake) -o $(name).mak $(name).pro          @$(qmake) -o $(name).mak $(name).pro
59    
60  $(name):        $(name).mak $(sources) $(headers)  $(name):        $(name).mak $(sources) $(headers) $(forms)
61          @make -f $(name).mak          @make -f $(name).mak
62    
63    

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

  ViewVC Help
Powered by ViewVC