3600 edit(1) is a bad .so reference
[illumos-gate.git] / usr / src / man / man3tecla / Makefile
blob960a0b31fad58a5275001539d834658441ec1956
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.
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.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 3tecla
21 MANFILES= cpl_complete_word.3tecla \
22 ef_expand_file.3tecla \
23 gl_get_line.3tecla \
24 gl_io_mode.3tecla \
25 libtecla_version.3tecla \
26 pca_lookup_file.3tecla
28 MANLINKS= cfc_file_start.3tecla \
29 cfc_literal_escapes.3tecla \
30 cfc_set_check_fn.3tecla \
31 cpl_add_completion.3tecla \
32 cpl_check_exe.3tecla \
33 cpl_file_completions.3tecla \
34 cpl_last_error.3tecla \
35 cpl_list_completions.3tecla \
36 cpl_recall_matches.3tecla \
37 cpl_record_error.3tecla \
38 del_CplFileConf.3tecla \
39 del_ExpandFile.3tecla \
40 del_GetLine.3tecla \
41 del_PathCache.3tecla \
42 del_PcaPathConf.3tecla \
43 del_WordCompletion.3tecla \
44 ef_last_error.3tecla \
45 ef_list_expansions.3tecla \
46 gl_abandon_line.3tecla \
47 gl_append_history.3tecla \
48 gl_automatic_history.3tecla \
49 gl_bind_keyseq.3tecla \
50 gl_catch_blocked.3tecla \
51 gl_change_terminal.3tecla \
52 gl_clear_history.3tecla \
53 gl_completion_action.3tecla \
54 gl_configure_getline.3tecla \
55 gl_customize_completion.3tecla \
56 gl_display_text.3tecla \
57 gl_echo_mode.3tecla \
58 gl_erase_terminal.3tecla \
59 gl_error_message.3tecla \
60 gl_group_history.3tecla \
61 gl_handle_signal.3tecla \
62 gl_ignore_signal.3tecla \
63 gl_inactivity_timeout.3tecla \
64 gl_last_signal.3tecla \
65 gl_limit_history.3tecla \
66 gl_list_signals.3tecla \
67 gl_load_history.3tecla \
68 gl_lookup_history.3tecla \
69 gl_normal_io.3tecla \
70 gl_pending_io.3tecla \
71 gl_prompt_style.3tecla \
72 gl_query_char.3tecla \
73 gl_range_of_history.3tecla \
74 gl_raw_io.3tecla \
75 gl_read_char.3tecla \
76 gl_register_action.3tecla \
77 gl_replace_prompt.3tecla \
78 gl_resize_history.3tecla \
79 gl_return_status.3tecla \
80 gl_save_history.3tecla \
81 gl_set_term_size.3tecla \
82 gl_show_history.3tecla \
83 gl_size_of_history.3tecla \
84 gl_state_of_history.3tecla \
85 gl_terminal_size.3tecla \
86 gl_toggle_history.3tecla \
87 gl_trap_signal.3tecla \
88 gl_tty_signals.3tecla \
89 gl_watch_fd.3tecla \
90 new_CplFileConf.3tecla \
91 new_ExpandFile.3tecla \
92 new_GetLine.3tecla \
93 new_PathCache.3tecla \
94 new_PcaPathConf.3tecla \
95 new_WordCompletion.3tecla \
96 pca_last_error.3tecla \
97 pca_path_completions.3tecla \
98 pca_scan_path.3tecla \
99 pca_set_check_fn.3tecla \
100 ppc_file_start.3tecla \
101 ppc_literal_escapes.3tecla
103 cfc_file_start.3tecla := LINKSRC = cpl_complete_word.3tecla
104 cfc_literal_escapes.3tecla := LINKSRC = cpl_complete_word.3tecla
105 cfc_set_check_fn.3tecla := LINKSRC = cpl_complete_word.3tecla
106 cpl_add_completion.3tecla := LINKSRC = cpl_complete_word.3tecla
107 cpl_check_exe.3tecla := LINKSRC = cpl_complete_word.3tecla
108 cpl_file_completions.3tecla := LINKSRC = cpl_complete_word.3tecla
109 cpl_last_error.3tecla := LINKSRC = cpl_complete_word.3tecla
110 cpl_list_completions.3tecla := LINKSRC = cpl_complete_word.3tecla
111 cpl_recall_matches.3tecla := LINKSRC = cpl_complete_word.3tecla
112 cpl_record_error.3tecla := LINKSRC = cpl_complete_word.3tecla
113 del_CplFileConf.3tecla := LINKSRC = cpl_complete_word.3tecla
114 del_WordCompletion.3tecla := LINKSRC = cpl_complete_word.3tecla
115 new_CplFileConf.3tecla := LINKSRC = cpl_complete_word.3tecla
116 new_WordCompletion.3tecla := LINKSRC = cpl_complete_word.3tecla
118 del_ExpandFile.3tecla := LINKSRC = ef_expand_file.3tecla
119 ef_last_error.3tecla := LINKSRC = ef_expand_file.3tecla
120 ef_list_expansions.3tecla := LINKSRC = ef_expand_file.3tecla
121 new_ExpandFile.3tecla := LINKSRC = ef_expand_file.3tecla
123 del_GetLine.3tecla := LINKSRC = gl_get_line.3tecla
124 gl_append_history.3tecla := LINKSRC = gl_get_line.3tecla
125 gl_automatic_history.3tecla := LINKSRC = gl_get_line.3tecla
126 gl_bind_keyseq.3tecla := LINKSRC = gl_get_line.3tecla
127 gl_catch_blocked.3tecla := LINKSRC = gl_get_line.3tecla
128 gl_change_terminal.3tecla := LINKSRC = gl_get_line.3tecla
129 gl_clear_history.3tecla := LINKSRC = gl_get_line.3tecla
130 gl_completion_action.3tecla := LINKSRC = gl_get_line.3tecla
131 gl_configure_getline.3tecla := LINKSRC = gl_get_line.3tecla
132 gl_customize_completion.3tecla := LINKSRC = gl_get_line.3tecla
133 gl_display_text.3tecla := LINKSRC = gl_get_line.3tecla
134 gl_echo_mode.3tecla := LINKSRC = gl_get_line.3tecla
135 gl_erase_terminal.3tecla := LINKSRC = gl_get_line.3tecla
136 gl_error_message.3tecla := LINKSRC = gl_get_line.3tecla
137 gl_group_history.3tecla := LINKSRC = gl_get_line.3tecla
138 gl_ignore_signal.3tecla := LINKSRC = gl_get_line.3tecla
139 gl_inactivity_timeout.3tecla := LINKSRC = gl_get_line.3tecla
140 gl_last_signal.3tecla := LINKSRC = gl_get_line.3tecla
141 gl_limit_history.3tecla := LINKSRC = gl_get_line.3tecla
142 gl_list_signals.3tecla := LINKSRC = gl_get_line.3tecla
143 gl_load_history.3tecla := LINKSRC = gl_get_line.3tecla
144 gl_lookup_history.3tecla := LINKSRC = gl_get_line.3tecla
145 gl_prompt_style.3tecla := LINKSRC = gl_get_line.3tecla
146 gl_query_char.3tecla := LINKSRC = gl_get_line.3tecla
147 gl_range_of_history.3tecla := LINKSRC = gl_get_line.3tecla
148 gl_read_char.3tecla := LINKSRC = gl_get_line.3tecla
149 gl_register_action.3tecla := LINKSRC = gl_get_line.3tecla
150 gl_replace_prompt.3tecla := LINKSRC = gl_get_line.3tecla
151 gl_resize_history.3tecla := LINKSRC = gl_get_line.3tecla
152 gl_return_status.3tecla := LINKSRC = gl_get_line.3tecla
153 gl_save_history.3tecla := LINKSRC = gl_get_line.3tecla
154 gl_set_term_size.3tecla := LINKSRC = gl_get_line.3tecla
155 gl_show_history.3tecla := LINKSRC = gl_get_line.3tecla
156 gl_size_of_history.3tecla := LINKSRC = gl_get_line.3tecla
157 gl_state_of_history.3tecla := LINKSRC = gl_get_line.3tecla
158 gl_terminal_size.3tecla := LINKSRC = gl_get_line.3tecla
159 gl_toggle_history.3tecla := LINKSRC = gl_get_line.3tecla
160 gl_trap_signal.3tecla := LINKSRC = gl_get_line.3tecla
161 gl_watch_fd.3tecla := LINKSRC = gl_get_line.3tecla
162 new_GetLine.3tecla := LINKSRC = gl_get_line.3tecla
164 gl_abandon_line.3tecla := LINKSRC = gl_io_mode.3tecla
165 gl_handle_signal.3tecla := LINKSRC = gl_io_mode.3tecla
166 gl_normal_io.3tecla := LINKSRC = gl_io_mode.3tecla
167 gl_pending_io.3tecla := LINKSRC = gl_io_mode.3tecla
168 gl_raw_io.3tecla := LINKSRC = gl_io_mode.3tecla
169 gl_tty_signals.3tecla := LINKSRC = gl_io_mode.3tecla
171 del_PathCache.3tecla := LINKSRC = pca_lookup_file.3tecla
172 del_PcaPathConf.3tecla := LINKSRC = pca_lookup_file.3tecla
173 new_PathCache.3tecla := LINKSRC = pca_lookup_file.3tecla
174 new_PcaPathConf.3tecla := LINKSRC = pca_lookup_file.3tecla
175 pca_last_error.3tecla := LINKSRC = pca_lookup_file.3tecla
176 pca_path_completions.3tecla := LINKSRC = pca_lookup_file.3tecla
177 pca_scan_path.3tecla := LINKSRC = pca_lookup_file.3tecla
178 pca_set_check_fn.3tecla := LINKSRC = pca_lookup_file.3tecla
179 ppc_file_start.3tecla := LINKSRC = pca_lookup_file.3tecla
180 ppc_literal_escapes.3tecla := LINKSRC = pca_lookup_file.3tecla
182 .KEEP_STATE:
184 include $(SRC)/man/Makefile.man
186 install: $(ROOTMANFILES) $(ROOTMANLINKS)