# # Makefile-pendulum # # This is the Makefile for the pendulum_solve program. # # This file was generated by the program VFGEN (Version:2.4.0) # Generated on 10-Jul-2008 at 13:45 # # This Makefile is not guaranteed to work in all operating systems. # You may have to edit this file to meet the conventions of your operating system. # all: pendulum_solve pendulum_solve: pendulum_solve.o pendulum_gvf.o $(CC) $(LDFLAGS) -o pendulum_solve pendulum_solve.o pendulum_gvf.o -lgsl -lgslcblas -lm pendulum_solve.o: pendulum_solve.c pendulum_gvf.h $(CC) $(CPPFLAGS) -c pendulum_solve.c pendulum_gvf.o: pendulum_gvf.c pendulum_gvf.h $(CC) $(CPPFLAGS) -c pendulum_gvf.c clean: rm -f pendulum_solve pendulum_solve.o pendulum_gvf.o