Update for 0.51.2-pre2
[wmaker-crm.git] / WPrefs.app / po / Makefile.in
blob9f3f4ff7e8345197357f3777bdcdd43bb3a2f732
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ../..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 CPP_PATH = @CPP_PATH@
64 DFLAGS = @DFLAGS@
65 GFXLIBS = @GFXLIBS@
66 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
67 ICONEXT = @ICONEXT@
68 INTLIBS = @INTLIBS@
69 LD = @LD@
70 LIBPL = @LIBPL@
71 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
72 LIBTOOL = @LIBTOOL@
73 LITE = @LITE@
74 LN_S = @LN_S@
75 MAKEINFO = @MAKEINFO@
76 MOFILES = @MOFILES@
77 NLSDIR = @NLSDIR@
78 NM = @NM@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 VERSION = @VERSION@
82 WPMOFILES = @WPMOFILES@
83 XCFLAGS = @XCFLAGS@
84 XGETTEXT = @XGETTEXT@
85 XLFLAGS = @XLFLAGS@
86 XLIBS = @XLIBS@
87 X_EXTRA_LIBS = @X_EXTRA_LIBS@
88 wprefsdir = @wprefsdir@
90 CATALOGS = @WPMOFILES@
92 nlsdir = $(NLSDIR)
94 CLEANFILES = $(CATALOGS)
96 EXTRA_DIST = pt.po hr.po fr.po ko.po cs.po ja.po zh_TW.Big5.po
98 POTFILES = $(top_builddir)/WPrefs.app/Configurations.c $(top_builddir)/WPrefs.app/Expert.c $(top_builddir)/WPrefs.app/Focus.c $(top_builddir)/WPrefs.app/Icons.c $(top_builddir)/WPrefs.app/KeyboardSettings.c $(top_builddir)/WPrefs.app/KeyboardShortcuts.c $(top_builddir)/WPrefs.app/Menu.c $(top_builddir)/WPrefs.app/MenuGuru.c $(top_builddir)/WPrefs.app/MenuPreferences.c $(top_builddir)/WPrefs.app/MouseSettings.c $(top_builddir)/WPrefs.app/Paths.c $(top_builddir)/WPrefs.app/Preferences.c $(top_builddir)/WPrefs.app/Text.c $(top_builddir)/WPrefs.app/TextureAndColor.c $(top_builddir)/WPrefs.app/Themes.c $(top_builddir)/WPrefs.app/WPrefs.c $(top_builddir)/WPrefs.app/WindowHandling.c $(top_builddir)/WPrefs.app/Workspace.c $(top_builddir)/WPrefs.app/main.c $(top_builddir)/WPrefs.app/xmodifier.c
101 SUFFIXES = .po .mo
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = ../../src/config.h
104 CONFIG_CLEAN_FILES =
105 CFLAGS = @CFLAGS@
106 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 CCLD = $(CC)
109 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
110 DIST_COMMON = README Makefile.am Makefile.in
113 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115 TAR = tar
116 GZIP_ENV = --best
117 all: all-redirect
118 .SUFFIXES:
119 .SUFFIXES: .mo .po
120 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
121 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/po/Makefile
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
124 cd $(top_builddir) \
125 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127 tags: TAGS
128 TAGS:
131 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
133 subdir = WPrefs.app/po
135 distdir: $(DISTFILES)
136 @for file in $(DISTFILES); do \
137 d=$(srcdir); \
138 if test -d $$d/$$file; then \
139 cp -pr $$/$$file $(distdir)/$$file; \
140 else \
141 test -f $(distdir)/$$file \
142 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
143 || cp -p $$d/$$file $(distdir)/$$file || :; \
144 fi; \
145 done
146 info-am:
147 info: info-am
148 dvi-am:
149 dvi: dvi-am
150 check-am: all-am
151 check: check-am
152 installcheck-am:
153 installcheck: installcheck-am
154 install-exec-am:
155 install-exec: install-exec-am
157 install-data-am: install-data-local
158 install-data: install-data-am
160 install-am: all-am
161 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
162 install: install-am
163 uninstall-am:
164 uninstall: uninstall-am
165 all-am: Makefile
166 all-redirect: all-am
167 install-strip:
168 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
169 installdirs:
172 mostlyclean-generic:
174 clean-generic:
175 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
177 distclean-generic:
178 -rm -f Makefile $(CONFIG_CLEAN_FILES)
179 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
181 maintainer-clean-generic:
182 mostlyclean-am: mostlyclean-generic
184 mostlyclean: mostlyclean-am
186 clean-am: clean-generic mostlyclean-am
188 clean: clean-am
190 distclean-am: distclean-generic clean-am
191 -rm -f libtool
193 distclean: distclean-am
195 maintainer-clean-am: maintainer-clean-generic distclean-am
196 @echo "This command is intended for maintainers to use;"
197 @echo "it deletes files that may require special tools to rebuild."
199 maintainer-clean: maintainer-clean-am
201 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
202 installcheck-am installcheck install-exec-am install-exec \
203 install-data-local install-data-am install-data install-am install \
204 uninstall-am uninstall all-redirect all-am all installdirs \
205 mostlyclean-generic distclean-generic clean-generic \
206 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
209 .po.mo:
210 msgfmt -o $@ $<
212 WPrefs.pot: $(POTFILES)
213 xgettext --default-domain=WPrefs \
214 --add-comments --keyword=_ $(POTFILES)
215 if cmp -s WPrefs.po WPrefs.pot; then \
216 rm -f WPrefs.po; \
217 else \
218 mv -f WPrefs.po WPrefs.pot; \
221 install-data-local: $(CATALOGS)
222 $(mkinstalldirs) $(nlsdir)
223 chmod 755 $(nlsdir)
224 for n in $(CATALOGS) __DuMmY ; do \
225 if test "$$n" -a "$$n" != "__DuMmY" ; then \
226 l=`basename $$n .mo`; \
227 $(mkinstalldirs) $(nlsdir)/$$l/LC_MESSAGES; \
228 chmod 755 $(nlsdir)/$$l; \
229 chmod 755 $(nlsdir)/$$l/LC_MESSAGES; \
230 $(INSTALL_DATA) -m 644 $$n $(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \
231 fi; \
232 done
234 # Tell versions [3.59,3.63) of GNU make to not export all variables.
235 # Otherwise a system limit (for SysV at least) may be exceeded.
236 .NOEXPORT: