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 wprefsdir
= @wprefsdir@
96 man_MANS
= geticonset
.1x setstyle
.1x wxpaste
.1x getstyle
.1x wdwrite
.1x wmsetbg
.1x wsetfont
.1x seticons
.1x wmaker
.1x wxcopy
.1x
99 EXTRA_DIST
= $(man_MANS
)
100 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
101 CONFIG_HEADER
= ..
/src
/config.h
103 man1dir = $(mandir)/man1
107 DIST_COMMON
= Makefile.am Makefile.in
110 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
116 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
117 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps doc
/Makefile
119 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
121 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
125 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
126 @list
='$(man1_MANS)'; \
127 l2
='$(man_MANS)'; for i in
$$l2; do \
129 *.1*) list
="$$list $$i" ;; \
132 for i in
$$list; do \
133 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
135 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
136 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
137 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
138 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
139 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
143 @list
='$(man1_MANS)'; \
144 l2
='$(man_MANS)'; for i in
$$l2; do \
146 *.1*) list
="$$list $$i" ;; \
149 for i in
$$list; do \
150 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
151 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
152 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
153 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
154 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
158 $(MAKE
) $(AM_MAKEFLAGS
) install-man1
161 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-man1
166 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
170 distdir
: $(DISTFILES
)
171 @for file in
$(DISTFILES
); do \
173 if
test -d
$$d/$$file; then \
174 cp
-pr
$$d/$$file $(distdir
)/$$file; \
176 test -f
$(distdir
)/$$file \
177 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
178 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
188 installcheck: installcheck-am
190 install-exec
: install-exec-am
192 install-data-am
: install-man
193 install-data
: install-data-am
196 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
198 uninstall-am
: uninstall-man
199 uninstall: uninstall-am
200 all-am
: Makefile
$(MANS
)
203 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
205 $(mkinstalldirs
) $(DESTDIR
)$(mandir)/man1
213 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
214 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
216 maintainer-clean-generic
:
217 mostlyclean-am
: mostlyclean-generic
219 mostlyclean: mostlyclean-am
221 clean-am
: clean-generic mostlyclean-am
225 distclean-am
: distclean-generic clean-am
228 distclean: distclean-am
230 maintainer-clean-am
: maintainer-clean-generic distclean-am
231 @echo
"This command is intended for maintainers to use;"
232 @echo
"it deletes files that may require special tools to rebuild."
234 maintainer-clean
: maintainer-clean-am
236 .PHONY
: install-man1 uninstall-man1 install-man uninstall-man
tags \
237 distdir info-am
info dvi-am
dvi check check-am installcheck-am \
238 installcheck install-exec-am install-exec install-data-am install-data \
239 install-am
install uninstall-am
uninstall all-redirect all-am
all \
240 installdirs mostlyclean-generic distclean-generic clean-generic \
241 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
244 # Tell versions [3.59,3.63) of GNU make to not export all variables.
245 # Otherwise a system limit (for SysV at least) may be exceeded.