#
# Makefile for library
#

          TOP = ../../..
       CONFIG = $(TOP)/config
  CURRENT_DIR = src/cont/Bif_Modes
  INCLUDE_DIR = ../../include

include $(CONFIG)/Makefile.defs

   LIB_NAME = libbifmodes.a
       SRCS = det_func.c static_func.c sn_func.c kubicek_hopf1_func.c \
                bp_func.c  sp_func.c  jgr_func.c  hopf_bp_func.c check_func.c
       OBJS = det_func.o static_func.o sn_func.o kubicek_hopf1_func.o \
                bp_func.o  sp_func.o  jgr_func.o  hopf_bp_func.o check_func.o

all::  $(LIB_NAME) install

include $(CONFIG)/Makefile.rules
