aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/7/images/Makefile
blob: 6f99bc3a422e08afdf4aef19fd99a9e90892e69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Makefile -- Illustrationen zu 
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule

all:	rodriguez.jpg  test.png

rodriguez.png:	rodriguez.pov
	povray +A0.1 -W1920 -H1080 -Orodriguez.png rodriguez.pov

rodriguez.jpg:	rodriguez.png 
	convert -extract 1740x1070+135+10 rodriguez.png rodriguez.jpg

commutator:	commutator.ini commutator.pov common.inc
	povray +A0.1 -W1920 -H1080 -Oc/c.png commutator.ini
jpg:
	for f in c/c*.png; do convert $${f} c/`basename $${f} .png`.jpg; done

dreibein/timestamp:	interpolation.m
	octave interpolation.m
	touch dreibein/timestamp

test.png:	test.pov drehung.inc dreibein/d025.inc dreibein/timestamp
	povray +A0.1 -W1080 -H1080 -Otest.png test.pov

dreibein/d025.inc:	dreibein/timestamp

animation:
	povray +A0.1 -W1080 -H1080 -Ointerpolation/i.png interpolation.ini