all: gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -laitcfg -laitio -laitcrc clean: rm -f *~ *.o test