1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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@
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
66 GFXLFLAGS
= @GFXLFLAGS@
78 REDUCE_APPICONS
= @REDUCE_APPICONS@
82 WPMOFILES
= @WPMOFILES@
88 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
90 pixmapdir
= @pixmapdir@
91 wprefsdir
= @wprefsdir@
93 SUBDIRS
= libPropList wrlib WINGs src util po WindowMaker wmlib
test WPrefs.app doc
95 EXTRA_DIST
= TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS Install acconfig.h\
97 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
98 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
99 CONFIG_HEADER
= .
/src
/config.h
101 DIST_COMMON
= README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
102 Makefile.in NEWS TODO aclocal.m4 config.guess config.sub configure \
103 configure.in install-sh missing mkinstalldirs
106 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
110 all: all-recursive all-am
113 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
114 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps Makefile
116 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
118 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
120 $(ACLOCAL_M4
): configure.in
121 cd
$(srcdir) && $(ACLOCAL
)
123 config.status
: $(srcdir)/configure
124 $(SHELL
) .
/config.status
--recheck
125 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
126 cd
$(srcdir) && $(AUTOCONF
)
128 # This directory's subdirectories are mostly independent; you can cd
129 # into them and run `make' without going through this Makefile.
130 # To change the values of `make' variables: instead of editing Makefiles,
131 # (1) if the variable is set in `config.status', edit `config.status'
132 # (which will cause the Makefiles to be regenerated when you run `make');
133 # (2) otherwise, pass the desired values on the `make' command line.
137 all-recursive install-data-recursive install-exec-recursive \
138 installdirs-recursive install-recursive uninstall-recursive \
139 check-recursive installcheck-recursive info-recursive dvi-recursive
:
140 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
141 list
='$(SUBDIRS)'; for subdir in
$$list; do \
142 target
=`echo $@ | sed s/-recursive//`; \
143 echo
"Making $$target in $$subdir"; \
144 (cd
$$subdir && $(MAKE
) $$target) \
145 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
146 done
&& test -z
"$$fail"
148 mostlyclean-recursive clean-recursive distclean-recursive \
149 maintainer-clean-recursive
:
150 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
151 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
152 rev
="$$subdir $$rev"; \
154 for subdir in
$$rev; do \
155 target
=`echo $@ | sed s/-recursive//`; \
156 echo
"Making $$target in $$subdir"; \
157 (cd
$$subdir && $(MAKE
) $$target) \
158 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
159 done
&& test -z
"$$fail"
161 list
='$(SUBDIRS)'; for subdir in
$$list; do \
162 (cd
$$subdir && $(MAKE
) tags); \
167 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
168 here
=`pwd` && cd
$(srcdir) \
169 && mkid
-f
$$here/ID
$(SOURCES
) $(HEADERS
) $(LISP
)
171 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
174 list
='$(SUBDIRS)'; for subdir in
$$list; do \
175 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
177 list
='$(SOURCES) $(HEADERS)'; \
178 unique
=`for i in $$list; do echo $$i; done | \
179 awk ' { files[$$0] = 1; } \
180 END { for (i in files) print i; }'`; \
181 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
191 maintainer-clean-tags
:
193 distdir
= $(PACKAGE
)-$(VERSION
)
194 top_distdir
= $(distdir
)
196 # This target untars the dist file and tries a VPATH configuration. Then
197 # it guarantees that the distribution is self-contained by making another
201 GZIP
=$(GZIP
) $(TAR
) zxf
$(distdir
).
tar.gz
202 mkdir
$(distdir
)/=build
203 mkdir
$(distdir
)/=inst
204 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
205 cd
$(distdir
)/=build \
206 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
211 && $(MAKE
) installcheck \
214 @echo
"========================"; \
215 echo
"$(distdir).tar.gz is ready for distribution"; \
216 echo
"========================"
218 -chmod
-R a
+r
$(distdir
)
219 GZIP
=$(GZIP
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
222 -chmod
-R a
+r
$(distdir
)
223 GZIP
=$(GZIP
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
225 distdir
: $(DISTFILES
)
228 -chmod
777 $(distdir
)
229 @for file in
$(DISTFILES
); do \
231 test -f
$(distdir
)/$$file \
232 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
233 || cp
-p
$$d/$$file $(distdir
)/$$file; \
235 for subdir in
$(SUBDIRS
); do \
236 test -d
$(distdir
)/$$subdir \
237 || mkdir
$(distdir
)/$$subdir \
239 chmod
777 $(distdir
)/$$subdir; \
240 (cd
$$subdir && $(MAKE
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
246 $(MAKE
) check-recursive
247 installcheck: installcheck-recursive
250 install-exec
: install-exec-recursive
253 install-data
: install-data-recursive
256 install: install-recursive
259 uninstall: uninstall-recursive
262 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT
='$(INSTALL_PROGRAM)' install
263 installdirs: installdirs-recursive
267 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
270 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
273 -rm -f Makefile
$(DISTCLEANFILES
)
274 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
275 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
277 maintainer-clean-generic
:
278 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
279 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
280 mostlyclean-am
: mostlyclean-tags mostlyclean-generic
282 clean-am
: clean-tags clean-generic mostlyclean-am
284 distclean-am
: distclean-tags distclean-generic clean-am
286 maintainer-clean-am
: maintainer-clean-tags maintainer-clean-generic \
289 mostlyclean: mostlyclean-recursive mostlyclean-am
291 clean: clean-recursive clean-am
293 distclean: distclean-recursive distclean-am
296 maintainer-clean
: maintainer-clean-recursive maintainer-clean-am
297 @echo
"This command is intended for maintainers to use;"
298 @echo
"it deletes files that may require special tools to rebuild."
301 .PHONY
: install-data-recursive uninstall-data-recursive \
302 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
303 uninstalldirs-recursive all-recursive check-recursive \
304 installcheck-recursive info-recursive dvi-recursive \
305 mostlyclean-recursive distclean-recursive clean-recursive \
306 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
307 distclean-tags clean-tags maintainer-clean-tags distdir
info dvi \
308 installcheck all-am install-exec install-data
install uninstall all \
309 installdirs mostlyclean-generic distclean-generic clean-generic \
310 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
313 # Tell versions [3.59,3.63) of GNU make to not export all variables.
314 # Otherwise a system limit (for SysV at least) may be exceeded.