#------------------------------------------------------------- # # Copyright (C) 2000 Sebastian Will. # All Rights Reserved. # # Permission to use, copy, modify, and distribute this # software and its documentation for NON-COMMERCIAL purposes # and without fee is hereby granted provided that this # copyright notice appears in all copies. # # # THE AUTHOR AND PUBLISHER MAKE NO REPRESENTATIONS OR # WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE # IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A # PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THE AUTHORS # AND PUBLISHER SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED # BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING # THIS SOFTWARE OR ITS DERIVATIVES. # #------------------------------------------------------------- CC=gcc CFLAGS = -Wall -g -O3 -lm all: walks hist clean: $(RM) *~ *.o core gmon.out veryclean: clean $(RM) walks hist