File: module.mk

package info (click to toggle)
octave 3.8.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 84,396 kB
  • ctags: 45,547
  • sloc: cpp: 293,356; ansic: 42,041; fortran: 23,669; sh: 13,629; objc: 7,890; yacc: 7,093; lex: 3,442; java: 2,125; makefile: 1,589; perl: 1,009; awk: 974; xml: 34
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)