]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - debian/Makefile
update configure defaults
[thirdparty/xfsprogs-dev.git] / debian / Makefile
CommitLineData
fc49813f 1#
33a4da69 2# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
fc49813f
NS
3#
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
49060221 8LSRCFILES = changelog compat control copyright rules
d5dca43b 9DEV_DOC_DIR = $(PKG_DOC_DIR)/../xfslibs-dev
33a4da69 10BOOT_MKFS_BIN = $(TOPDIR)/mkfs/mkfs.xfs-xfsprogs-udeb
fc49813f 11
d5dca43b 12default:
fc49813f
NS
13
14include $(BUILDRULES)
d5dca43b
NS
15
16install: default
78e02005 17ifeq ($(PKG_DISTRIBUTION), debian)
d5dca43b
NS
18 $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
19 $(INSTALL) -m 644 changelog $(PKG_DOC_DIR)/changelog.Debian
78e02005 20endif
d5dca43b
NS
21
22install-dev: default
78e02005 23ifeq ($(PKG_DISTRIBUTION), debian)
d5dca43b
NS
24 $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
25 $(INSTALL) -m 755 -d $(DEV_DOC_DIR)
26 $(INSTALL) -m 644 copyright $(DEV_DOC_DIR)
27 $(INSTALL) -m 644 changelog $(DEV_DOC_DIR)/changelog.Debian
78e02005 28endif
3a1664fa 29
33a4da69 30install-d-i: default
3a1664fa 31ifeq ($(PKG_DISTRIBUTION), debian)
595e27db
CH
32 $(INSTALL) -m 755 -d $(PKG_ROOT_SBIN_DIR)
33 $(INSTALL) -m 755 $(BOOT_MKFS_BIN) $(PKG_ROOT_SBIN_DIR)/mkfs.xfs
3a1664fa 34endif