# Makefile for agora.cgi wrappers # works with GNU make under Linux ... # if there are problems just follow the simple # directions in the two c programs, that is # all you really need. ##### CC=cc ## # wrapper: wrap_agc.c wrap_mgr.c $(CC) -c wrap_agc.c $(CC) -c wrap_mgr.c (chmod 555 wrap_agc.o; chmod a+s wrap_agc.o) (chmod 555 wrap_mgr.o; chmod a+s wrap_mgr.o) (/bin/echo ""; /bin/echo "Make sure that the ownership of the\ files is correct!";/bin/echo "It is set to run under permissions of the \ owner!!!";/bin/echo "")