view test/@Dork/module.mk @ 9995:5277222b47d1

Distribute directories of private functions of OOP test classes Necessary for OOP classes to function properly and pass test_classes.m
author Rik <rdrider0-list@yahoo.com>
date Thu, 17 Dec 2009 09:34:55 -0800
parents 0d4613a736e9
children
line wrap: on
line source

at_Dork_FCN_FILES = \
  @Dork/Dork.m \
  @Dork/bling.m \
  @Dork/display.m \
  @Dork/gack.m \
  @Dork/get.m \
  @Dork/getStash.m \
  @Dork/set.m \
  @Dork/private/myStash.m

FCN_FILES += $(at_Dork_FCN_FILES)