Import of Empire 4.2.12
This commit is contained in:
commit
d8b7fdfae1
817 changed files with 126589 additions and 0 deletions
24
scripts/mapper/Makefile
Normal file
24
scripts/mapper/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
#
|
||||
# Riverworld Blitz mpeg makefile. Assumes the netpbm programs are
|
||||
# somewhere in the path. map.m2v is an mpeg2 file-- unfortunately
|
||||
# it's 15x the size of the mpeg1 (.mpg) file. If you modify map.par
|
||||
# to generate a smaller file, or find another mpeg2 encoder, let
|
||||
# me know.
|
||||
# -Drake (dld@chem.psu.edu)
|
||||
|
||||
|
||||
.SUFFIXES: .pgm .gif .ppm .pov .jpg
|
||||
|
||||
all: map.mpg final.gif
|
||||
|
||||
map.param: param.pl default.param frames
|
||||
param.pl default.param >map.param
|
||||
color.ppm: randppm.awk
|
||||
randppm.awk >$@
|
||||
map.mpg: map.param
|
||||
mpeg_encode map.param
|
||||
final.gif: frames color.ppm
|
||||
makeframe map-`cat frames`.gif | ppmtogif -interlace >final.gif
|
||||
|
||||
clean:
|
||||
rm -f map-*.gif overmap-*.gif frames census report version over.pbm power wire final.gif over.mask color.ppm map.mpg
|
Loading…
Add table
Add a link
Reference in a new issue