/[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 2842 by capela, Thu Sep 3 09:56:47 2015 UTC revision 2987 by capela, Fri Sep 23 11:42:50 2016 UTC
# Line 69  translations_targets = \ Line 69  translations_targets = \
69          src/translations/qsampler_ru.qm          src/translations/qsampler_ru.qm
70    
71    
72  export datarootdir = @datarootdir@  export datadir = @ac_datadir@
73  export datadir = @datadir@  export mandir = @ac_mandir@
 export mandir = @mandir@  
74    
75  translations_dir = $(datadir)/$(name)/translations  translations_dir = $(datadir)/$(name)/translations
76    
# Line 80  export QMAKE = @ac_qmake@ Line 79  export QMAKE = @ac_qmake@
79  export LUPDATE = @ac_lupdate@  export LUPDATE = @ac_lupdate@
80  export LRELEASE = @ac_lrelease@  export LRELEASE = @ac_lrelease@
81    
82    # let GCC auto detect whether it (sh/c)ould output its messages in color
83    export GCC_COLORS=auto
84    
85  all:    $(target)  all:    $(target)
86    
# Line 92  $(name).mak:   $(name).pro Line 93  $(name).mak:   $(name).pro
93    
94    
95  translations_lupdate:   $(name).pro  translations_lupdate:   $(name).pro
96          @$(LUPDATE) -verbose $(name).pro          @$(LUPDATE) -verbose -no-obsolete $(name).pro
97    
98  translations_lrelease:  translations_lupdate $(translations_targets)  translations_lrelease:  translations_lupdate $(translations_targets)
99    

Legend:
Removed from v.2842  
changed lines
  Added in v.2987

  ViewVC Help
Powered by ViewVC