view test/@Gork/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_Gork_FCN_FILES = \
  @Gork/Gork.m \
  @Gork/cork.m \
  @Gork/display.m \
  @Gork/gark.m \
  @Gork/get.m \
  @Gork/set.m \
  @Gork/subsasgn.m \
  @Gork/subsref.m

FCN_FILES += $(at_Gork_FCN_FILES)