# # Tabs required in this Makefile may be lost when the # file is saved by web browsers. # include /usr/avs/include/Makeinclude BASELIBS=-lgeom -lutil -lm FLOWLIBS=-L$(ROOT)/usr/avs/lib -lflow_c $(BASELIBS) CSIMLIBS=-L$(ROOT)/usr/avs/lib -lsim_c $(BASELIBS) CC = gcc anim_balls_color: anim_balls_color.c $(CC) -o anim_balls_color.exe anim_balls_color.c $(CSIMLIBS) strip anim_balls_color.exe