Code update for Window Maker version 0.50.0
[wmaker-crm.git] / WPrefs.app / Makefile.in
blob5bc453dd9fc9f91981ba6bd800a2d037ad66dce4
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 I18N = @I18N@
69 I18N_MB = @I18N_MB@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LD = @LD@
73 LIBTOOL = @LIBTOOL@
74 LITE = @LITE@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 MOFILES = @MOFILES@
78 NLSDIR = @NLSDIR@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 REDUCE_APPICONS = @REDUCE_APPICONS@
82 SHAPE = @SHAPE@
83 SOUND = @SOUND@
84 VERSION = @VERSION@
85 WPMOFILES = @WPMOFILES@
86 XCFLAGS = @XCFLAGS@
87 XGETTEXT = @XGETTEXT@
88 XLFLAGS = @XLFLAGS@
89 XLIBS = @XLIBS@
90 XSHM = @XSHM@
91 X_EXTRA_LIBS = @X_EXTRA_LIBS@
92 X_LOCALE = @X_LOCALE@
93 pixmapdir = @pixmapdir@
94 wprefsdir = @wprefsdir@
96 SUBDIRS = xpm tiff po
98 nlsdir = @NLSDIR@
100 AUTOMAKE_OPTIONS = no-dependencies
102 wpexecbindir = @wprefsdir@
104 wpexecbin_PROGRAMS = WPrefs
106 wpdatadir = @wprefsdir@
108 wpdata_DATA = WPrefs.tiff WPrefs.xpm
110 EXTRA_DIST = $(wpdata_DATA) TexturePanel.icons
112 WPrefs_SOURCES = \
113 main.c \
114 WPrefs.c \
115 WPrefs.h \
116 Appearance.c \
117 Configurations.c \
118 Expert.c \
119 Focus.c \
120 Icons.c \
121 KeyboardSettings.c \
122 KeyboardShortcuts.c \
123 Menu.c \
124 MenuPreferences.c \
125 MouseSettings.c \
126 Paths.c \
127 Preferences.c \
128 Text.c \
129 TextureAndColor.c \
130 TexturePanel.c \
131 TexturePanel.h \
132 Themes.c \
133 WindowHandling.c \
134 Workspace.c \
135 double.c \
136 double.h \
137 MenuGuru.c \
138 xmodifier.c
140 CPPFLAGS = \
141 @CPPFLAGS@ \
142 @SHAPE@ @I18N@ @X_LOCALE@ \
143 -DNLSDIR="\"$(nlsdir)\""
145 INCLUDES = \
146 -I$(top_srcdir)/wrlib \
147 -I$(top_srcdir)/WINGs \
148 -I$(top_srcdir)/libPropList \
149 @XCFLAGS@
151 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
153 WPrefs_LDADD = \
154 $(top_builddir)/WINGs/libWINGs.a\
155 $(top_builddir)/wrlib/libwraster.la \
156 $(top_builddir)/libPropList/libPropList.la \
157 @GFXLFLAGS@ \
158 @XLFLAGS@ \
159 @GFXLIBS@ \
160 @XLIBS@ \
161 @X_EXTRA_LIBS@ \
162 @INTLIBS@ \
163 -lm
164 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
165 CONFIG_HEADER = ../src/config.h
166 CONFIG_CLEAN_FILES =
167 PROGRAMS = $(wpexecbin_PROGRAMS)
170 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
171 LDFLAGS = @LDFLAGS@
172 LIBS = @LIBS@
173 X_CFLAGS = @X_CFLAGS@
174 X_LIBS = @X_LIBS@
175 X_PRE_LIBS = @X_PRE_LIBS@
176 WPrefs_OBJECTS = main.o WPrefs.o Appearance.o Configurations.o Expert.o \
177 Focus.o Icons.o KeyboardSettings.o KeyboardShortcuts.o Menu.o \
178 MenuPreferences.o MouseSettings.o Paths.o Preferences.o Text.o \
179 TextureAndColor.o TexturePanel.o Themes.o WindowHandling.o Workspace.o \
180 double.o MenuGuru.o xmodifier.o
181 WPrefs_LDFLAGS =
182 CFLAGS = @CFLAGS@
183 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
184 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
185 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
186 DATA = $(wpdata_DATA)
188 DIST_COMMON = README Makefile.am Makefile.in
191 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
193 TAR = tar
194 GZIP = --best
195 SOURCES = $(WPrefs_SOURCES)
196 OBJECTS = $(WPrefs_OBJECTS)
198 all: all-recursive all-am
200 .SUFFIXES:
201 .SUFFIXES: .S .c .lo .o .s
202 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
203 cd $(top_srcdir) && $(AUTOMAKE) --gnu WPrefs.app/Makefile
205 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206 cd $(top_builddir) \
207 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
210 mostlyclean-wpexecbinPROGRAMS:
212 clean-wpexecbinPROGRAMS:
213 -test -z "$(wpexecbin_PROGRAMS)" || rm -f $(wpexecbin_PROGRAMS)
215 distclean-wpexecbinPROGRAMS:
217 maintainer-clean-wpexecbinPROGRAMS:
219 install-wpexecbinPROGRAMS: $(wpexecbin_PROGRAMS)
220 @$(NORMAL_INSTALL)
221 $(mkinstalldirs) $(DESTDIR)$(wpexecbindir)
222 @list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
223 if test -f $$p; then \
224 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed '$(transform)'`"; \
225 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed '$(transform)'`; \
226 else :; fi; \
227 done
229 uninstall-wpexecbinPROGRAMS:
230 @$(NORMAL_UNINSTALL)
231 list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
232 rm -f $(DESTDIR)$(wpexecbindir)/`echo $$p|sed '$(transform)'`; \
233 done
235 .c.o:
236 $(COMPILE) -c $<
238 .s.o:
239 $(COMPILE) -c $<
241 .S.o:
242 $(COMPILE) -c $<
244 mostlyclean-compile:
245 -rm -f *.o core *.core
247 clean-compile:
249 distclean-compile:
250 -rm -f *.tab.c
252 maintainer-clean-compile:
254 .c.lo:
255 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
257 .s.lo:
258 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
260 .S.lo:
261 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
263 mostlyclean-libtool:
264 -rm -f *.lo
266 clean-libtool:
267 -rm -rf .libs _libs
269 distclean-libtool:
271 maintainer-clean-libtool:
273 WPrefs: $(WPrefs_OBJECTS) $(WPrefs_DEPENDENCIES)
274 @rm -f WPrefs
275 $(LINK) $(WPrefs_LDFLAGS) $(WPrefs_OBJECTS) $(WPrefs_LDADD) $(LIBS)
277 install-wpdataDATA: $(wpdata_DATA)
278 @$(NORMAL_INSTALL)
279 $(mkinstalldirs) $(DESTDIR)$(wpdatadir)
280 @list='$(wpdata_DATA)'; for p in $$list; do \
281 if test -f $(srcdir)/$$p; then \
282 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p"; \
283 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p; \
284 else if test -f $$p; then \
285 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p"; \
286 $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p; \
287 fi; fi; \
288 done
290 uninstall-wpdataDATA:
291 @$(NORMAL_UNINSTALL)
292 list='$(wpdata_DATA)'; for p in $$list; do \
293 rm -f $(DESTDIR)$(wpdatadir)/$$p; \
294 done
296 # This directory's subdirectories are mostly independent; you can cd
297 # into them and run `make' without going through this Makefile.
298 # To change the values of `make' variables: instead of editing Makefiles,
299 # (1) if the variable is set in `config.status', edit `config.status'
300 # (which will cause the Makefiles to be regenerated when you run `make');
301 # (2) otherwise, pass the desired values on the `make' command line.
303 @SET_MAKE@
305 all-recursive install-data-recursive install-exec-recursive \
306 installdirs-recursive install-recursive uninstall-recursive \
307 check-recursive installcheck-recursive info-recursive dvi-recursive:
308 @set fnord $(MAKEFLAGS); amf=$$2; \
309 list='$(SUBDIRS)'; for subdir in $$list; do \
310 target=`echo $@ | sed s/-recursive//`; \
311 echo "Making $$target in $$subdir"; \
312 (cd $$subdir && $(MAKE) $$target) \
313 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
314 done && test -z "$$fail"
316 mostlyclean-recursive clean-recursive distclean-recursive \
317 maintainer-clean-recursive:
318 @set fnord $(MAKEFLAGS); amf=$$2; \
319 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
320 rev="$$subdir $$rev"; \
321 done; \
322 for subdir in $$rev; do \
323 target=`echo $@ | sed s/-recursive//`; \
324 echo "Making $$target in $$subdir"; \
325 (cd $$subdir && $(MAKE) $$target) \
326 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
327 done && test -z "$$fail"
328 tags-recursive:
329 list='$(SUBDIRS)'; for subdir in $$list; do \
330 (cd $$subdir && $(MAKE) tags); \
331 done
333 tags: TAGS
335 ID: $(HEADERS) $(SOURCES) $(LISP)
336 here=`pwd` && cd $(srcdir) \
337 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
339 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
340 tags=; \
341 here=`pwd`; \
342 list='$(SUBDIRS)'; for subdir in $$list; do \
343 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
344 done; \
345 list='$(SOURCES) $(HEADERS)'; \
346 unique=`for i in $$list; do echo $$i; done | \
347 awk ' { files[$$0] = 1; } \
348 END { for (i in files) print i; }'`; \
349 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
350 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
352 mostlyclean-tags:
354 clean-tags:
356 distclean-tags:
357 -rm -f TAGS ID
359 maintainer-clean-tags:
361 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
363 subdir = WPrefs.app
365 distdir: $(DISTFILES)
366 @for file in $(DISTFILES); do \
367 d=$(srcdir); \
368 test -f $(distdir)/$$file \
369 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
370 || cp -p $$d/$$file $(distdir)/$$file; \
371 done
372 for subdir in $(SUBDIRS); do \
373 test -d $(distdir)/$$subdir \
374 || mkdir $(distdir)/$$subdir \
375 || exit 1; \
376 chmod 777 $(distdir)/$$subdir; \
377 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
378 || exit 1; \
379 done
380 info: info-recursive
381 dvi: dvi-recursive
382 check: all-am
383 $(MAKE) check-recursive
384 installcheck: installcheck-recursive
385 all-am: Makefile $(PROGRAMS) $(DATA)
387 install-exec-am: install-wpexecbinPROGRAMS
389 install-data-am: install-wpdataDATA
391 uninstall-am: uninstall-wpexecbinPROGRAMS uninstall-wpdataDATA
393 install-exec: install-exec-recursive install-exec-am
394 @$(NORMAL_INSTALL)
396 install-data: install-data-recursive install-data-am
397 @$(NORMAL_INSTALL)
399 install: install-recursive install-exec-am install-data-am
402 uninstall: uninstall-recursive uninstall-am
404 install-strip:
405 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
406 installdirs: installdirs-recursive
407 $(mkinstalldirs) $(DATADIR)$(wpexecbindir) $(DATADIR)$(wpdatadir)
410 mostlyclean-generic:
411 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
413 clean-generic:
414 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
416 distclean-generic:
417 -rm -f Makefile $(DISTCLEANFILES)
418 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
419 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421 maintainer-clean-generic:
422 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
423 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
424 mostlyclean-am: mostlyclean-wpexecbinPROGRAMS mostlyclean-compile \
425 mostlyclean-libtool mostlyclean-tags \
426 mostlyclean-generic
428 clean-am: clean-wpexecbinPROGRAMS clean-compile clean-libtool \
429 clean-tags clean-generic mostlyclean-am
431 distclean-am: distclean-wpexecbinPROGRAMS distclean-compile \
432 distclean-libtool distclean-tags distclean-generic \
433 clean-am
435 maintainer-clean-am: maintainer-clean-wpexecbinPROGRAMS \
436 maintainer-clean-compile maintainer-clean-libtool \
437 maintainer-clean-tags maintainer-clean-generic \
438 distclean-am
440 mostlyclean: mostlyclean-recursive mostlyclean-am
442 clean: clean-recursive clean-am
444 distclean: distclean-recursive distclean-am
445 -rm -f config.status
446 -rm -f libtool
448 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
449 @echo "This command is intended for maintainers to use;"
450 @echo "it deletes files that may require special tools to rebuild."
452 .PHONY: mostlyclean-wpexecbinPROGRAMS distclean-wpexecbinPROGRAMS \
453 clean-wpexecbinPROGRAMS maintainer-clean-wpexecbinPROGRAMS \
454 uninstall-wpexecbinPROGRAMS install-wpexecbinPROGRAMS \
455 mostlyclean-compile distclean-compile clean-compile \
456 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
457 clean-libtool maintainer-clean-libtool uninstall-wpdataDATA \
458 install-wpdataDATA install-data-recursive uninstall-data-recursive \
459 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
460 uninstalldirs-recursive all-recursive check-recursive \
461 installcheck-recursive info-recursive dvi-recursive \
462 mostlyclean-recursive distclean-recursive clean-recursive \
463 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
464 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
465 installcheck all-am install-exec-am install-data-am uninstall-am \
466 install-exec install-data install uninstall all installdirs \
467 mostlyclean-generic distclean-generic clean-generic \
468 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
471 # Tell versions [3.59,3.63) of GNU make to not export all variables.
472 # Otherwise a system limit (for SysV at least) may be exceeded.
473 .NOEXPORT: