view liboctave/system/module.mk @ 21189:47765afaf131

style fixes for oct-conf-post.in.h * oct-conf-post.in.h: Use C-style comments for config file. Indent preprocessor blocks. Use "if defined" consistently instead of ifdef.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 00:40:14 -0500
parents 7f35125714b4
children 12d5c0538730
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

NOINSTALL_SYSTEM_INC = \
  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 \
  $(NOINSTALL_SYSTEM_INC)

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