fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / doc / examples / rculfhash / Makefile
index 52da73791bab60de74a15a1ffc5c1cb3d2cca7f0..29b28f7d8bb7e8690de0a5f4addf12b80fadb05b 100644 (file)
@@ -1,25 +1,24 @@
-# Copyright (C) 2013  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
-#
-# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
-# OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
-#
-# Permission is hereby granted to use or copy this program for any
-# purpose,  provided the above notices are retained on all copies.
-# Permission to modify the code and to distribute modified code is
-# granted, provided the above notices are retained, and a notice that
-# the code was modified is included with the above copyright notice.
+# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 #
+# SPDX-License-Identifier: MIT
+
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
 all:
-       $(MAKE) -f Makefile.cds_lfht_add
-       $(MAKE) -f Makefile.cds_lfht_add_unique
-       $(MAKE) -f Makefile.cds_lfht_add_replace
-       $(MAKE) -f Makefile.cds_lfht_del
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_unique
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_replace
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_del
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_destroy
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_for_each_entry_duplicate
 
 .PHONY: clean
 clean:
-       $(MAKE) -f Makefile.cds_lfht_add clean
-       $(MAKE) -f Makefile.cds_lfht_add_unique clean
-       $(MAKE) -f Makefile.cds_lfht_add_replace clean
-       $(MAKE) -f Makefile.cds_lfht_del clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_unique clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_replace clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_del clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_destroy clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_for_each_entry_duplicate clean
This page took 0.023411 seconds and 4 git commands to generate.