blob: 214845182b2899e65df54c824180e800376eeeab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#POVRAY=x-povray # Must be Povray 3.0
#bits: bits.pov
# $(POVRAY) +L/usr/lib/povray3/include bits.ini
#clean:
# rm -f *~ *.pgm
#realclean: clean
# rm -f *.ppm *.pbm
EXTRA_DIST = bits0000.png bits0001.png bits0002.png bits0003.png \
bits0004.png bits0005.png bits0006.png bits0007.png \
bits0008.png bits0009.png bits0010.png bits0011.png \
bits0012.png bits0013.png bits0014.png bits0015.png \
bits.ini bits.pov
|