Commit | Line | Data |
---|---|---|
8bad63a0 MD |
1 | doc_examplesdir = ${docdir}/examples |
2 | ||
6df9f02d | 3 | doc_examples_urcu_flavorsdir = ${doc_examplesdir}/urcu-flavors |
8bad63a0 | 4 | |
6df9f02d MD |
5 | dist_doc_examples_urcu_flavors_DATA = \ |
6 | urcu-flavors/Makefile \ | |
7 | urcu-flavors/Makefile.qsbr \ | |
94450481 | 8 | urcu-flavors/Makefile.mb \ |
56e47f8d | 9 | urcu-flavors/Makefile.membarrier \ |
1fe327be | 10 | urcu-flavors/Makefile.signal \ |
9b4bf32b | 11 | urcu-flavors/Makefile.bp \ |
94450481 | 12 | urcu-flavors/qsbr.c \ |
1fe327be | 13 | urcu-flavors/mb.c \ |
56e47f8d | 14 | urcu-flavors/membarrier.c \ |
9b4bf32b MD |
15 | urcu-flavors/signal.c \ |
16 | urcu-flavors/bp.c | |
8bad63a0 | 17 | |
f37f1d93 | 18 | dist_doc_examples_DATA = \ |
0485c1bf | 19 | dist-files/Makefile \ |
f37f1d93 MD |
20 | Makefile.examples.template |
21 | ||
22 | doc_examples_listdir = ${doc_examplesdir}/list | |
23 | ||
24 | dist_doc_examples_list_DATA = \ | |
25 | list/Makefile \ | |
26 | list/Makefile.cds_list_add_rcu \ | |
05796604 | 27 | list/Makefile.cds_list_add_tail_rcu \ |
06ced8d6 | 28 | list/Makefile.cds_list_del_rcu \ |
17fb3188 | 29 | list/Makefile.cds_list_for_each_rcu \ |
d427bff9 | 30 | list/Makefile.cds_list_for_each_entry_rcu \ |
7eba9f88 | 31 | list/Makefile.cds_list_replace_rcu \ |
06ced8d6 | 32 | list/cds_list_add_rcu.c \ |
05796604 | 33 | list/cds_list_add_tail_rcu.c \ |
7eba9f88 | 34 | list/cds_list_del_rcu.c \ |
17fb3188 | 35 | list/cds_list_for_each_rcu.c \ |
d427bff9 | 36 | list/cds_list_for_each_entry_rcu.c \ |
7eba9f88 | 37 | list/cds_list_replace_rcu.c |
f37f1d93 | 38 | |
474190bf MD |
39 | doc_examples_hlistdir = ${doc_examplesdir}/hlist |
40 | ||
41 | dist_doc_examples_hlist_DATA = \ | |
42 | hlist/Makefile \ | |
43 | hlist/Makefile.cds_hlist_add_head_rcu \ | |
44 | hlist/Makefile.cds_hlist_del_rcu \ | |
45 | hlist/Makefile.cds_hlist_for_each_rcu \ | |
46 | hlist/Makefile.cds_hlist_for_each_entry_rcu \ | |
47 | hlist/cds_hlist_add_head_rcu.c \ | |
48 | hlist/cds_hlist_del_rcu.c \ | |
49 | hlist/cds_hlist_for_each_rcu.c \ | |
50 | hlist/cds_hlist_for_each_entry_rcu.c | |
51 | ||
48337075 MD |
52 | doc_examples_wfcqueuedir = ${doc_examplesdir}/wfcqueue |
53 | ||
54 | dist_doc_examples_wfcqueue_DATA = \ | |
0bee4069 | 55 | wfcqueue/Makefile \ |
48337075 | 56 | wfcqueue/Makefile.cds_wfcq_enqueue \ |
c83da169 | 57 | wfcqueue/Makefile.cds_wfcq_dequeue \ |
8f09dfa7 | 58 | wfcqueue/Makefile.cds_wfcq_splice \ |
c83da169 | 59 | wfcqueue/cds_wfcq_enqueue.c \ |
8f09dfa7 MD |
60 | wfcqueue/cds_wfcq_dequeue.c \ |
61 | wfcqueue/cds_wfcq_splice.c | |
48337075 | 62 | |
3709f861 MD |
63 | doc_examples_wfstackdir = ${doc_examplesdir}/wfstack |
64 | ||
65 | dist_doc_examples_wfstack_DATA = \ | |
0bee4069 | 66 | wfstack/Makefile \ |
3709f861 | 67 | wfstack/Makefile.cds_wfs_push \ |
95bba308 | 68 | wfstack/Makefile.cds_wfs_pop \ |
53a77191 | 69 | wfstack/Makefile.cds_wfs_pop_all_blocking \ |
95bba308 | 70 | wfstack/cds_wfs_push.c \ |
53a77191 MD |
71 | wfstack/cds_wfs_pop.c \ |
72 | wfstack/cds_wfs_pop_all_blocking.c | |
3709f861 | 73 | |
a5fb5b81 MD |
74 | doc_examples_lfstackdir = ${doc_examplesdir}/lfstack |
75 | ||
76 | dist_doc_examples_lfstack_DATA = \ | |
77 | lfstack/Makefile \ | |
78 | lfstack/Makefile.cds_lfs_push \ | |
79 | lfstack/Makefile.cds_lfs_pop_blocking \ | |
80 | lfstack/Makefile.cds_lfs_pop_all_blocking \ | |
81 | lfstack/cds_lfs_push.c \ | |
82 | lfstack/cds_lfs_pop_blocking.c \ | |
83 | lfstack/cds_lfs_pop_all_blocking.c | |
84 | ||
d4b71408 MD |
85 | doc_examples_rculfqueuedir = ${doc_examplesdir}/rculfqueue |
86 | ||
87 | dist_doc_examples_rculfqueue_DATA = \ | |
88 | rculfqueue/Makefile \ | |
89 | rculfqueue/Makefile.cds_lfq_enqueue \ | |
90 | rculfqueue/Makefile.cds_lfq_dequeue \ | |
91 | rculfqueue/cds_lfq_enqueue.c \ | |
92 | rculfqueue/cds_lfq_dequeue.c | |
93 | ||
f7e7a1b8 MD |
94 | doc_examples_rculfhashdir = ${doc_examplesdir}/rculfhash |
95 | ||
96 | dist_doc_examples_rculfhash_DATA = \ | |
97 | rculfhash/Makefile \ | |
98 | rculfhash/jhash.h \ | |
99 | rculfhash/Makefile.cds_lfht_add \ | |
650b434b | 100 | rculfhash/Makefile.cds_lfht_add_unique \ |
34b3f359 | 101 | rculfhash/Makefile.cds_lfht_add_replace \ |
f7e7a1b8 | 102 | rculfhash/Makefile.cds_lfht_del \ |
d14301c2 | 103 | rculfhash/Makefile.cds_lfht_destroy \ |
2dbf31c9 | 104 | rculfhash/Makefile.cds_lfht_lookup \ |
b5e35d2d | 105 | rculfhash/Makefile.cds_lfht_for_each_entry_duplicate \ |
f7e7a1b8 | 106 | rculfhash/cds_lfht_add.c \ |
650b434b | 107 | rculfhash/cds_lfht_add_unique.c \ |
34b3f359 | 108 | rculfhash/cds_lfht_add_replace.c \ |
d14301c2 | 109 | rculfhash/cds_lfht_del.c \ |
2dbf31c9 | 110 | rculfhash/cds_lfht_destroy.c \ |
b5e35d2d MD |
111 | rculfhash/cds_lfht_lookup.c \ |
112 | rculfhash/cds_lfht_for_each_entry_duplicate.c | |
f7e7a1b8 | 113 | |
c50fdd7c MD |
114 | if NO_SHARED |
115 | # Don't build examples if shared libraries support was explicitly | |
116 | # disabled. | |
117 | else | |
a5bae03d MD |
118 | |
119 | SUBDIRS_PROXY = hlist list urcu-flavors wfcqueue rculfqueue \ | |
120 | wfstack lfstack rculfhash | |
121 | ||
94e71092 | 122 | # Copies are for VPATH build support. |
c50fdd7c | 123 | all-local: |
94e71092 MD |
124 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ |
125 | cp -fR $(srcdir)/dist-files $(builddir); \ | |
94e71092 | 126 | cp -f $(srcdir)/Makefile.examples.template $(builddir); \ |
a5bae03d MD |
127 | for subdir in $(SUBDIRS_PROXY); do \ |
128 | cp -fR $(srcdir)/$$subdir $(builddir); \ | |
129 | done; \ | |
94e71092 | 130 | fi |
223c9ed0 | 131 | $(MAKE) -f dist-files/Makefile AM_CPPFLAGS="$(CPPFLAGS) -I../../../urcu/ -I../../../" AM_CFLAGS='$(CFLAGS)' AM_LDFLAGS='$(LDFLAGS) -L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all |
c50fdd7c MD |
132 | |
133 | clean-local: | |
94e71092 MD |
134 | $(MAKE) -f dist-files/Makefile $(AM_MAKEFLAGS) clean |
135 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ | |
a5bae03d MD |
136 | for subdir in $(SUBDIRS_PROXY); do \ |
137 | rm -rf $(builddir)/$$subdir; \ | |
138 | done; \ | |
94e71092 | 139 | rm -f $(builddir)/Makefile.examples.template; \ |
94e71092 MD |
140 | rm -rf $(builddir)/dist-files; \ |
141 | fi | |
2f49a496 | 142 | endif |