#!/bin/sh
CMD="gcc -O -I../include -DHAVE_CONFIG -DX_CLIENT -c $1 -o x_`basename $1 .c`.o"
echo $CMD
$CMD
