]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - po/Makefile
xfs: don't accept inode buffers with suspicious unlinked chains
[thirdparty/xfsprogs-dev.git] / po / Makefile
1 #
2 # Copyright (c) 2001-2003 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 POTHEAD = $(PKG_NAME).pot
9 # If the user has requested a specific set of translations, only build those.
10 SUPPORTED_LINGUAS = $(patsubst %.po,%,$(wildcard *.po))
11 LINGUAS ?= $(SUPPORTED_LINGUAS)
12 LINGUAS := $(filter $(SUPPORTED_LINGUAS),$(LINGUAS))
13 LSRCFILES = $(LINGUAS:%=%.po)
14 LDIRT = $(POTHEAD)
15
16 XGETTEXTFILES = $(LOCALIZED_FILES)
17
18 default: $(POTHEAD) $(LINGUAS:%=%.mo)
19
20 include $(BUILDRULES)
21
22 install: default
23 $(INSTALL_LINGUAS)
24
25 install-dev install-lib: