]>
Commit | Line | Data |
---|---|---|
2d21ac55 A |
1 | export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd |
2 | export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def | |
3 | export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule | |
4 | export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir | |
5 | ||
6 | include $(MakeInc_cmd) | |
7 | include $(MakeInc_def) | |
8 | ||
9 | DATAFILES = \ | |
10 | queue.3 \ | |
11 | posix_spawn_file_actions_addclose.3 \ | |
12 | posix_spawn_file_actions_init.3 \ | |
13 | posix_spawnattr_init.3 \ | |
f427ee49 | 14 | posix_spawnattr_setarchpref_np.3 \ |
2d21ac55 A |
15 | posix_spawnattr_setbinpref_np.3 \ |
16 | posix_spawnattr_setflags.3 \ | |
17 | posix_spawnattr_setpgroup.3 \ | |
18 | posix_spawnattr_setsigdefault.3 \ | |
19 | posix_spawnattr_setsigmask.3 \ | |
39236c6e A |
20 | posix_spawnattr_setspecialport_np.3 \ |
21 | getiopolicy_np.3 | |
2d21ac55 A |
22 | |
23 | INSTALL_MAN_LIST = ${DATAFILES} | |
24 | ||
25 | INSTALL_MAN_LINKS = \ | |
26 | queue.3 CIRCLEQ_ENTRY.3 \ | |
27 | queue.3 CIRCLEQ_HEAD.3 \ | |
28 | queue.3 CIRCLEQ_INIT.3 \ | |
29 | queue.3 CIRCLEQ_INSERT_AFTER.3 \ | |
30 | queue.3 CIRCLEQ_INSERT_BEFORE.3 \ | |
31 | queue.3 CIRCLEQ_INSERT_HEAD.3 \ | |
32 | queue.3 CIRCLEQ_INSERT_TAIL.3 \ | |
33 | queue.3 CIRCLEQ_REMOVE.3 \ | |
34 | queue.3 LIST_ENTRY.3 \ | |
35 | queue.3 LIST_HEAD.3 \ | |
36 | queue.3 LIST_INIT.3 \ | |
37 | queue.3 LIST_INSERT_AFTER.3 \ | |
38 | queue.3 LIST_INSERT_BEFORE.3 \ | |
39 | queue.3 LIST_INSERT_HEAD.3 \ | |
40 | queue.3 LIST_REMOVE.3 \ | |
41 | queue.3 TAILQ_ENTRY.3 \ | |
42 | queue.3 TAILQ_HEAD.3 \ | |
43 | queue.3 TAILQ_INIT.3 \ | |
44 | queue.3 TAILQ_INSERT_AFTER.3 \ | |
45 | queue.3 TAILQ_INSERT_BEFORE.3 \ | |
46 | queue.3 TAILQ_INSERT_HEAD.3 \ | |
47 | queue.3 TAILQ_INSERT_TAIL.3 \ | |
48 | queue.3 TAILQ_REMOVE.3 \ | |
49 | posix_spawn_file_actions_addclose.3 posix_spawn_file_actions_addopen.3 \ | |
50 | posix_spawn_file_actions_addclose.3 posix_spawn_file_actions_adddup2.3 \ | |
cb323159 A |
51 | posix_spawn_file_actions_addclose.3 posix_spawn_file_actions_addinherit_np.3 \ |
52 | posix_spawn_file_actions_addclose.3 posix_spawn_file_actions_addchdir_np.3 \ | |
53 | posix_spawn_file_actions_addclose.3 posix_spawn_file_actions_addfchdir_np.3 \ | |
2d21ac55 A |
54 | posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \ |
55 | posix_spawnattr_init.3 posix_spawnattr_destroy.3 \ | |
f427ee49 | 56 | posix_spawnattr_setarchpref_np.3 posix_spawnattr_getarchpref_np.3 \ |
2d21ac55 A |
57 | posix_spawnattr_setbinpref_np.3 posix_spawnattr_getbinpref_np.3 \ |
58 | posix_spawnattr_setflags.3 posix_spawnattr_getflags.3 \ | |
59 | posix_spawnattr_setpgroup.3 posix_spawnattr_getpgroup.3 \ | |
60 | posix_spawnattr_setsigdefault.3 posix_spawnattr_getsigdefault.3 \ | |
61 | posix_spawnattr_setsigmask.3 posix_spawnattr_getsigmask.3 \ | |
39236c6e A |
62 | posix_spawnattr_setspecialport_np.3 posix_spawnattr_setexceptionports_np.3 \ |
63 | getiopolicy_np.3 setiopolicy_np.3 | |
2d21ac55 A |
64 | |
65 | INSTALL_MAN_DIR = man3 | |
66 | ||
67 | include $(MakeInc_rule) | |
68 | include $(MakeInc_dir) |