Apply ASLR on utils
[platform/upstream/acl.git] / po / Makefile
1 #
2 # Copyright (c) 2001-2002 Silicon Graphics, Inc.  All Rights Reserved.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program 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
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 #
18
19 TOPDIR = ..
20 include $(TOPDIR)/include/builddefs
21
22 POTHEAD = $(PKG_NAME).pot
23 LINGUAS ?= de es fr gl pl sv
24 LSRCFILES = $(LINGUAS:%=%.po) $(POTHEAD)
25 LDIRT = $(POTHEAD)
26
27 XGETTEXTFILES = $(TOPDIR)/chacl/chacl.c \
28                 $(TOPDIR)/setfacl/do_set.c \
29                 $(TOPDIR)/setfacl/setfacl.c \
30                 $(TOPDIR)/getfacl/getfacl.c \
31                 $(TOPDIR)/libacl/acl_error.c \
32                 $(TOPDIR)/libacl/perm_copy_fd.c \
33                 $(TOPDIR)/libacl/perm_copy_file.c
34
35 default: $(POTHEAD) $(LINGUAS:%=%.mo)
36
37 include $(BUILDRULES)
38
39 install: default
40         $(INSTALL_LINGUAS)
41
42 install-dev install-lib: