Skip to content
Snippets Groups Projects
Commit 94348b9b authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Clean all built files and rebuild generated C when necessary

parent c37fb100
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -54,11 +54,10 @@ GENSTUB_V1 =
GENSTUB_V0 = @echo " GENSTUB " $@.excluded $@.shared $@;
GENSTUB = $(GENSTUB_V$(V))
CLEANFILES = $(shim_files)
CLEANFILES = $(shim_files) $(shim_srcs)
BUILT_SOURCES = $(shim_srcs)
shim/%.so.c: shim/%.excluded shim/%.shared
shim/%.so.c: generate-stublib.sh capsule-shim.h print-libstubs
shim/lib%.so.c: generate-stublib.sh print-libstubs capsule-shim.h shim/lib%.so.c.excluded shim/lib%.so.c.shared
$(GENSTUB)$(top_srcdir)/$< $$(basename $@ .c) $@.excluded $@.shared $@
debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment