diff options
Diffstat (limited to 'src/common/dbus/dbus-plugin.c')
0 files changed, 0 insertions, 0 deletions
![]() |
index : torxchat.git | |
Unnamed repository; edit this file 'description' to name the repository. | blog |
summary refs log tree commit diff stats |
analysis_verbose = $(analysis_verbose_$(V))
analysis_verbose_ = $(analysis_verbose_$(AM_DEFAULT_VERBOSITY))
analysis_verbose_0 = @echo " CCSA " $@; $(COMPILE) --analyze $< -o $@;
analysis_verbose_1 = $(COMPILE) --analyze $< -o $@;
%.plist: %.c
$(analysis_verbose)