tex_out/pseudocode_svfparith.tex \
tex_out/pseudocode_fixedarith.tex \
tex_out/pseudocode_fixedlogical.tex \
- tex_out/pseudocode_svfixedarith.tex
+ tex_out/pseudocode_svfixedarith.tex \
+ tex_out/big_integer_analysis.tex \
+ tex_out/vector_isas.tex
tex: $(SOURCE_TEX)
mkdir -p tex_out
- pandoc -f markdown -t latex --top-level-division=section \
- --filter pandoc_img.py \
- -N -o tex_out/vector_isas.tex sv/vector_isa_comparison.mdwn
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/overview.tex sv/overview.mdwn
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/big_integer.tex sv/biginteger.mdwn
+
+tex_out/vector_isas.tex : sv/vector_isa_comparison.mdwn
+ mkdir -p tex_out
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/vector_isas.tex sv/vector_isa_comparison.mdwn
+
+tex_out/big_integer_analysis.tex : sv/biginteger/analysis.mdwn
+ mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/big_integer_analysis.tex sv/biginteger/analysis.mdwn
tex_out/pseudocode_fixedlogical.tex : ../../openpower-isa/openpower/isa/fixedlogical.mdwn
+ mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/pseudocode_fixedlogical.tex \
../../openpower-isa/openpower/isa/fixedlogical.mdwn
tex_out/pseudocode_fixedarith.tex : ../../openpower-isa/openpower/isa/fixedarith.mdwn
+ mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/pseudocode_fixedarith.tex \
../../openpower-isa/openpower/isa/fixedarith.mdwn
tex_out/pseudocode_svfixedarith.tex : ../../openpower-isa/openpower/isa/svfixedarith.mdwn
+ mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/pseudocode_svfixedarith.tex \
../../openpower-isa/openpower/isa/svfixedarith.mdwn
tex_out/pseudocode_svfparith.tex : ../../openpower-isa/openpower/isa/svfparith.mdwn
+ mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/pseudocode_svfparith.tex \
../../openpower-isa/openpower/isa/svfparith.mdwn
tex_out/sv.tex : sv.mdwn
+ mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/sv.tex sv.mdwn
tex_out/svp64_appendix.tex: sv/svp64/appendix.mdwn
+ mkdir -p tex_out
./mdwn_inline.py sv/svp64/appendix.mdwn tex_out/appendix.mdwn
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/svp64_appendix.tex tex_out/appendix.mdwn
tex_out/vector_ops.tex: sv/vector_ops.mdwn
+ mkdir -p tex_out
./mdwn_inline.py sv/vector_ops.mdwn tex_out/vector_ops.mdwn
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \