comparison libinterp/module.mk @ 29898:dffd1c943f1a stable

main.cc: Use getopt to parse command line arguments (bug #60886). * src/main.in.cc (main): Use getopt to parse command line arguments. * libinterp/options-usage.h: Split into options.h and usage.h. * libinterp/options.h (octave_getopt_options long_opts): Add command line options "force-gui" and "no-gui-libs" to struct. (grafted from bc19d9360bace492accb86414badda5ab9ba8cde)
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 18 Jul 2021 15:54:48 +0200
parents fc282fdd1a42
children 853e4b7ae0d5
comparison
equal deleted inserted replaced
29883:0f6dc48a740e 29898:dffd1c943f1a
90 $(OCTAVE_VALUE_INC) \ 90 $(OCTAVE_VALUE_INC) \
91 $(PARSE_TREE_INC) \ 91 $(PARSE_TREE_INC) \
92 $(PARSER_INC) 92 $(PARSER_INC)
93 93
94 noinst_HEADERS += \ 94 noinst_HEADERS += \
95 %reldir%/options-usage.h \ 95 %reldir%/options.h \
96 %reldir%/usage.h \
96 $(NOINSTALL_LIBINTERP_OPERATORS_INC) 97 $(NOINSTALL_LIBINTERP_OPERATORS_INC)
97 98
98 nodist_octinclude_HEADERS += \ 99 nodist_octinclude_HEADERS += \
99 %reldir%/builtin-defun-decls.h \ 100 %reldir%/builtin-defun-decls.h \
100 %reldir%/corefcn/graphics-props.cc \ 101 %reldir%/corefcn/graphics-props.cc \