*** empty log message ***
[wmaker-crm.git] / WPrefs.app / Makefile.in
blob156abc44f7b6ce0478661fe5fb69127e9b7bdf13
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 AS = @AS@
63 CC = @CC@
64 CPP_PATH = @CPP_PATH@
65 DFLAGS = @DFLAGS@
66 DLLIBS = @DLLIBS@
67 DLLTOOL = @DLLTOOL@
68 GFXLIBS = @GFXLIBS@
69 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LIBPL = @LIBPL@
73 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
74 LIBTOOL = @LIBTOOL@
75 LITE = @LITE@
76 LN_S = @LN_S@
77 MAKEINFO = @MAKEINFO@
78 MOFILES = @MOFILES@
79 NETLIBS = @NETLIBS@
80 NLSDIR = @NLSDIR@
81 OBJDUMP = @OBJDUMP@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 VERSION = @VERSION@
85 WPMOFILES = @WPMOFILES@
86 XCFLAGS = @XCFLAGS@
87 XGETTEXT = @XGETTEXT@
88 XLFLAGS = @XLFLAGS@
89 XLIBS = @XLIBS@
90 X_EXTRA_LIBS = @X_EXTRA_LIBS@
91 X_LIBRARY_PATH = @X_LIBRARY_PATH@
92 supported_locales = @supported_locales@
93 wprefsdir = @wprefsdir@
95 SUBDIRS = xpm tiff po
97 AUTOMAKE_OPTIONS = no-dependencies
99 wpexecbindir = @wprefsdir@
101 wpexecbin_PROGRAMS = WPrefs
103 wpdatadir = @wprefsdir@
105 wpdata_DATA = WPrefs.tiff WPrefs.xpm
107 EXTRA_DIST = $(wpdata_DATA)
109 WPrefs_SOURCES = main.c WPrefs.c WPrefs.h Appearance.c Configurations.c Expert.c Focus.c Font.c Icons.c KeyboardSettings.c KeyboardShortcuts.c Menu.c MenuPreferences.c MouseSettings.c NoMenuAlert.c Paths.c Preferences.c TexturePanel.c TexturePanel.h Themes.c WindowHandling.c Workspace.c double.c double.h editmenu.c editmenu.h MenuGuru.c xmodifier.c
112 CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
114 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
117 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
119 WPrefs_LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBRARY_SEARCH_PATH@ @LIBPL@ @GFXLIBS@ @XLIBS@ @X_EXTRA_LIBS@ @INTLIBS@ -lm
121 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122 CONFIG_HEADER = ../src/config.h
123 CONFIG_CLEAN_FILES =
124 PROGRAMS = $(wpexecbin_PROGRAMS)
127 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
128 LDFLAGS = @LDFLAGS@
129 LIBS = @LIBS@
130 X_CFLAGS = @X_CFLAGS@
131 X_LIBS = @X_LIBS@
132 X_PRE_LIBS = @X_PRE_LIBS@
133 WPrefs_OBJECTS = main.o WPrefs.o Appearance.o Configurations.o Expert.o \
134 Focus.o Font.o Icons.o KeyboardSettings.o KeyboardShortcuts.o Menu.o \
135 MenuPreferences.o MouseSettings.o NoMenuAlert.o Paths.o Preferences.o \
136 TexturePanel.o Themes.o WindowHandling.o Workspace.o double.o \
137 editmenu.o MenuGuru.o xmodifier.o
138 WPrefs_LDFLAGS =
139 CFLAGS = @CFLAGS@
140 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
142 CCLD = $(CC)
143 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
144 DATA = $(wpdata_DATA)
146 DIST_COMMON = README Makefile.am Makefile.in
149 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
151 TAR = tar
152 GZIP_ENV = --best
153 SOURCES = $(WPrefs_SOURCES)
154 OBJECTS = $(WPrefs_OBJECTS)
156 all: all-redirect
157 .SUFFIXES:
158 .SUFFIXES: .S .c .lo .o .s
159 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
160 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/Makefile
162 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
163 cd $(top_builddir) \
164 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
167 mostlyclean-wpexecbinPROGRAMS:
169 clean-wpexecbinPROGRAMS:
170 -test -z "$(wpexecbin_PROGRAMS)" || rm -f $(wpexecbin_PROGRAMS)
172 distclean-wpexecbinPROGRAMS:
174 maintainer-clean-wpexecbinPROGRAMS:
176 install-wpexecbinPROGRAMS: $(wpexecbin_PROGRAMS)
177 @$(NORMAL_INSTALL)
178 $(mkinstalldirs) $(DESTDIR)$(wpexecbindir)
179 @list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
180 if test -f $$p; then \
181 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
182 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
183 else :; fi; \
184 done
186 uninstall-wpexecbinPROGRAMS:
187 @$(NORMAL_UNINSTALL)
188 list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
189 rm -f $(DESTDIR)$(wpexecbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
190 done
192 .c.o:
193 $(COMPILE) -c $<
195 .s.o:
196 $(COMPILE) -c $<
198 .S.o:
199 $(COMPILE) -c $<
201 mostlyclean-compile:
202 -rm -f *.o core *.core
204 clean-compile:
206 distclean-compile:
207 -rm -f *.tab.c
209 maintainer-clean-compile:
211 .c.lo:
212 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214 .s.lo:
215 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217 .S.lo:
218 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
220 mostlyclean-libtool:
221 -rm -f *.lo
223 clean-libtool:
224 -rm -rf .libs _libs
226 distclean-libtool:
228 maintainer-clean-libtool:
230 WPrefs: $(WPrefs_OBJECTS) $(WPrefs_DEPENDENCIES)
231 @rm -f WPrefs
232 $(LINK) $(WPrefs_LDFLAGS) $(WPrefs_OBJECTS) $(WPrefs_LDADD) $(LIBS)
234 install-wpdataDATA: $(wpdata_DATA)
235 @$(NORMAL_INSTALL)
236 $(mkinstalldirs) $(DESTDIR)$(wpdatadir)
237 @list='$(wpdata_DATA)'; for p in $$list; do \
238 if test -f $(srcdir)/$$p; then \
239 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p"; \
240 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p; \
241 else if test -f $$p; then \
242 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p"; \
243 $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p; \
244 fi; fi; \
245 done
247 uninstall-wpdataDATA:
248 @$(NORMAL_UNINSTALL)
249 list='$(wpdata_DATA)'; for p in $$list; do \
250 rm -f $(DESTDIR)$(wpdatadir)/$$p; \
251 done
253 # This directory's subdirectories are mostly independent; you can cd
254 # into them and run `make' without going through this Makefile.
255 # To change the values of `make' variables: instead of editing Makefiles,
256 # (1) if the variable is set in `config.status', edit `config.status'
257 # (which will cause the Makefiles to be regenerated when you run `make');
258 # (2) otherwise, pass the desired values on the `make' command line.
260 @SET_MAKE@
262 all-recursive install-data-recursive install-exec-recursive \
263 installdirs-recursive install-recursive uninstall-recursive \
264 check-recursive installcheck-recursive info-recursive dvi-recursive:
265 @set fnord $(MAKEFLAGS); amf=$$2; \
266 dot_seen=no; \
267 target=`echo $@ | sed s/-recursive//`; \
268 list='$(SUBDIRS)'; for subdir in $$list; do \
269 echo "Making $$target in $$subdir"; \
270 if test "$$subdir" = "."; then \
271 dot_seen=yes; \
272 local_target="$$target-am"; \
273 else \
274 local_target="$$target"; \
275 fi; \
276 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
277 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
278 done; \
279 if test "$$dot_seen" = "no"; then \
280 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
281 fi; test -z "$$fail"
283 mostlyclean-recursive clean-recursive distclean-recursive \
284 maintainer-clean-recursive:
285 @set fnord $(MAKEFLAGS); amf=$$2; \
286 dot_seen=no; \
287 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
288 rev="$$subdir $$rev"; \
289 test "$$subdir" = "." && dot_seen=yes; \
290 done; \
291 test "$$dot_seen" = "no" && rev=". $$rev"; \
292 target=`echo $@ | sed s/-recursive//`; \
293 for subdir in $$rev; do \
294 echo "Making $$target in $$subdir"; \
295 if test "$$subdir" = "."; then \
296 local_target="$$target-am"; \
297 else \
298 local_target="$$target"; \
299 fi; \
300 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
301 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
302 done && test -z "$$fail"
303 tags-recursive:
304 list='$(SUBDIRS)'; for subdir in $$list; do \
305 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
306 done
308 tags: TAGS
310 ID: $(HEADERS) $(SOURCES) $(LISP)
311 list='$(SOURCES) $(HEADERS)'; \
312 unique=`for i in $$list; do echo $$i; done | \
313 awk ' { files[$$0] = 1; } \
314 END { for (i in files) print i; }'`; \
315 here=`pwd` && cd $(srcdir) \
316 && mkid -f$$here/ID $$unique $(LISP)
318 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
319 tags=; \
320 here=`pwd`; \
321 list='$(SUBDIRS)'; for subdir in $$list; do \
322 if test "$$subdir" = .; then :; else \
323 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
324 fi; \
325 done; \
326 list='$(SOURCES) $(HEADERS)'; \
327 unique=`for i in $$list; do echo $$i; done | \
328 awk ' { files[$$0] = 1; } \
329 END { for (i in files) print i; }'`; \
330 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
331 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
333 mostlyclean-tags:
335 clean-tags:
337 distclean-tags:
338 -rm -f TAGS ID
340 maintainer-clean-tags:
342 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
344 subdir = WPrefs.app
346 distdir: $(DISTFILES)
347 @for file in $(DISTFILES); do \
348 d=$(srcdir); \
349 if test -d $$d/$$file; then \
350 cp -pr $$d/$$file $(distdir)/$$file; \
351 else \
352 test -f $(distdir)/$$file \
353 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
354 || cp -p $$d/$$file $(distdir)/$$file || :; \
355 fi; \
356 done
357 for subdir in $(SUBDIRS); do \
358 if test "$$subdir" = .; then :; else \
359 test -d $(distdir)/$$subdir \
360 || mkdir $(distdir)/$$subdir \
361 || exit 1; \
362 chmod 777 $(distdir)/$$subdir; \
363 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
364 || exit 1; \
365 fi; \
366 done
367 info-am:
368 info: info-recursive
369 dvi-am:
370 dvi: dvi-recursive
371 check-am: all-am
372 check: check-recursive
373 installcheck-am:
374 installcheck: installcheck-recursive
375 install-exec-am: install-wpexecbinPROGRAMS
376 install-exec: install-exec-recursive
378 install-data-am: install-wpdataDATA
379 install-data: install-data-recursive
381 install-am: all-am
382 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383 install: install-recursive
384 uninstall-am: uninstall-wpexecbinPROGRAMS uninstall-wpdataDATA
385 uninstall: uninstall-recursive
386 all-am: Makefile $(PROGRAMS) $(DATA)
387 all-redirect: all-recursive
388 install-strip:
389 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
390 installdirs: installdirs-recursive
391 installdirs-am:
392 $(mkinstalldirs) $(DESTDIR)$(wpexecbindir) $(DESTDIR)$(wpdatadir)
395 mostlyclean-generic:
397 clean-generic:
399 distclean-generic:
400 -rm -f Makefile $(CONFIG_CLEAN_FILES)
401 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
403 maintainer-clean-generic:
404 mostlyclean-am: mostlyclean-wpexecbinPROGRAMS mostlyclean-compile \
405 mostlyclean-libtool mostlyclean-tags \
406 mostlyclean-generic
408 mostlyclean: mostlyclean-recursive
410 clean-am: clean-wpexecbinPROGRAMS clean-compile clean-libtool \
411 clean-tags clean-generic mostlyclean-am
413 clean: clean-recursive
415 distclean-am: distclean-wpexecbinPROGRAMS distclean-compile \
416 distclean-libtool distclean-tags distclean-generic \
417 clean-am
418 -rm -f libtool
420 distclean: distclean-recursive
422 maintainer-clean-am: maintainer-clean-wpexecbinPROGRAMS \
423 maintainer-clean-compile maintainer-clean-libtool \
424 maintainer-clean-tags maintainer-clean-generic \
425 distclean-am
426 @echo "This command is intended for maintainers to use;"
427 @echo "it deletes files that may require special tools to rebuild."
429 maintainer-clean: maintainer-clean-recursive
431 .PHONY: mostlyclean-wpexecbinPROGRAMS distclean-wpexecbinPROGRAMS \
432 clean-wpexecbinPROGRAMS maintainer-clean-wpexecbinPROGRAMS \
433 uninstall-wpexecbinPROGRAMS install-wpexecbinPROGRAMS \
434 mostlyclean-compile distclean-compile clean-compile \
435 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
436 clean-libtool maintainer-clean-libtool uninstall-wpdataDATA \
437 install-wpdataDATA install-data-recursive uninstall-data-recursive \
438 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
439 uninstalldirs-recursive all-recursive check-recursive \
440 installcheck-recursive info-recursive dvi-recursive \
441 mostlyclean-recursive distclean-recursive clean-recursive \
442 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
443 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
444 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
445 install-exec install-data-am install-data install-am install \
446 uninstall-am uninstall all-redirect all-am all installdirs-am \
447 installdirs mostlyclean-generic distclean-generic clean-generic \
448 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
451 # Tell versions [3.59,3.63) of GNU make to not export all variables.
452 # Otherwise a system limit (for SysV at least) may be exceeded.
453 .NOEXPORT: