summaryrefslogtreecommitdiff
path: root/lib/logsrv/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logsrv/Makefile.in')
-rw-r--r--lib/logsrv/Makefile.in16
1 files changed, 5 insertions, 11 deletions
diff --git a/lib/logsrv/Makefile.in b/lib/logsrv/Makefile.in
index 119ebf05a..f81698fa9 100644
--- a/lib/logsrv/Makefile.in
+++ b/lib/logsrv/Makefile.in
@@ -86,11 +86,6 @@ GENERATED = log_server.pb-c.h log_server.pb-c.c
all: liblogsrv.la
-pvs-log-files: $(POBJS)
-
-pvs-studio: $(POBJS)
- plog-converter $(PVS_LOG_OPTS) $(POBJS)
-
depend:
$(scriptdir)/mkdep.pl --srcdir=$(abs_top_srcdir) \
--builddir=$(abs_top_builddir) lib/logsrv/Makefile.in
@@ -149,7 +144,9 @@ splint:
cppcheck:
cppcheck $(CPPCHECK_OPTS) -I$(incdir) -I$(top_builddir) -I$(top_srcdir) $(srcdir)/*.c
-pvs-log-files: $(POBJS)
+pvs-log-files:
+
+pvs-studio:
fuzz:
@@ -185,8 +182,5 @@ cleandir: realclean
log_server.pb-c.lo: $(srcdir)/log_server.pb-c.c $(incdir)/log_server.pb-c.h \
$(incdir)/protobuf-c/protobuf-c.h
$(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) -c -o $@ $(CPPFLAGS) $(CFLAGS) $(ASAN_CFLAGS) $(PIE_CFLAGS) $(HARDENING_CFLAGS) $(srcdir)/log_server.pb-c.c
-log_server.pb-c.i: $(srcdir)/log_server.pb-c.c $(incdir)/log_server.pb-c.h \
- $(incdir)/protobuf-c/protobuf-c.h
- $(CC) -E -o $@ $(CPPFLAGS) $<
-log_server.pb-c.plog: log_server.pb-c.i
- rm -f $@; pvs-studio --cfg $(PVS_CFG) --sourcetree-root $(top_srcdir) --skip-cl-exe yes --source-file $(srcdir)/log_server.pb-c.c --i-file $< --output-file $@
+log_server.pb-c.plog: $(srcdir)/log_server.pb-c.c
+ touch $@