____________________ Building GDK test applications ____________________

make -f frams/Makefile-GDK gdk_tests


___________________________ Source directories __________________________

  +- common          - general compatibility layer & utilities
  +- frams           - framsticks modules
      +- _demos      - GDK test applications
      +- config      - GDK elements declarations
      +- errmgr      - error manager (logging/messaging)
      +- genetics    - genetic operators and converters between formats
      |  +- f1       - ...for genetic format f1
      |  +- f9       - ...for genetic format f9
      +- model       - parts, joints, neurons
      +- neuro       - neural net simulation
      |   +- impl    - neuron classes implementations
      +- param       - c++/properties access objects
      +- util        - framsticks-related utilities
      +- virtfile    - object-oriented FILE* replacement
      +- vm
          +- classes - c++ interfaces for the framsticks virtual machine

