view scripts/help/module.mk @ 15148:1b2fbc30e4e7

Postfix increment and decrement operations in JIT * jit-typeinfo.cc (jit_typeinfo::jit_typeinfo): Initialize copy operation. * jit-typeinfo.h (jit_typeinfo::copy): New function. * pt-jit.cc (jit_convert::visit_postfix_expression): Implement for ++ and --.
author Max Brister <max@2bass.com>
date Fri, 10 Aug 2012 16:41:07 -0500
parents 0bf51abcf759
children 77795b0ed263
line wrap: on
line source

FCN_FILE_DIRS += help

help_PRIVATE_FCN_FILES = \
  help/private/__additional_help_message__.m \
  help/private/__strip_html_tags__.m

help_FCN_FILES = \
  help/__makeinfo__.m \
  help/doc.m \
  help/gen_doc_cache.m \
  help/get_first_help_sentence.m \
  help/help.m \
  help/lookfor.m \
  help/print_usage.m \
  help/type.m \
  help/unimplemented.m \
  help/which.m \
  $(help_PRIVATE_FCN_FILES)

FCN_FILES += $(help_FCN_FILES)

PKG_ADD_FILES += help/PKG_ADD

DIRSTAMP_FILES += help/$(octave_dirstamp)