Tizen 2.1 base
[platform/upstream/gcd.git] / dispatch-1.0 / man / Makefile.am
1 #
2 #
3 #
4
5 man3_MANS=                              \
6         dispatch.3                      \
7         dispatch_after.3                \
8         dispatch_api.3                  \
9         dispatch_apply.3                \
10         dispatch_async.3                \
11         dispatch_benchmark.3            \
12         dispatch_group_create.3         \
13         dispatch_object.3               \
14         dispatch_once.3                 \
15         dispatch_queue_create.3         \
16         dispatch_semaphore_create.3     \
17         dispatch_source_create.3        \
18         dispatch_time.3
19
20 #
21 # Install man page symlinks.  Is there a better way to do this in automake?
22 #
23 install-data-hook:
24         cd $(DESTDIR)$(mandir)/man3 &&                                  \
25                 $(LN_S) -f dispatch_after.3 dispatch_after_f.3
26         cd $(DESTDIR)$(mandir)/man3 &&                                  \
27                 $(LN_S) -f dispatch_apply.3 dispatch_apply_f.3
28         cd $(DESTDIR)$(mandir)/man3 &&                                  \
29                 $(LN_S) -f dispatch_async.3 dispatch_sync.3
30         cd $(DESTDIR)$(mandir)/man3 &&                                  \
31                 $(LN_S) -f dispatch_async.3 dispatch_async_f.3
32         cd $(DESTDIR)$(mandir)/man3 &&                                  \
33                 $(LN_S) -f dispatch_async.3 dispatch_sync_f.3
34         cd $(DESTDIR)$(mandir)/man3 &&                                  \
35                 $(LN_S) -f dispatch_benchmark.3 dispatch_benchmark_f.3
36         cd $(DESTDIR)$(mandir)/man3 &&                                  \
37                 $(LN_S) -f dispatch_group_create.3 dispatch_group_enter.3
38         cd $(DESTDIR)$(mandir)/man3 &&                                  \
39                 $(LN_S) -f dispatch_group_create.3 dispatch_group_leave.3
40         cd $(DESTDIR)$(mandir)/man3 &&                                  \
41                 $(LN_S) -f dispatch_group_create.3 dispatch_group_wait.3
42         cd $(DESTDIR)$(mandir)/man3 &&                                  \
43                 $(LN_S) -f dispatch_group_create.3 dispatch_group_notify.3
44         cd $(DESTDIR)$(mandir)/man3 &&                                  \
45                 $(LN_S) -f dispatch_group_create.3 dispatch_group_notify_f.3
46         cd $(DESTDIR)$(mandir)/man3 &&                                  \
47                 $(LN_S) -f dispatch_group_create.3 dispatch_group_async.3
48         cd $(DESTDIR)$(mandir)/man3 &&                                  \
49                 $(LN_S) -f dispatch_group_create.3 dispatch_group_async_f.3
50         cd $(DESTDIR)$(mandir)/man3 &&                                  \
51                 $(LN_S) -f dispatch_object.3 dispatch_retain.3
52         cd $(DESTDIR)$(mandir)/man3 &&                                  \
53                 $(LN_S) -f dispatch_object.3 dispatch_release.3
54         cd $(DESTDIR)$(mandir)/man3 &&                                  \
55                 $(LN_S) -f dispatch_object.3 dispatch_suspend.3
56         cd $(DESTDIR)$(mandir)/man3 &&                                  \
57                 $(LN_S) -f dispatch_object.3 dispatch_resume.3
58         cd $(DESTDIR)$(mandir)/man3 &&                                  \
59                 $(LN_S) -f dispatch_object.3 dispatch_get_context.3
60         cd $(DESTDIR)$(mandir)/man3 &&                                  \
61                 $(LN_S) -f dispatch_object.3 dispatch_set_context.3
62         cd $(DESTDIR)$(mandir)/man3 &&                                  \
63                 $(LN_S) -f dispatch_object.3 dispatch_set_finalizer_f.3
64         cd $(DESTDIR)$(mandir)/man3 &&                                  \
65                 $(LN_S) -f dispatch_once.3 dispatch_once_f.3
66         cd $(DESTDIR)$(mandir)/man3 &&                                  \
67                 $(LN_S) -f dispatch_queue_create.3 dispatch_queue_get_label.3
68         cd $(DESTDIR)$(mandir)/man3 &&                                  \
69                 $(LN_S) -f dispatch_queue_create.3 dispatch_get_current_queue.3
70         cd $(DESTDIR)$(mandir)/man3 &&                                  \
71                 $(LN_S) -f dispatch_queue_create.3 dispatch_get_global_queue.3
72         cd $(DESTDIR)$(mandir)/man3 &&                                  \
73                 $(LN_S) -f dispatch_queue_create.3 dispatch_get_main_queue.3
74         cd $(DESTDIR)$(mandir)/man3 &&                                  \
75                 $(LN_S) -f dispatch_queue_create.3 dispatch_main.3
76         cd $(DESTDIR)$(mandir)/man3 &&                                  \
77                 $(LN_S) -f dispatch_queue_create.3 dispatch_set_target_queue.3
78         cd $(DESTDIR)$(mandir)/man3 &&                                  \
79                 $(LN_S) -f dispatch_semaphore_create.3                  \
80                 dispatch_semaphore_signal.3
81         cd $(DESTDIR)$(mandir)/man3 &&                                  \
82                 $(LN_S) -f dispatch_semaphore_create.3                  \
83                 dispatch_semaphore_wait.3
84         cd $(DESTDIR)$(mandir)/man3 &&                                  \
85                 $(LN_S) -f dispatch_source_create.3                     \
86                 dispatch_source_set_event_handler.3
87         cd $(DESTDIR)$(mandir)/man3 &&                                  \
88                 $(LN_S) -f dispatch_source_create.3                     \
89                 dispatch_source_set_event_handler_f.3
90         cd $(DESTDIR)$(mandir)/man3 &&                                  \
91                 $(LN_S) -f dispatch_source_create.3                     \
92                 dispatch_source_set_cancel_handler.3
93         cd $(DESTDIR)$(mandir)/man3 &&                                  \
94                 $(LN_S) -f dispatch_source_create.3                     \
95                 dispatch_source_set_cancel_handler_f.3
96         cd $(DESTDIR)$(mandir)/man3 &&                                  \
97                 $(LN_S) -f dispatch_source_create.3                     \
98                 dispatch_source_cancel.3
99         cd $(DESTDIR)$(mandir)/man3 &&                                  \
100                 $(LN_S) -f dispatch_source_create.3                     \
101                 dispatch_source_testcancel.3
102         cd $(DESTDIR)$(mandir)/man3 &&                                  \
103                 $(LN_S) -f dispatch_source_create.3                     \
104                 dispatch_source_get_handle.3
105         cd $(DESTDIR)$(mandir)/man3 &&                                  \
106                 $(LN_S) -f dispatch_source_create.3 dispatch_source_get_mask.3
107         cd $(DESTDIR)$(mandir)/man3 &&                                  \
108                 $(LN_S) -f dispatch_source_create.3                     \
109                 dispatch_source_get_data.3
110         cd $(DESTDIR)$(mandir)/man3 &&                                  \
111                 $(LN_S) -f dispatch_source_create.3                     \
112                 dispatch_source_merge_data.3
113         cd $(DESTDIR)$(mandir)/man3 &&                                  \
114                 $(LN_S) -f dispatch_source_create.3                     \
115                 dispatch_source_set_timer.3
116         cd $(DESTDIR)$(mandir)/man3 &&                                  \
117                 $(LN_S) -f dispatch_time.3 dispatch_walltime.3
118