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