File: Makefile

package info (click to toggle)
liburcu 0.15.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,356 kB
  • sloc: ansic: 23,361; xml: 23,227; sh: 6,480; makefile: 1,045; cpp: 15
file content (16 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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:
	$(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push
	$(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop
	$(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking

.PHONY: clean
clean:
	$(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push clean
	$(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop clean
	$(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking clean