plugins/python/Makefile.in: update autogenerated header dependencies
This commit is contained in:

committed by
Todd C. Miller

parent
d67c64bb37
commit
d3d3a59e08
@@ -224,9 +224,11 @@ check_python_examples: $(CHECK_PYTHON_EXAMPLES_OBJS) $(LIBPYTHONPLUGIN)
|
||||
$(LIBTOOL) $(LTFLAGS) --mode=link $(CC) -o $@ $(CHECK_PYTHON_EXAMPLES_OBJS) $(LDFLAGS) $(ASAN_LDFLAGS) $(PIE_LDFLAGS) $(SSP_LDFLAGS) $(LIBS)
|
||||
|
||||
# Autogenerated dependencies, do not modify
|
||||
check_python_examples.o: $(srcdir)/regress/check_python_examples.c
|
||||
check_python_examples.o: $(srcdir)/regress/check_python_examples.c \
|
||||
$(incdir)/sudo_dso.h
|
||||
$(CC) -c $(CPPFLAGS) $(CFLAGS) $(ASAN_CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(srcdir)/regress/check_python_examples.c
|
||||
check_python_examples.i: $(srcdir)/regress/check_python_examples.c
|
||||
check_python_examples.i: $(srcdir)/regress/check_python_examples.c \
|
||||
$(incdir)/sudo_dso.h
|
||||
$(CC) -E -o $@ $(CPPFLAGS) $<
|
||||
check_python_examples.plog: check_python_examples.i
|
||||
rm -f $@; pvs-studio --cfg $(PVS_CFG) --sourcetree-root $(top_srcdir) --skip-cl-exe yes --source-file $(srcdir)/regress/check_python_examples.c --i-file $< --output-file $@
|
||||
@@ -236,9 +238,9 @@ iohelpers.i: $(srcdir)/regress/iohelpers.c
|
||||
$(CC) -E -o $@ $(CPPFLAGS) $<
|
||||
iohelpers.plog: iohelpers.i
|
||||
rm -f $@; pvs-studio --cfg $(PVS_CFG) --sourcetree-root $(top_srcdir) --skip-cl-exe yes --source-file $(srcdir)/regress/iohelpers.c --i-file $< --output-file $@
|
||||
pyhelpers.lo: $(srcdir)/pyhelpers.c
|
||||
pyhelpers.lo: $(srcdir)/pyhelpers.c $(top_builddir)/pathnames.h
|
||||
$(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(ASAN_CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(srcdir)/pyhelpers.c
|
||||
pyhelpers.i: $(srcdir)/pyhelpers.c
|
||||
pyhelpers.i: $(srcdir)/pyhelpers.c $(top_builddir)/pathnames.h
|
||||
$(CC) -E -o $@ $(CPPFLAGS) $<
|
||||
pyhelpers.plog: pyhelpers.i
|
||||
rm -f $@; pvs-studio --cfg $(PVS_CFG) --sourcetree-root $(top_srcdir) --skip-cl-exe yes --source-file $(srcdir)/pyhelpers.c --i-file $< --output-file $@
|
||||
|
Reference in New Issue
Block a user