#
# Makefile-pendulum
#
# This is the Makefile for the pendulum_solve program.
#
# This file was generated by the program VFGEN (Version:2.1.0)
# Generated on  3-Jun-2007 at 12:24
#
# 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

