fixed little bug with new SYSCONFDIR
[wmaker-crm.git] / WindowMaker / Makefile.in
blob0965082048d5f53fe1f9e509427c3349a9fad488
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 DLLIBS = @DLLIBS@
66 GFXLIBS = @GFXLIBS@
67 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
68 ICONEXT = @ICONEXT@
69 INTLIBS = @INTLIBS@
70 LD = @LD@
71 LIBPL = @LIBPL@
72 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
73 LIBTOOL = @LIBTOOL@
74 LITE = @LITE@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 MOFILES = @MOFILES@
78 NLSDIR = @NLSDIR@
79 NM = @NM@
80 PACKAGE = @PACKAGE@
81 RANLIB = @RANLIB@
82 VERSION = @VERSION@
83 WPMOFILES = @WPMOFILES@
84 XCFLAGS = @XCFLAGS@
85 XGETTEXT = @XGETTEXT@
86 XLFLAGS = @XLFLAGS@
87 XLIBS = @XLIBS@
88 X_EXTRA_LIBS = @X_EXTRA_LIBS@
89 X_LIBRARY_PATH = @X_LIBRARY_PATH@
90 wprefsdir = @wprefsdir@
92 SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
94 prefsdatadir = $(pkgdatadir)
96 prefsdata_DATA = README README.themes autostart.sh exitscript.sh menu menu.ca menu.cz menu.da menu.de menu.el menu.es menu.fi menu.fr menu.gl menu.he menu.hr menu.hu menu.it menu.ja menu.ko menu.nl menu.no menu.pt menu.ru menu.se menu.sl menu.tr menu.zh_CN menu.zh_TW.Big5 plmenu plmenu.da plmenu.fr plmenu.hr plmenu.zh_CN plmenu.it plmenu.de wmmacros xtree.dat
99 EXTRA_DIST = $(prefsdata_DATA) mkMakefile
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = ../src/config.h
102 CONFIG_CLEAN_FILES =
103 DATA = $(prefsdata_DATA)
105 DIST_COMMON = README Makefile.am Makefile.in
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110 TAR = tar
111 GZIP_ENV = --best
112 all: all-redirect
113 .SUFFIXES:
114 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
115 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Makefile
117 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
118 cd $(top_builddir) \
119 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122 install-prefsdataDATA: $(prefsdata_DATA)
123 @$(NORMAL_INSTALL)
124 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
125 @list='$(prefsdata_DATA)'; for p in $$list; do \
126 if test -f $(srcdir)/$$p; then \
127 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
128 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p; \
129 else if test -f $$p; then \
130 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
131 $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p; \
132 fi; fi; \
133 done
135 uninstall-prefsdataDATA:
136 @$(NORMAL_UNINSTALL)
137 list='$(prefsdata_DATA)'; for p in $$list; do \
138 rm -f $(DESTDIR)$(prefsdatadir)/$$p; \
139 done
141 # This directory's subdirectories are mostly independent; you can cd
142 # into them and run `make' without going through this Makefile.
143 # To change the values of `make' variables: instead of editing Makefiles,
144 # (1) if the variable is set in `config.status', edit `config.status'
145 # (which will cause the Makefiles to be regenerated when you run `make');
146 # (2) otherwise, pass the desired values on the `make' command line.
148 @SET_MAKE@
150 all-recursive install-data-recursive install-exec-recursive \
151 installdirs-recursive install-recursive uninstall-recursive \
152 check-recursive installcheck-recursive info-recursive dvi-recursive:
153 @set fnord $(MAKEFLAGS); amf=$$2; \
154 dot_seen=no; \
155 target=`echo $@ | sed s/-recursive//`; \
156 list='$(SUBDIRS)'; for subdir in $$list; do \
157 echo "Making $$target in $$subdir"; \
158 if test "$$subdir" = "."; then \
159 dot_seen=yes; \
160 local_target="$$target-am"; \
161 else \
162 local_target="$$target"; \
163 fi; \
164 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
165 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166 done; \
167 if test "$$dot_seen" = "no"; then \
168 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
169 fi; test -z "$$fail"
171 mostlyclean-recursive clean-recursive distclean-recursive \
172 maintainer-clean-recursive:
173 @set fnord $(MAKEFLAGS); amf=$$2; \
174 dot_seen=no; \
175 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
176 rev="$$subdir $$rev"; \
177 test "$$subdir" = "." && dot_seen=yes; \
178 done; \
179 test "$$dot_seen" = "no" && rev=". $$rev"; \
180 target=`echo $@ | sed s/-recursive//`; \
181 for subdir in $$rev; do \
182 echo "Making $$target in $$subdir"; \
183 if test "$$subdir" = "."; then \
184 local_target="$$target-am"; \
185 else \
186 local_target="$$target"; \
187 fi; \
188 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190 done && test -z "$$fail"
191 tags-recursive:
192 list='$(SUBDIRS)'; for subdir in $$list; do \
193 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
194 done
196 tags: TAGS
198 ID: $(HEADERS) $(SOURCES) $(LISP)
199 list='$(SOURCES) $(HEADERS)'; \
200 unique=`for i in $$list; do echo $$i; done | \
201 awk ' { files[$$0] = 1; } \
202 END { for (i in files) print i; }'`; \
203 here=`pwd` && cd $(srcdir) \
204 && mkid -f$$here/ID $$unique $(LISP)
206 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
207 tags=; \
208 here=`pwd`; \
209 list='$(SUBDIRS)'; for subdir in $$list; do \
210 if test "$$subdir" = .; then :; else \
211 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
212 fi; \
213 done; \
214 list='$(SOURCES) $(HEADERS)'; \
215 unique=`for i in $$list; do echo $$i; done | \
216 awk ' { files[$$0] = 1; } \
217 END { for (i in files) print i; }'`; \
218 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
221 mostlyclean-tags:
223 clean-tags:
225 distclean-tags:
226 -rm -f TAGS ID
228 maintainer-clean-tags:
230 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
232 subdir = WindowMaker
234 distdir: $(DISTFILES)
235 @for file in $(DISTFILES); do \
236 d=$(srcdir); \
237 if test -d $$d/$$file; then \
238 cp -pr $$/$$file $(distdir)/$$file; \
239 else \
240 test -f $(distdir)/$$file \
241 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
242 || cp -p $$d/$$file $(distdir)/$$file || :; \
243 fi; \
244 done
245 for subdir in $(SUBDIRS); do \
246 if test "$$subdir" = .; then :; else \
247 test -d $(distdir)/$$subdir \
248 || mkdir $(distdir)/$$subdir \
249 || exit 1; \
250 chmod 777 $(distdir)/$$subdir; \
251 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
252 || exit 1; \
253 fi; \
254 done
255 info-am:
256 info: info-recursive
257 dvi-am:
258 dvi: dvi-recursive
259 check-am: all-am
260 check: check-recursive
261 installcheck-am:
262 installcheck: installcheck-recursive
263 install-exec-am:
264 install-exec: install-exec-recursive
266 install-data-am: install-prefsdataDATA
267 install-data: install-data-recursive
269 install-am: all-am
270 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
271 install: install-recursive
272 uninstall-am: uninstall-prefsdataDATA
273 uninstall: uninstall-recursive
274 all-am: Makefile $(DATA)
275 all-redirect: all-recursive
276 install-strip:
277 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
278 installdirs: installdirs-recursive
279 installdirs-am:
280 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
283 mostlyclean-generic:
285 clean-generic:
287 distclean-generic:
288 -rm -f Makefile $(CONFIG_CLEAN_FILES)
289 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
291 maintainer-clean-generic:
292 mostlyclean-am: mostlyclean-tags mostlyclean-generic
294 mostlyclean: mostlyclean-recursive
296 clean-am: clean-tags clean-generic mostlyclean-am
298 clean: clean-recursive
300 distclean-am: distclean-tags distclean-generic clean-am
301 -rm -f libtool
303 distclean: distclean-recursive
305 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
306 distclean-am
307 @echo "This command is intended for maintainers to use;"
308 @echo "it deletes files that may require special tools to rebuild."
310 maintainer-clean: maintainer-clean-recursive
312 .PHONY: uninstall-prefsdataDATA install-prefsdataDATA \
313 install-data-recursive uninstall-data-recursive install-exec-recursive \
314 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
315 all-recursive check-recursive installcheck-recursive info-recursive \
316 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
317 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
318 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
319 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
320 install-exec install-data-am install-data install-am install \
321 uninstall-am uninstall all-redirect all-am all installdirs-am \
322 installdirs mostlyclean-generic distclean-generic clean-generic \
323 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
326 # Tell versions [3.59,3.63) of GNU make to not export all variables.
327 # Otherwise a system limit (for SysV at least) may be exceeded.
328 .NOEXPORT: