1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet 9# at http://www.illumos.org/license/CDDL. 10# 11 12# Copyright 2011, Richard Lowe 13 14include ../../Makefile.master 15 16MANSECT = 3tecla 17 18MANFILES = cpl_complete_word.3tecla \ 19 ef_expand_file.3tecla \ 20 gl_get_line.3tecla \ 21 gl_io_mode.3tecla \ 22 libtecla_version.3tecla \ 23 pca_lookup_file.3tecla 24 25MANSOFILES = cfc_file_start.3tecla \ 26 cfc_literal_escapes.3tecla \ 27 cfc_set_check_fn.3tecla \ 28 cpl_add_completion.3tecla \ 29 cpl_check_exe.3tecla \ 30 cpl_file_completions.3tecla \ 31 cpl_last_error.3tecla \ 32 cpl_list_completions.3tecla \ 33 cpl_recall_matches.3tecla \ 34 cpl_record_error.3tecla \ 35 del_CplFileConf.3tecla \ 36 del_ExpandFile.3tecla \ 37 del_GetLine.3tecla \ 38 del_PathCache.3tecla \ 39 del_PcaPathConf.3tecla \ 40 del_WordCompletion.3tecla \ 41 ef_last_error.3tecla \ 42 ef_list_expansions.3tecla \ 43 gl_abandon_line.3tecla \ 44 gl_append_history.3tecla \ 45 gl_automatic_history.3tecla \ 46 gl_bind_keyseq.3tecla \ 47 gl_catch_blocked.3tecla \ 48 gl_change_terminal.3tecla \ 49 gl_clear_history.3tecla \ 50 gl_completion_action.3tecla \ 51 gl_configure_getline.3tecla \ 52 gl_customize_completion.3tecla \ 53 gl_display_text.3tecla \ 54 gl_echo_mode.3tecla \ 55 gl_erase_terminal.3tecla \ 56 gl_error_message.3tecla \ 57 gl_group_history.3tecla \ 58 gl_handle_signal.3tecla \ 59 gl_ignore_signal.3tecla \ 60 gl_inactivity_timeout.3tecla \ 61 gl_last_signal.3tecla \ 62 gl_limit_history.3tecla \ 63 gl_list_signals.3tecla \ 64 gl_load_history.3tecla \ 65 gl_lookup_history.3tecla \ 66 gl_normal_io.3tecla \ 67 gl_pending_io.3tecla \ 68 gl_prompt_style.3tecla \ 69 gl_query_char.3tecla \ 70 gl_range_of_history.3tecla \ 71 gl_raw_io.3tecla \ 72 gl_read_char.3tecla \ 73 gl_register_action.3tecla \ 74 gl_replace_prompt.3tecla \ 75 gl_resize_history.3tecla \ 76 gl_return_status.3tecla \ 77 gl_save_history.3tecla \ 78 gl_set_term_size.3tecla \ 79 gl_show_history.3tecla \ 80 gl_size_of_history.3tecla \ 81 gl_state_of_history.3tecla \ 82 gl_terminal_size.3tecla \ 83 gl_toggle_history.3tecla \ 84 gl_trap_signal.3tecla \ 85 gl_tty_signals.3tecla \ 86 gl_watch_fd.3tecla \ 87 new_CplFileConf.3tecla \ 88 new_ExpandFile.3tecla \ 89 new_GetLine.3tecla \ 90 new_PathCache.3tecla \ 91 new_PcaPathConf.3tecla \ 92 new_WordCompletion.3tecla \ 93 pca_last_error.3tecla \ 94 pca_path_completions.3tecla \ 95 pca_scan_path.3tecla \ 96 pca_set_check_fn.3tecla \ 97 ppc_file_start.3tecla \ 98 ppc_literal_escapes.3tecla 99 100MANFILES += $(MANSOFILES) 101 102cfc_file_start.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 103cfc_literal_escapes.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 104cfc_set_check_fn.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 105cpl_add_completion.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 106cpl_check_exe.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 107cpl_file_completions.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 108cpl_last_error.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 109cpl_list_completions.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 110cpl_recall_matches.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 111cpl_record_error.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 112del_CplFileConf.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 113del_WordCompletion.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 114new_CplFileConf.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 115new_WordCompletion.3tecla := SOSRC = man3tecla/cpl_complete_word.3tecla 116 117del_ExpandFile.3tecla := SOSRC = man3tecla/ef_expand_file.3tecla 118ef_last_error.3tecla := SOSRC = man3tecla/ef_expand_file.3tecla 119ef_list_expansions.3tecla := SOSRC = man3tecla/ef_expand_file.3tecla 120new_ExpandFile.3tecla := SOSRC = man3tecla/ef_expand_file.3tecla 121 122del_GetLine.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 123gl_append_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 124gl_automatic_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 125gl_bind_keyseq.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 126gl_catch_blocked.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 127gl_change_terminal.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 128gl_clear_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 129gl_completion_action.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 130gl_configure_getline.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 131gl_customize_completion.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 132gl_display_text.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 133gl_echo_mode.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 134gl_erase_terminal.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 135gl_error_message.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 136gl_group_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 137gl_ignore_signal.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 138gl_inactivity_timeout.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 139gl_last_signal.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 140gl_limit_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 141gl_list_signals.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 142gl_load_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 143gl_lookup_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 144gl_prompt_style.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 145gl_query_char.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 146gl_range_of_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 147gl_read_char.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 148gl_register_action.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 149gl_replace_prompt.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 150gl_resize_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 151gl_return_status.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 152gl_save_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 153gl_set_term_size.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 154gl_show_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 155gl_size_of_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 156gl_state_of_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 157gl_terminal_size.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 158gl_toggle_history.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 159gl_trap_signal.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 160gl_watch_fd.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 161new_GetLine.3tecla := SOSRC = man3tecla/gl_get_line.3tecla 162 163gl_abandon_line.3tecla := SOSRC = man3tecla/gl_io_mode.3tecla 164gl_handle_signal.3tecla := SOSRC = man3tecla/gl_io_mode.3tecla 165gl_normal_io.3tecla := SOSRC = man3tecla/gl_io_mode.3tecla 166gl_pending_io.3tecla := SOSRC = man3tecla/gl_io_mode.3tecla 167gl_raw_io.3tecla := SOSRC = man3tecla/gl_io_mode.3tecla 168gl_tty_signals.3tecla := SOSRC = man3tecla/gl_io_mode.3tecla 169 170del_PathCache.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 171del_PcaPathConf.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 172new_PathCache.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 173new_PcaPathConf.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 174pca_last_error.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 175pca_path_completions.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 176pca_scan_path.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 177pca_set_check_fn.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 178ppc_file_start.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 179ppc_literal_escapes.3tecla := SOSRC = man3tecla/pca_lookup_file.3tecla 180 181.KEEP_STATE: 182 183include ../Makefile.man 184 185install: $(ROOTMANFILES) 186 187 188