Home | History | Annotate | Line # | Download | only in rculfqueue
      1  1.1  christos # SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers (at] efficios.com>
      2  1.1  christos #
      3  1.1  christos # SPDX-License-Identifier: MIT
      4  1.1  christos 
      5  1.1  christos # This makefile is purposefully kept simple to support GNU and BSD make.
      6  1.1  christos 
      7  1.1  christos all:
      8  1.1  christos 	$(AM_V_at)$(MAKE) -f Makefile.cds_lfq_enqueue
      9  1.1  christos 	$(AM_V_at)$(MAKE) -f Makefile.cds_lfq_dequeue
     10  1.1  christos 
     11  1.1  christos .PHONY: clean
     12  1.1  christos clean:
     13  1.1  christos 	$(AM_V_at)$(MAKE) -f Makefile.cds_lfq_enqueue clean
     14  1.1  christos 	$(AM_V_at)$(MAKE) -f Makefile.cds_lfq_dequeue clean
     15