File: linklog

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-- 287 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 LOG
# including user-written tools, gates, and simulators.


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

$LOGLIB/munch 'Log_[a-zA-Z0-9_]*' $LOGLIB/log.a $* >logdir.c
$CC logdir.c $LOGLIB/log.a $* -lp2c -lX11 -lm -o log