676d9b30d7455e9e86eebad4736a15f79f6fb06c
1 # SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 # SPDX-License-Identifier: MIT
5 # This makefile is purposefully kept simple to support GNU and BSD make.
8 $(AM_V_at
)$(MAKE
) -C hlist
9 $(AM_V_at
)$(MAKE
) -C list
10 $(AM_V_at
)$(MAKE
) -C urcu-flavors
11 $(AM_V_at
)$(MAKE
) -C wfcqueue
12 $(AM_V_at
)$(MAKE
) -C rculfqueue
13 $(AM_V_at
)$(MAKE
) -C wfstack
14 $(AM_V_at
)$(MAKE
) -C lfstack
15 $(AM_V_at
)$(MAKE
) -C rculfhash
19 $(AM_V_at
)$(MAKE
) -C hlist
clean
20 $(AM_V_at
)$(MAKE
) -C list
clean
21 $(AM_V_at
)$(MAKE
) -C urcu-flavors
clean
22 $(AM_V_at
)$(MAKE
) -C wfcqueue
clean
23 $(AM_V_at
)$(MAKE
) -C rculfqueue
clean
24 $(AM_V_at
)$(MAKE
) -C wfstack
clean
25 $(AM_V_at
)$(MAKE
) -C lfstack
clean
26 $(AM_V_at
)$(MAKE
) -C rculfhash
clean
This page took 0.032928 seconds and 5 git commands to generate.