view .dir-locals.el @ 18870:39844e6ccf13 gui-release

link libgui with OpenGL libraries * libgui/link-deps.mk (LIBOCTGUI_LINK_DEPS, LIBOCTGUI_LINK_OPTS): Use make variables instead of autoconf substitutions. (LIBOCTGUI_LINK_DEPS): Include OPENGL_LIBS in the list.
author John W. Eaton <jwe@octave.org>
date Fri, 27 Jun 2014 17:04:16 -0400
parents 9ff04de067ce
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))