Update for 0.51.0
[wmaker-crm.git] / WindowMaker / Makefile.in
blob32a7a0e7518de4044d9fb2565f56b5735d29fa7e
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
11 # PARTICULAR PURPOSE.
14 SHELL = /bin/sh
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 DISTDIR =
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@
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 GFXFLAGS = @GFXFLAGS@
66 GFXLFLAGS = @GFXLFLAGS@
67 GFXLIBS = @GFXLIBS@
68 ICONEXT = @ICONEXT@
69 INTLIBS = @INTLIBS@
70 LD = @LD@
71 LIBTOOL = @LIBTOOL@
72 LITE = @LITE@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 MOFILES = @MOFILES@
76 NLSDIR = @NLSDIR@
77 NM = @NM@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 VERSION = @VERSION@
81 WPMOFILES = @WPMOFILES@
82 XCFLAGS = @XCFLAGS@
83 XGETTEXT = @XGETTEXT@
84 XLFLAGS = @XLFLAGS@
85 XLIBS = @XLIBS@
86 X_EXTRA_LIBS = @X_EXTRA_LIBS@
87 wprefsdir = @wprefsdir@
89 SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
91 prefsdatadir = $(pkgdatadir)
93 prefsdata_DATA =\
94 README\
95 README.themes\
96 autostart.sh\
97 exitscript.sh\
98 menu\
99 menu.ca\
100 menu.cz\
101 menu.de\
102 menu.dk\
103 menu.el\
104 menu.es\
105 menu.fi\
106 menu.fr\
107 menu.gl\
108 menu.he\
109 menu.hr\
110 menu.hu\
111 menu.it\
112 menu.ja\
113 menu.ko\
114 menu.nl\
115 menu.no\
116 menu.pt\
117 menu.ru\
118 menu.se\
119 menu.sl\
120 menu.tr\
121 plmenu\
122 plmenu.fr\
123 plmenu.hr\
124 wmmacros \
125 xtree.dat
127 EXTRA_DIST = $(prefsdata_DATA) mkMakefile
128 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
129 CONFIG_HEADER = ../src/config.h
130 CONFIG_CLEAN_FILES =
131 DATA = $(prefsdata_DATA)
133 DIST_COMMON = README Makefile.am Makefile.in
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138 TAR = tar
139 GZIP = --best
140 all: all-recursive all-am
142 .SUFFIXES:
143 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Makefile
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
147 cd $(top_builddir) \
148 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
151 install-prefsdataDATA: $(prefsdata_DATA)
152 @$(NORMAL_INSTALL)
153 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
154 @list='$(prefsdata_DATA)'; for p in $$list; do \
155 if test -f $(srcdir)/$$p; then \
156 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
157 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p; \
158 else if test -f $$p; then \
159 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
160 $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p; \
161 fi; fi; \
162 done
164 uninstall-prefsdataDATA:
165 @$(NORMAL_UNINSTALL)
166 list='$(prefsdata_DATA)'; for p in $$list; do \
167 rm -f $(DESTDIR)$(prefsdatadir)/$$p; \
168 done
170 # This directory's subdirectories are mostly independent; you can cd
171 # into them and run `make' without going through this Makefile.
172 # To change the values of `make' variables: instead of editing Makefiles,
173 # (1) if the variable is set in `config.status', edit `config.status'
174 # (which will cause the Makefiles to be regenerated when you run `make');
175 # (2) otherwise, pass the desired values on the `make' command line.
177 @SET_MAKE@
179 all-recursive install-data-recursive install-exec-recursive \
180 installdirs-recursive install-recursive uninstall-recursive \
181 check-recursive installcheck-recursive info-recursive dvi-recursive:
182 @set fnord $(MAKEFLAGS); amf=$$2; \
183 list='$(SUBDIRS)'; for subdir in $$list; do \
184 target=`echo $@ | sed s/-recursive//`; \
185 echo "Making $$target in $$subdir"; \
186 (cd $$subdir && $(MAKE) $$target) \
187 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
188 done && test -z "$$fail"
190 mostlyclean-recursive clean-recursive distclean-recursive \
191 maintainer-clean-recursive:
192 @set fnord $(MAKEFLAGS); amf=$$2; \
193 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
194 rev="$$subdir $$rev"; \
195 done; \
196 for subdir in $$rev; do \
197 target=`echo $@ | sed s/-recursive//`; \
198 echo "Making $$target in $$subdir"; \
199 (cd $$subdir && $(MAKE) $$target) \
200 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201 done && test -z "$$fail"
202 tags-recursive:
203 list='$(SUBDIRS)'; for subdir in $$list; do \
204 (cd $$subdir && $(MAKE) tags); \
205 done
207 tags: TAGS
209 ID: $(HEADERS) $(SOURCES) $(LISP)
210 here=`pwd` && cd $(srcdir) \
211 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
213 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
214 tags=; \
215 here=`pwd`; \
216 list='$(SUBDIRS)'; for subdir in $$list; do \
217 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
218 done; \
219 list='$(SOURCES) $(HEADERS)'; \
220 unique=`for i in $$list; do echo $$i; done | \
221 awk ' { files[$$0] = 1; } \
222 END { for (i in files) print i; }'`; \
223 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
224 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
226 mostlyclean-tags:
228 clean-tags:
230 distclean-tags:
231 -rm -f TAGS ID
233 maintainer-clean-tags:
235 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
237 subdir = WindowMaker
239 distdir: $(DISTFILES)
240 @for file in $(DISTFILES); do \
241 d=$(srcdir); \
242 test -f $(distdir)/$$file \
243 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244 || cp -p $$d/$$file $(distdir)/$$file; \
245 done
246 for subdir in $(SUBDIRS); do \
247 test -d $(distdir)/$$subdir \
248 || mkdir $(distdir)/$$subdir \
249 || exit 1; \
250 chmod 777 $(distdir)/$$subdir; \
251 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
252 || exit 1; \
253 done
254 info: info-recursive
255 dvi: dvi-recursive
256 check: all-am
257 $(MAKE) check-recursive
258 installcheck: installcheck-recursive
259 all-am: Makefile $(DATA)
261 install-data-am: install-prefsdataDATA
263 uninstall-am: uninstall-prefsdataDATA
265 install-exec: install-exec-recursive
266 @$(NORMAL_INSTALL)
268 install-data: install-data-recursive install-data-am
269 @$(NORMAL_INSTALL)
271 install: install-recursive install-data-am
274 uninstall: uninstall-recursive uninstall-am
276 install-strip:
277 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
278 installdirs: installdirs-recursive
279 $(mkinstalldirs) $(DATADIR)$(prefsdatadir)
282 mostlyclean-generic:
283 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
285 clean-generic:
286 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
288 distclean-generic:
289 -rm -f Makefile $(DISTCLEANFILES)
290 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
291 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
293 maintainer-clean-generic:
294 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
295 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
296 mostlyclean-am: mostlyclean-tags mostlyclean-generic
298 clean-am: clean-tags clean-generic mostlyclean-am
300 distclean-am: distclean-tags distclean-generic clean-am
302 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
303 distclean-am
305 mostlyclean: mostlyclean-recursive mostlyclean-am
307 clean: clean-recursive clean-am
309 distclean: distclean-recursive distclean-am
310 -rm -f config.status
311 -rm -f libtool
313 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
314 @echo "This command is intended for maintainers to use;"
315 @echo "it deletes files that may require special tools to rebuild."
317 .PHONY: uninstall-prefsdataDATA install-prefsdataDATA \
318 install-data-recursive uninstall-data-recursive install-exec-recursive \
319 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
320 all-recursive check-recursive installcheck-recursive info-recursive \
321 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
322 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
323 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
324 installcheck all-am install-data-am uninstall-am install-exec \
325 install-data install uninstall all installdirs mostlyclean-generic \
326 distclean-generic clean-generic maintainer-clean-generic clean \
327 mostlyclean distclean maintainer-clean
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.
332 .NOEXPORT: