# 
#

ISIP_FILES = endpoint_calculator.cc\
              endpointer.cc\
              get_parameters.cc\
              energy_2.cc\
              debiased_energy.cc\
              histogram.cc\
              noise_2.cc\
              signal_2.cc\
              find_critical_points.cc

ISIP_DEPS = endpointer.h

ISIP_CFLAGS = -O -g

ISIP_EXE = ./endpointer.exe 

ISIP_LIBS = -lg++ -lm

include $(ISIP)/util/misc/make/compile_and_link.make
