#!/bin/sh -f

sys=`leda.sys`

INC=$LEDA/INSTALL/incl
LIB=$LEDA/INSTALL/$sys/CC

CC -O -I$INC -L$LIB $* -lW -lP -lG -lL -lX11 -lm -lsocket

