view liboctave/system/module.mk @ 20595:c1a6c31ac29a

eliminate more simple uses of error_state * ov-classdef.cc: Eliminate simple uses of error_state.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Oct 2015 00:20:02 -0400
parents 9b44691a3520
children
line wrap: on
line source

SYSTEM_INC = \
  liboctave/system/dir-ops.h \
  liboctave/system/file-ops.h \
  liboctave/system/file-stat.h \
  liboctave/system/lo-sysdep.h \
  liboctave/system/mach-info.h \
  liboctave/system/oct-env.h \
  liboctave/system/oct-group.h \
  liboctave/system/oct-openmp.h \
  liboctave/system/oct-passwd.h \
  liboctave/system/oct-syscalls.h \
  liboctave/system/oct-time.h \
  liboctave/system/oct-uname.h \
  liboctave/system/pathlen.h \
  liboctave/system/sysdir.h \
  liboctave/system/syswait.h

SYSTEM_SRC = \
  liboctave/system/dir-ops.cc \
  liboctave/system/file-ops.cc \
  liboctave/system/file-stat.cc \
  liboctave/system/lo-sysdep.cc \
  liboctave/system/mach-info.cc \
  liboctave/system/oct-env.cc \
  liboctave/system/oct-group.cc \
  liboctave/system/oct-passwd.cc \
  liboctave/system/oct-syscalls.cc \
  liboctave/system/oct-time.cc \
  liboctave/system/oct-uname.cc

noinst_LTLIBRARIES += liboctave/system/libsystem.la

liboctave_system_libsystem_la_SOURCES = $(SYSTEM_SRC)

liboctave_system_libsystem_la_CPPFLAGS = $(liboctave_liboctave_la_CPPFLAGS)

liboctave_system_libsystem_la_CFLAGS = $(liboctave_liboctave_la_CFLAGS)

liboctave_system_libsystem_la_CXXFLAGS = $(liboctave_liboctave_la_CXXFLAGS)

liboctave_liboctave_la_LIBADD += liboctave/system/libsystem.la