view liboctave/cruft/misc/module.mk @ 20577:c547458dc10e

eliminate error_state from most header files * defun-int.h, event-queue.h, graphics.in.h, oct-handle.h, ov-classdef.h, misc/f77-fcn.h, unwind-prot.h: Eliminate use of global error_state variable.
author John W. Eaton <jwe@octave.org>
date Sat, 03 Oct 2015 13:20:28 -0400
parents 9b44691a3520
children
line wrap: on
line source

CRUFT_SOURCES += \
  liboctave/cruft/misc/blaswrap.c \
  liboctave/cruft/misc/cquit.c \
  liboctave/cruft/misc/d1mach.f \
  liboctave/cruft/misc/f77-extern.cc \
  liboctave/cruft/misc/f77-fcn.c \
  liboctave/cruft/misc/i1mach.f \
  liboctave/cruft/misc/lo-error.c \
  liboctave/cruft/misc/quit.cc \
  liboctave/cruft/misc/r1mach.f

CRUFT_INC += \
  liboctave/cruft/misc/f77-fcn.h \
  liboctave/cruft/misc/lo-error.h \
  liboctave/cruft/misc/quit.h

liboctave_EXTRA_DIST += \
  liboctave/cruft/misc/d1mach-tst.for