comparison libinterp/corefcn/module.mk @ 21196:bd96c2efd4fe

move include statements for OpenGL headers to a single file * oct-opengl.h: New file. * libinterp/corefcn/module.mk: Update. * Canvas.cc, gl-select.cc, gl-select.h, gl-render.cc, gl-render.h, gl2ps-renderer.cc, __init_fltk__.cc, __osmesa_print__.cc: Update include statements.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 16:56:02 -0500
parents 34368609f62b
children dd6605e1eaea
comparison
equal deleted inserted replaced
21195:53ac24e210e4 21196:bd96c2efd4fe
103 libinterp/corefcn/jit-ir.cc \ 103 libinterp/corefcn/jit-ir.cc \
104 libinterp/corefcn/pt-jit.cc 104 libinterp/corefcn/pt-jit.cc
105 105
106 C_COREFCN_SRC = \ 106 C_COREFCN_SRC = \
107 libinterp/corefcn/siglist.c 107 libinterp/corefcn/siglist.c
108
109 NOINSTALL_COREFCN_INC = \
110 libinterp/corefcn/oct-opengl.h
108 111
109 COREFCN_SRC = \ 112 COREFCN_SRC = \
110 libinterp/corefcn/Cell.cc \ 113 libinterp/corefcn/Cell.cc \
111 libinterp/corefcn/__contourc__.cc \ 114 libinterp/corefcn/__contourc__.cc \
112 libinterp/corefcn/__dispatch__.cc \ 115 libinterp/corefcn/__dispatch__.cc \
245 libinterp/corefcn/xdiv.cc \ 248 libinterp/corefcn/xdiv.cc \
246 libinterp/corefcn/xnorm.cc \ 249 libinterp/corefcn/xnorm.cc \
247 libinterp/corefcn/xpow.cc \ 250 libinterp/corefcn/xpow.cc \
248 libinterp/corefcn/zfstream.cc \ 251 libinterp/corefcn/zfstream.cc \
249 $(JIT_SRC) \ 252 $(JIT_SRC) \
250 $(C_COREFCN_SRC) 253 $(C_COREFCN_SRC) \
254 $(NOINSTALL_COREFCN_INC)
251 255
252 COREFCN_FT2_DF = \ 256 COREFCN_FT2_DF = \
253 libinterp/corefcn/graphics.df \ 257 libinterp/corefcn/graphics.df \
254 libinterp/corefcn/gl-render.df \ 258 libinterp/corefcn/gl-render.df \
255 libinterp/corefcn/toplev.df \ 259 libinterp/corefcn/toplev.df \