Revert "ci: skip "lib/test-fork-safe-execvpe.sh" on Alpine Linux"
[libnbd.git] / common-rules.mk
blob10d61769859a647276f45aab1a7b045b893837e1
1 # nbd client library in userspace
2 # Copyright Red Hat
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2 of the License, or (at your option) any later version.
9 # This library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with this library; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 # common-rules.mk is included in every Makefile.am.
19 # subdir-rules.mk is included only in subdirectories.
21 # Convenient list terminator
22 NULL =
24 CLEANFILES = *~
26 $(generator_built): $(top_builddir)/generator/stamp-generator
28 $(top_builddir)/generator/stamp-generator: \
29 $(wildcard $(top_srcdir)/generator/*.ml) \
30 $(wildcard $(top_srcdir)/generator/*.mli) \
31 $(wildcard $(top_srcdir)/generator/states*.c)
32 $(MAKE) -C $(top_builddir)/generator stamp-generator