Moved source files to src/.

parent 1a2a1f54
...@@ -4,29 +4,31 @@ SPEED_TYPES=float double LD ...@@ -4,29 +4,31 @@ SPEED_TYPES=float double LD
SUM_TYPES=float double SUM_TYPES=float double
OPS=ADD DIV MULT SQRT OPS=ADD DIV MULT SQRT
all: fp speed highlight report.pdf sum kahan pr all: fp speed sum kahan pr
highlight: floating_point.tex extra_precision.tex \ #all: fp speed highlight report.pdf sum kahan pr
speed.tex sum.tex kahan_sum.tex Makefile.tex #
#highlight: floating_point.tex extra_precision.tex \
s%.tex: s%.c # speed.tex sum.tex kahan_sum.tex Makefile.tex
pygmentize -O style=colorful -o $@ $^ #
#s%.tex: s%.c
kahan_sum.tex: kahan_sum.c # pygmentize -O style=colorful -o $@ $^
pygmentize -O style=colorful -o $@ $^ #
#kahan_sum.tex: kahan_sum.c
Makefile.tex: Makefile # pygmentize -O style=colorful -o $@ $^
pygmentize -O style=colorful -o $@ $^ #
#Makefile.tex: Makefile
extra_precision.tex: extra_precision.c # pygmentize -O style=colorful -o $@ $^
pygmentize -O style=colorful -o $@ $^ #
#extra_precision.tex: extra_precision.c
floating_point.tex: floating_point.c # pygmentize -O style=colorful -o $@ $^
pygmentize -O style=colorful -o $@ $^ #
#floating_point.tex: floating_point.c
%.pdf: %.tex # pygmentize -O style=colorful -o $@ $^
pdflatex $^ #
pdflatex $^ #%.pdf: %.tex
# pdflatex $^
# pdflatex $^
speed: speed.c speed: speed.c
for t in $(SPEED_TYPES); do \ for t in $(SPEED_TYPES); do \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment