File: linkloged

package info (click to toggle)
chipmunk-log 5.51-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 6,360 kB
  • ctags: 7,555
  • sloc: ansic: 78,257; makefile: 154; sh: 101
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Shell script to put together a new version of LOGED
# including user-written simulators.


LOGLIB=/usr/cs10/lib/log
CC=gcc -I/usr/cs10/include

$LOGLIB/munch 'Log_[0-9]*_proc' $LOGLIB/loged.a $* >logeddir.c
$CC logeddir.c $LOGLIB/loged.a $* -lp2c -lX11 -lm -o loged