/[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 3493 by capela, Sat Mar 9 21:47:46 2019 UTC revision 3718 by capela, Wed Jan 15 09:43:11 2020 UTC
# Line 25  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 46  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 56  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 82  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 95  $(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    
# Line 110  install:       $(target) translations_lrelease Line 111  install:       $(target) translations_lrelease
111          @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1          @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
112          @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir)          @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir)
113          @install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1          @install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1
114          @gzip -vf $(DESTDIR)$(mandir)/man1/$(name)*.1          @gzip -nvf $(DESTDIR)$(mandir)/man1/$(name)*.1
115    
116  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)  uninstall:      $(DESTDIR)$(prefix)/bin/$(name)
117          @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall          @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall

Legend:
Removed from v.3493  
changed lines
  Added in v.3718

  ViewVC Help
Powered by ViewVC