This commit is contained in:
2025-07-12 12:17:44 +03:00
parent c759f60ff7
commit 792e1b937a
3507 changed files with 492613 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
AM_CPPFLAGS = -I $(top_srcdir)
EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c
if MAINTAINER_MODE
$(EXTRA_DIST): Makefile
( \
echo "/* Generated automatically. DO NOT EDIT! */"; \
echo "#define SIMD_HEADER \"$(SIMD_HEADER)\""; \
echo "#include \"../common/"$*".c\""; \
) >$@
endif # MAINTAINER_MODE