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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
69 HEADER_SEARCH_PATH
= @HEADER_SEARCH_PATH@
74 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
87 WPMOFILES
= @WPMOFILES@
92 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
93 X_LIBRARY_PATH
= @X_LIBRARY_PATH@
94 supported_locales
= @supported_locales@
95 wprefsdir
= @wprefsdir@
97 CATALOGS
= @WPMOFILES@
101 CLEANFILES
= $(CATALOGS
)
103 EXTRA_DIST
= pt.po hr.po fr.po ko.po cs.po ja.po zh_TW.Big5.po es.po zh_CN.po fi.po it.po ru.po de.po
106 POTFILES
= $(top_builddir
)/WPrefs.app
/main.c
$(top_builddir
)/WPrefs.app
/WPrefs.c
$(top_builddir
)/WPrefs.app
/Appearance.c
$(top_builddir
)/WPrefs.app
/Configurations.c
$(top_builddir
)/WPrefs.app
/Expert.c
$(top_builddir
)/WPrefs.app
/Focus.c
$(top_builddir
)/WPrefs.app
/Font.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
/MenuPreferences.c
$(top_builddir
)/WPrefs.app
/MouseSettings.c
$(top_builddir
)/WPrefs.app
/NoMenuAlert.c
$(top_builddir
)/WPrefs.app
/Paths.c
$(top_builddir
)/WPrefs.app
/Preferences.c
$(top_builddir
)/WPrefs.app
/TexturePanel.c
$(top_builddir
)/WPrefs.app
/Themes.c
$(top_builddir
)/WPrefs.app
/WindowHandling.c
$(top_builddir
)/WPrefs.app
/Workspace.c
$(top_builddir
)/WPrefs.app
/double.c
$(top_builddir
)/WPrefs.app
/editmenu.c
$(top_builddir
)/WPrefs.app
/MenuGuru.c
$(top_builddir
)/WPrefs.app
/xmodifier.c
110 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
111 CONFIG_HEADER
= ..
/..
/src
/config.h
114 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
115 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
117 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
118 DIST_COMMON
= README Makefile.am Makefile.in
121 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
128 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
129 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu WPrefs.app
/po
/Makefile
131 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
133 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
139 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
141 subdir
= WPrefs.app
/po
143 distdir
: $(DISTFILES
)
144 here
=`cd $(top_builddir) && pwd`; \
145 top_distdir
=`cd $(top_distdir) && pwd`; \
146 distdir
=`cd $(distdir) && pwd`; \
148 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnu WPrefs.app
/po
/Makefile
149 @for file in
$(DISTFILES
); do \
151 if
test -d
$$d/$$file; then \
152 cp
-pr
$$/$$file $(distdir
)/$$file; \
154 test -f
$(distdir
)/$$file \
155 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
156 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
166 installcheck: installcheck-am
168 install-exec
: install-exec-am
170 install-data-am
: install-data-local
171 install-data
: install-data-am
174 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
177 uninstall: uninstall-am
181 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
188 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
191 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
192 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
194 maintainer-clean-generic
:
195 mostlyclean-am
: mostlyclean-generic
197 mostlyclean: mostlyclean-am
199 clean-am
: clean-generic mostlyclean-am
203 distclean-am
: distclean-generic clean-am
206 distclean: distclean-am
208 maintainer-clean-am
: maintainer-clean-generic distclean-am
209 @echo
"This command is intended for maintainers to use;"
210 @echo
"it deletes files that may require special tools to rebuild."
212 maintainer-clean
: maintainer-clean-am
214 .PHONY
: tags distdir info-am
info dvi-am
dvi check check-am \
215 installcheck-am
installcheck install-exec-am install-exec \
216 install-data-local install-data-am install-data install-am
install \
217 uninstall-am
uninstall all-redirect all-am
all installdirs \
218 mostlyclean-generic distclean-generic clean-generic \
219 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
225 WPrefs.pot
: $(POTFILES
)
226 xgettext
--default-domain
=WPrefs \
227 --add-comments
--keyword
=_
$(POTFILES
)
228 if cmp
-s WPrefs.po WPrefs.pot
; then \
231 mv
-f WPrefs.po WPrefs.pot
; \
234 install-data-local
: $(CATALOGS
)
235 $(mkinstalldirs
) $(DESTDIR
)$(nlsdir
)
236 chmod
755 $(DESTDIR
)$(nlsdir
)
237 for n in
$(CATALOGS
) __DuMmY
; do \
238 if
test "$$n" -a
"$$n" != "__DuMmY" ; then \
239 l
=`basename $$n .mo`; \
240 $(mkinstalldirs
) $(DESTDIR
)$(nlsdir
)/$$l/LC_MESSAGES
; \
241 chmod
755 $(DESTDIR
)$(nlsdir
)/$$l; \
242 chmod
755 $(DESTDIR
)$(nlsdir
)/$$l/LC_MESSAGES
; \
243 $(INSTALL_DATA
) -m
644 $$n $(DESTDIR
)$(nlsdir
)/$$l/LC_MESSAGES
/WPrefs.mo
; \
247 # Tell versions [3.59,3.63) of GNU make to not export all variables.
248 # Otherwise a system limit (for SysV at least) may be exceeded.