/[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 3407 by capela, Wed Jan 10 21:27:30 2018 UTC revision 3648 by capela, Tue Dec 10 10:34:06 2019 UTC
# Line 6  target  = src/$(name) Line 6  target  = src/$(name)
6    
7  headers = \  headers = \
8          src/config.h \          src/config.h \
9            src/qsampler.h \
10          src/qsamplerAbout.h \          src/qsamplerAbout.h \
11          src/qsamplerOptions.h \          src/qsamplerOptions.h \
12          src/qsamplerChannel.h \          src/qsamplerChannel.h \
# Line 24  headers = \ Line 25  headers = \
25          src/qsamplerChannelForm.h \          src/qsamplerChannelForm.h \
26          src/qsamplerChannelFxForm.h \          src/qsamplerChannelFxForm.h \
27          src/qsamplerOptionsForm.h \          src/qsamplerOptionsForm.h \
28            src/qsamplerPaletteForm.h \
29          src/qsamplerMainForm.h          src/qsamplerMainForm.h
30    
31  sources = \  sources = \
# Line 45  sources = \ Line 47  sources = \
47          src/qsamplerChannelForm.cpp \          src/qsamplerChannelForm.cpp \
48          src/qsamplerChannelFxForm.cpp \          src/qsamplerChannelFxForm.cpp \
49          src/qsamplerOptionsForm.cpp \          src/qsamplerOptionsForm.cpp \
50            src/qsamplerPaletteForm.cpp \
51          src/qsamplerMainForm.cpp          src/qsamplerMainForm.cpp
52    
53  forms = \  forms = \
# Line 55  forms = \ Line 58  forms = \
58          src/qsamplerChannelForm.ui \          src/qsamplerChannelForm.ui \
59          src/qsamplerChannelFxForm.ui \          src/qsamplerChannelFxForm.ui \
60          src/qsamplerOptionsForm.ui \          src/qsamplerOptionsForm.ui \
61            src/qsamplerPaletteForm.ui \
62          src/qsamplerMainForm.ui          src/qsamplerMainForm.ui
63    
64  resources = \  resources = \
# Line 81  export QMAKE = @ac_qmake@ Line 85  export QMAKE = @ac_qmake@
85  export LUPDATE = @ac_lupdate@  export LUPDATE = @ac_lupdate@
86  export LRELEASE = @ac_lrelease@  export LRELEASE = @ac_lrelease@
87    
 # let GCC auto detect whether it (sh/c)ould output its messages in color  
 export GCC_COLORS=auto  
88    
89  all:    $(target)  all:    $(target)
90    
# Line 94  $(name).mak:   $(name).pro Line 96  $(name).mak:   $(name).pro
96          @$(QMAKE) -o $(name).mak $(name).pro          @$(QMAKE) -o $(name).mak $(name).pro
97    
98    
99  translations_lupdate:   $(name).pro  translations_lupdate:   $(translations_sources)
100          @$(LUPDATE) -verbose -no-obsolete $(name).pro          @$(LUPDATE) -verbose -no-obsolete -recursive src -ts $(translations_sources)
101    
102  translations_lrelease:  translations_lupdate $(translations_targets)  translations_lrelease:  translations_lupdate $(translations_targets)
103    

Legend:
Removed from v.3407  
changed lines
  Added in v.3648

  ViewVC Help
Powered by ViewVC