uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / examples / rculfhash / Makefile
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
f7e7a1b8 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
f7e7a1b8
MD
5# This makefile is purposefully kept simple to support GNU and BSD make.
6
7all:
dbfa8879
MJ
8 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add
9 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_unique
10 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_replace
11 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_del
12 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_destroy
13 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup
14 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_for_each_entry_duplicate
f7e7a1b8
MD
15
16.PHONY: clean
17clean:
dbfa8879
MJ
18 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add clean
19 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_unique clean
20 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_replace clean
21 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_del clean
22 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_destroy clean
23 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup clean
24 $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_for_each_entry_duplicate clean
This page took 0.036247 seconds and 4 git commands to generate.