~ubuntu-branches/ubuntu/precise/vflib3/precise

« back to all changes in this revision

Viewing changes to utils/hyaku-1.1.0/COPY

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta
  • Date: 2002-04-15 12:10:24 UTC
  • Revision ID: james.westby@ubuntu.com-20020415121024-cann32wucyfbq22f
Tags: upstream-3.6.12
ImportĀ upstreamĀ versionĀ 3.6.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# house-keeping job (internal work for the maintainer)
 
4
 
 
5
DIR=${HOME}/hack/HyakuninIssyu/ 
 
6
 
 
7
FILES="hyaku.txt hyakubm.c hyakubm.h mkhdr.c mkgif"
 
8
 
 
9
for F in ${FILES}; do
 
10
  cp ${DIR}/$F ./
 
11
done
 
12
 
 
13
make hyakubm
 
14
make hyakux11
 
15