view scripts/statistics/models/module.mk @ 16385:a1690c3e93eb

move hook_function constructor to .cc file * hook-fcn.cc: New file. Move hook_function::hook_function definition here from hook-fcn.h. * libinterp/interpfcn/module.mk (INTERPFCN_SRC): Include hook-fcn.cc in the list.
author John W. Eaton <jwe@octave.org>
date Thu, 28 Mar 2013 02:52:18 -0400
parents d70c99028ba3
children
line wrap: on
line source

FCN_FILE_DIRS += statistics/models

statistics_models_PRIVATE_FCN_FILES = \
  statistics/models/private/logistic_regression_derivatives.m \
  statistics/models/private/logistic_regression_likelihood.m

statistics_models_FCN_FILES = \
  statistics/models/logistic_regression.m \
  $(statistics_models_PRIVATE_FCN_FILES) 

FCN_FILES += $(statistics_models_FCN_FILES)

PKG_ADD_FILES += statistics/models/PKG_ADD

DIRSTAMP_FILES += statistics/models/$(octave_dirstamp)