File: default.o.do

package info (click to toggle)
checkpw 1.02-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 764 kB
  • sloc: ansic: 3,943; makefile: 338; sh: 189
file content (15 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if test -r $2=m
then
  dependon $2=m $2.s
  directtarget
  as -o $1 $2.s
  formake as -o $1 $2.s
  exit 0
fi
depend -$2=m

directtarget
dependon compile
dependcc $2.c
formake ./compile $2.c
./compile $2.c