--- qsampler/trunk/Makefile.in 2019/03/09 21:47:46 3493 +++ qsampler/trunk/Makefile.in 2020/01/15 09:43:11 3718 @@ -25,6 +25,7 @@ src/qsamplerChannelForm.h \ src/qsamplerChannelFxForm.h \ src/qsamplerOptionsForm.h \ + src/qsamplerPaletteForm.h \ src/qsamplerMainForm.h sources = \ @@ -46,6 +47,7 @@ src/qsamplerChannelForm.cpp \ src/qsamplerChannelFxForm.cpp \ src/qsamplerOptionsForm.cpp \ + src/qsamplerPaletteForm.cpp \ src/qsamplerMainForm.cpp forms = \ @@ -56,6 +58,7 @@ src/qsamplerChannelForm.ui \ src/qsamplerChannelFxForm.ui \ src/qsamplerOptionsForm.ui \ + src/qsamplerPaletteForm.ui \ src/qsamplerMainForm.ui resources = \ @@ -82,8 +85,6 @@ export LUPDATE = @ac_lupdate@ export LRELEASE = @ac_lrelease@ -# let GCC auto detect whether it (sh/c)ould output its messages in color -export GCC_COLORS=auto all: $(target) @@ -95,8 +96,8 @@ @$(QMAKE) -o $(name).mak $(name).pro -translations_lupdate: $(name).pro - @$(LUPDATE) -verbose -no-obsolete $(name).pro +translations_lupdate: $(translations_sources) + @$(LUPDATE) -verbose -no-obsolete -recursive src -ts $(translations_sources) translations_lrelease: translations_lupdate $(translations_targets) @@ -110,7 +111,7 @@ @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1 @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir) @install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1 - @gzip -vf $(DESTDIR)$(mandir)/man1/$(name)*.1 + @gzip -nvf $(DESTDIR)$(mandir)/man1/$(name)*.1 uninstall: $(DESTDIR)$(prefix)/bin/$(name) @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall