build: Make some more rules silent if requested
This commit is contained in:
parent
3e2e82afef
commit
ca6566ea66
@ -7,11 +7,15 @@ pcverfiles_uninstalled = \
|
||||
### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
||||
all-local: $(pcverfiles_uninstalled)
|
||||
|
||||
cp_verbose = $(cp_verbose_$(V))
|
||||
cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
|
||||
cp_verbose_0 = @echo " CP $@";
|
||||
|
||||
### how to generate versioned .pc files from .pc files in this dir
|
||||
%-@GST_MAJORMINOR@.pc: %.pc
|
||||
cp $< $@
|
||||
$(cp_verbose)cp $< $@
|
||||
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
||||
cp $< $@
|
||||
$(cp_verbose)cp $< $@
|
||||
|
||||
# do not install for now
|
||||
# pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user