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_lfs_push 9 1.1 christos $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_blocking 10 1.1 christos $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_all_blocking 11 1.1 christos 12 1.1 christos .PHONY: clean 13 1.1 christos clean: 14 1.1 christos $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_push clean 15 1.1 christos $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_blocking clean 16 1.1 christos $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_all_blocking clean 17