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

Legend:
Removed from v.1462  
changed lines
  Added in v.1698

  ViewVC Help
Powered by ViewVC