/[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 3521 by capela, Wed Jul 3 08:16:46 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 81  export QMAKE = @ac_qmake@ Line 82  export QMAKE = @ac_qmake@
82  export LUPDATE = @ac_lupdate@  export LUPDATE = @ac_lupdate@
83  export LRELEASE = @ac_lrelease@  export LRELEASE = @ac_lrelease@
84    
 # let GCC auto detect whether it (sh/c)ould output its messages in color  
 export GCC_COLORS=auto  
85    
86  all:    $(target)  all:    $(target)
87    
# Line 94  $(name).mak:   $(name).pro Line 93  $(name).mak:   $(name).pro
93          @$(QMAKE) -o $(name).mak $(name).pro          @$(QMAKE) -o $(name).mak $(name).pro
94    
95    
96  translations_lupdate:   $(name).pro  translations_lupdate:   $(translations_sources)
97          @$(LUPDATE) -verbose -no-obsolete $(name).pro          @$(LUPDATE) -verbose -no-obsolete -recursive src -ts $(translations_sources)
98    
99  translations_lrelease:  translations_lupdate $(translations_targets)  translations_lrelease:  translations_lupdate $(translations_targets)
100    

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

  ViewVC Help
Powered by ViewVC