04413241c2e61f32c562011e47db78295a4fc4e3
[xfstests-dev.git] / dmapi / src / common / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 # Copyright (C) 2011 SGI  All Rights Reserved.
3 #
4 #
5 #
6 TOPDIR = ../../..
7
8 include $(TOPDIR)/include/builddefs
9
10 LIB_SUBDIRS = lib
11 TOOL_SUBDIRS = cmd
12
13 SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
14
15 default: $(SUBDIRS)
16
17 $(TOOL_SUBDIRS): $(LIB_SUBDIRS)
18
19 include $(BUILDRULES)
20
21 install: default
22
23 install-dev: