comparison libinterp/corefcn/module.mk @ 21199:dd6605e1eaea

make gl2ps_renderer implementation private * gl2ps-print.h: Rename from gl2ps-renderer.h. * gl2ps-print.cc: Rename from gl2ps-renderer.cc. * libinterp/corefcn/module.mk: Update. * Canvas.cc, __init_fltk__.cc, __osmesa_print__.cc: Update.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 18:07:46 -0500
parents bd96c2efd4fe
children 67d2965af0b5
comparison
equal deleted inserted replaced
21198:1adcdc518d9e 21199:dd6605e1eaea
36 libinterp/corefcn/error.h \ 36 libinterp/corefcn/error.h \
37 libinterp/corefcn/errwarn.h \ 37 libinterp/corefcn/errwarn.h \
38 libinterp/corefcn/event-queue.h \ 38 libinterp/corefcn/event-queue.h \
39 libinterp/corefcn/file-io.h \ 39 libinterp/corefcn/file-io.h \
40 libinterp/corefcn/gl-render.h \ 40 libinterp/corefcn/gl-render.h \
41 libinterp/corefcn/gl2ps-renderer.h \ 41 libinterp/corefcn/gl2ps-print.h \
42 libinterp/corefcn/gripes.h \ 42 libinterp/corefcn/gripes.h \
43 libinterp/corefcn/help.h \ 43 libinterp/corefcn/help.h \
44 libinterp/corefcn/hook-fcn.h \ 44 libinterp/corefcn/hook-fcn.h \
45 libinterp/corefcn/input.h \ 45 libinterp/corefcn/input.h \
46 libinterp/corefcn/load-path.h \ 46 libinterp/corefcn/load-path.h \
160 libinterp/corefcn/getgrent.cc \ 160 libinterp/corefcn/getgrent.cc \
161 libinterp/corefcn/getpwent.cc \ 161 libinterp/corefcn/getpwent.cc \
162 libinterp/corefcn/getrusage.cc \ 162 libinterp/corefcn/getrusage.cc \
163 libinterp/corefcn/givens.cc \ 163 libinterp/corefcn/givens.cc \
164 libinterp/corefcn/gl-render.cc \ 164 libinterp/corefcn/gl-render.cc \
165 libinterp/corefcn/gl2ps-renderer.cc \ 165 libinterp/corefcn/gl2ps-print.cc \
166 libinterp/corefcn/graphics.cc \ 166 libinterp/corefcn/graphics.cc \
167 libinterp/corefcn/gripes.cc \ 167 libinterp/corefcn/gripes.cc \
168 libinterp/corefcn/hash.cc \ 168 libinterp/corefcn/hash.cc \
169 libinterp/corefcn/help.cc \ 169 libinterp/corefcn/help.cc \
170 libinterp/corefcn/hess.cc \ 170 libinterp/corefcn/hess.cc \