]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - po/Makefile
Merge whitespace changes over
[thirdparty/xfsprogs-dev.git] / po / Makefile
1 #
2 # Copyright (c) 2001-2003 Silicon Graphics, Inc. All Rights Reserved.
3 #
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of version 2 of the GNU General Public License as
6 # published by the Free Software Foundation.
7 #
8 # This program is distributed in the hope that it would be useful, but
9 # WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 #
12 # Further, this software is distributed without any warranty that it is
13 # free of the rightful claim of any third person regarding infringement
14 # or the like. Any license provided herein, whether implied or
15 # otherwise, applies only to this software file. Patent licenses, if
16 # any, provided herein do not apply to combinations of this program with
17 # other software, or any other product whatsoever.
18 #
19 # You should have received a copy of the GNU General Public License along
20 # with this program; if not, write the Free Software Foundation, Inc., 59
21 # Temple Place - Suite 330, Boston MA 02111-1307, USA.
22 #
23 # Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
24 # Mountain View, CA 94043, or:
25 #
26 # http://www.sgi.com
27 #
28 # For further information regarding this notice, see:
29 #
30 # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
31 #
32
33 TOPDIR = ..
34 include $(TOPDIR)/include/builddefs
35
36 # Currently LINGUAS is undefined, so buildmacros provides no targets.
37 LINGUAS =
38 LSRCFILES = $(LINGUAS:%=%.po) $(PKG_NAME).pot
39
40 # TODO: db/ logprint/
41 XGETTEXTFILES = \
42 $(TOPDIR)/freeze/xfs_freeze.c \
43 $(TOPDIR)/growfs/explore.c \
44 $(TOPDIR)/growfs/xfs_growfs.c \
45 $(TOPDIR)/imap/xfs_imap.c \
46 $(TOPDIR)/io/bmap.c \
47 $(TOPDIR)/io/command.c \
48 $(TOPDIR)/io/fsync.c \
49 $(TOPDIR)/io/help.c \
50 $(TOPDIR)/io/init.c \
51 $(TOPDIR)/io/open.c \
52 $(TOPDIR)/io/pread.c \
53 $(TOPDIR)/io/prealloc.c \
54 $(TOPDIR)/io/pwrite.c \
55 $(TOPDIR)/io/quit.c \
56 $(TOPDIR)/io/resblks.c \
57 $(TOPDIR)/io/truncate.c \
58 $(TOPDIR)/mkfile/xfs_mkfile.c \
59 $(TOPDIR)/mkfs/proto.c \
60 $(TOPDIR)/mkfs/xfs_mkfs.c \
61 $(TOPDIR)/libdisk/drivers.c \
62 $(TOPDIR)/libdisk/lvm.c \
63 $(TOPDIR)/libdisk/md.c \
64 $(TOPDIR)/libxfs/darwin.c \
65 $(TOPDIR)/libxfs/freebsd.c \
66 $(TOPDIR)/libxfs/init.c \
67 $(TOPDIR)/libxfs/irix.c \
68 $(TOPDIR)/libxfs/linux.c \
69 $(TOPDIR)/libxfs/rdwr.c \
70 $(TOPDIR)/libxfs/trans.c \
71 $(TOPDIR)/libxfs/util.c \
72 $(TOPDIR)/libxlog/util.c \
73 $(TOPDIR)/repair/agheader.c \
74 $(TOPDIR)/repair/attr_repair.c \
75 $(TOPDIR)/repair/avl.c \
76 $(TOPDIR)/repair/avl64.c \
77 $(TOPDIR)/repair/bmap.c \
78 $(TOPDIR)/repair/dino_chunks.c \
79 $(TOPDIR)/repair/dinode.c \
80 $(TOPDIR)/repair/dir.c \
81 $(TOPDIR)/repair/dir2.c \
82 $(TOPDIR)/repair/dir_stack.c \
83 $(TOPDIR)/repair/incore.c \
84 $(TOPDIR)/repair/incore_ext.c \
85 $(TOPDIR)/repair/incore_ino.c \
86 $(TOPDIR)/repair/init.c \
87 $(TOPDIR)/repair/io.c \
88 $(TOPDIR)/repair/phase1.c \
89 $(TOPDIR)/repair/phase2.c \
90 $(TOPDIR)/repair/phase3.c \
91 $(TOPDIR)/repair/phase4.c \
92 $(TOPDIR)/repair/phase5.c \
93 $(TOPDIR)/repair/phase6.c \
94 $(TOPDIR)/repair/phase7.c \
95 $(TOPDIR)/repair/rt.c \
96 $(TOPDIR)/repair/sb.c \
97 $(TOPDIR)/repair/scan.c \
98 $(TOPDIR)/repair/versions.c \
99 $(TOPDIR)/repair/xfs_repair.c \
100 $(TOPDIR)/rtcp/xfs_rtcp.c
101
102 default: $(LINGUAS:%=%.mo)
103
104 include $(BUILDRULES)
105
106 install: default
107 $(INSTALL_LINGUAS)
108
109 install-dev install-lib: