Updating to version 0.20.2
[wmaker-crm.git] / WPrefs.app / Makefile.in
blobfaf9b06446097ca61b0a36d00d5a42a5846f6477
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 GFXLIBS = @GFXLIBS@
67 I18N = @I18N@
68 I18N_MB = @I18N_MB@
69 ICONEXT = @ICONEXT@
70 INTLIBS = @INTLIBS@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 MOFILES = @MOFILES@
74 NLSDIR = @NLSDIR@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 REDUCE_APPICONS = @REDUCE_APPICONS@
78 SHAPE = @SHAPE@
79 SOUND = @SOUND@
80 VERSION = @VERSION@
81 WPMOFILES = @WPMOFILES@
82 XCFLAGS = @XCFLAGS@
83 XGETTEXT = @XGETTEXT@
84 XLFLAGS = @XLFLAGS@
85 XLIBS = @XLIBS@
86 XSHM = @XSHM@
87 X_EXTRA_LIBS = @X_EXTRA_LIBS@
88 X_LOCALE = @X_LOCALE@
89 pixmapdir = @pixmapdir@
90 wprefsdir = @wprefsdir@
92 SUBDIRS = xpm tiff po
94 nlsdir = @NLSDIR@
96 AUTOMAKE_OPTIONS = no-dependencies
98 wpexecbindir = @wprefsdir@
100 wpexecbin_PROGRAMS = WPrefs
102 wpdatadir = @wprefsdir@
104 wpdata_DATA = WPrefs.tiff WPrefs.xpm
106 EXTRA_DIST = $(wpdata_DATA) TexturePanel.icons
108 WPrefs_SOURCES = \
109 main.c \
110 WPrefs.c \
111 WPrefs.h \
112 Configurations.c \
113 Expert.c \
114 Focus.c \
115 Icons.c \
116 KeyboardSettings.c \
117 KeyboardShortcuts.c \
118 Menu.c \
119 MenuPreferences.c \
120 MouseSettings.c \
121 Paths.c \
122 Preferences.c \
123 Text.c \
124 TextureAndColor.c \
125 TexturePanel.c \
126 TexturePanel.h \
127 WindowHandling.c \
128 Workspace.c \
129 double.c \
130 double.h \
131 MenuGuru.c \
132 xmodifier.c
134 CPPFLAGS = \
135 @CPPFLAGS@ \
136 @SHAPE@ @I18N@ @X_LOCALE@ \
137 -DNLSDIR="\"$(nlsdir)\""
139 INCLUDES = \
140 -I$(top_srcdir)/wrlib \
141 -I$(top_srcdir)/WINGs \
142 @XCFLAGS@ \
143 -I$(top_srcdir)/libPropList
145 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
147 WPrefs_LDADD = \
148 -L$(top_builddir)/WINGs -lWINGs\
149 -L$(top_builddir)/wrlib -lwraster \
150 -L$(top_builddir)/libPropList -lPropList \
151 @XLFLAGS@ \
152 @GFXLIBS@ \
153 @XLIBS@ \
154 @X_EXTRA_LIBS@ \
155 @INTLIBS@ \
156 -lm
157 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
158 CONFIG_HEADER = ../src/config.h
159 CONFIG_CLEAN_FILES =
160 PROGRAMS = $(wpexecbin_PROGRAMS)
163 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
164 LDFLAGS = @LDFLAGS@
165 LIBS = @LIBS@
166 X_CFLAGS = @X_CFLAGS@
167 X_LIBS = @X_LIBS@
168 X_PRE_LIBS = @X_PRE_LIBS@
169 WPrefs_OBJECTS = main.o WPrefs.o Configurations.o Expert.o Focus.o \
170 Icons.o KeyboardSettings.o KeyboardShortcuts.o Menu.o MenuPreferences.o \
171 MouseSettings.o Paths.o Preferences.o Text.o TextureAndColor.o \
172 TexturePanel.o WindowHandling.o Workspace.o double.o MenuGuru.o \
173 xmodifier.o
174 WPrefs_LDFLAGS =
175 CFLAGS = @CFLAGS@
176 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
177 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
178 DATA = $(wpdata_DATA)
180 DIST_COMMON = README Makefile.am Makefile.in
183 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
185 TAR = tar
186 GZIP = --best
187 SOURCES = $(WPrefs_SOURCES)
188 OBJECTS = $(WPrefs_OBJECTS)
190 all: all-recursive all-am
192 .SUFFIXES:
193 .SUFFIXES: .S .c .o .s
194 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
195 cd $(top_srcdir) && $(AUTOMAKE) --gnu WPrefs.app/Makefile
197 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198 cd $(top_builddir) \
199 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
202 mostlyclean-wpexecbinPROGRAMS:
204 clean-wpexecbinPROGRAMS:
205 -test -z "$(wpexecbin_PROGRAMS)" || rm -f $(wpexecbin_PROGRAMS)
207 distclean-wpexecbinPROGRAMS:
209 maintainer-clean-wpexecbinPROGRAMS:
211 install-wpexecbinPROGRAMS: $(wpexecbin_PROGRAMS)
212 @$(NORMAL_INSTALL)
213 $(mkinstalldirs) $(DESTDIR)$(wpexecbindir)
214 @list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
215 if test -f $$p; then \
216 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed '$(transform)'`"; \
217 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed '$(transform)'`; \
218 else :; fi; \
219 done
221 uninstall-wpexecbinPROGRAMS:
222 @$(NORMAL_UNINSTALL)
223 list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
224 rm -f $(DESTDIR)$(wpexecbindir)/`echo $$p|sed '$(transform)'`; \
225 done
227 .c.o:
228 $(COMPILE) -c $<
230 .s.o:
231 $(COMPILE) -c $<
233 .S.o:
234 $(COMPILE) -c $<
236 mostlyclean-compile:
237 -rm -f *.o core *.core
239 clean-compile:
241 distclean-compile:
242 -rm -f *.tab.c
244 maintainer-clean-compile:
246 WPrefs: $(WPrefs_OBJECTS) $(WPrefs_DEPENDENCIES)
247 @rm -f WPrefs
248 $(LINK) $(WPrefs_LDFLAGS) $(WPrefs_OBJECTS) $(WPrefs_LDADD) $(LIBS)
250 install-wpdataDATA: $(wpdata_DATA)
251 @$(NORMAL_INSTALL)
252 $(mkinstalldirs) $(DESTDIR)$(wpdatadir)
253 @list='$(wpdata_DATA)'; for p in $$list; do \
254 if test -f $(srcdir)/$$p; then \
255 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p"; \
256 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p; \
257 else if test -f $$p; then \
258 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p"; \
259 $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p; \
260 fi; fi; \
261 done
263 uninstall-wpdataDATA:
264 @$(NORMAL_UNINSTALL)
265 list='$(wpdata_DATA)'; for p in $$list; do \
266 rm -f $(DESTDIR)$(wpdatadir)/$$p; \
267 done
269 # This directory's subdirectories are mostly independent; you can cd
270 # into them and run `make' without going through this Makefile.
271 # To change the values of `make' variables: instead of editing Makefiles,
272 # (1) if the variable is set in `config.status', edit `config.status'
273 # (which will cause the Makefiles to be regenerated when you run `make');
274 # (2) otherwise, pass the desired values on the `make' command line.
276 @SET_MAKE@
278 all-recursive install-data-recursive install-exec-recursive \
279 installdirs-recursive install-recursive uninstall-recursive \
280 check-recursive installcheck-recursive info-recursive dvi-recursive:
281 @set fnord $(MAKEFLAGS); amf=$$2; \
282 list='$(SUBDIRS)'; for subdir in $$list; do \
283 target=`echo $@ | sed s/-recursive//`; \
284 echo "Making $$target in $$subdir"; \
285 (cd $$subdir && $(MAKE) $$target) \
286 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
287 done && test -z "$$fail"
289 mostlyclean-recursive clean-recursive distclean-recursive \
290 maintainer-clean-recursive:
291 @set fnord $(MAKEFLAGS); amf=$$2; \
292 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
293 rev="$$subdir $$rev"; \
294 done; \
295 for subdir in $$rev; do \
296 target=`echo $@ | sed s/-recursive//`; \
297 echo "Making $$target in $$subdir"; \
298 (cd $$subdir && $(MAKE) $$target) \
299 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
300 done && test -z "$$fail"
301 tags-recursive:
302 list='$(SUBDIRS)'; for subdir in $$list; do \
303 (cd $$subdir && $(MAKE) tags); \
304 done
306 tags: TAGS
308 ID: $(HEADERS) $(SOURCES) $(LISP)
309 here=`pwd` && cd $(srcdir) \
310 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
312 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
313 tags=; \
314 here=`pwd`; \
315 list='$(SUBDIRS)'; for subdir in $$list; do \
316 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
317 done; \
318 list='$(SOURCES) $(HEADERS)'; \
319 unique=`for i in $$list; do echo $$i; done | \
320 awk ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
322 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
323 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
325 mostlyclean-tags:
327 clean-tags:
329 distclean-tags:
330 -rm -f TAGS ID
332 maintainer-clean-tags:
334 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
336 subdir = WPrefs.app
338 distdir: $(DISTFILES)
339 @for file in $(DISTFILES); do \
340 d=$(srcdir); \
341 test -f $(distdir)/$$file \
342 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
343 || cp -p $$d/$$file $(distdir)/$$file; \
344 done
345 for subdir in $(SUBDIRS); do \
346 test -d $(distdir)/$$subdir \
347 || mkdir $(distdir)/$$subdir \
348 || exit 1; \
349 chmod 777 $(distdir)/$$subdir; \
350 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
351 || exit 1; \
352 done
353 info: info-recursive
354 dvi: dvi-recursive
355 check: all-am
356 $(MAKE) check-recursive
357 installcheck: installcheck-recursive
358 all-am: Makefile $(PROGRAMS) $(DATA)
360 install-exec-am: install-wpexecbinPROGRAMS
362 install-data-am: install-wpdataDATA
364 uninstall-am: uninstall-wpexecbinPROGRAMS uninstall-wpdataDATA
366 install-exec: install-exec-recursive install-exec-am
367 @$(NORMAL_INSTALL)
369 install-data: install-data-recursive install-data-am
370 @$(NORMAL_INSTALL)
372 install: install-recursive install-exec-am install-data-am
375 uninstall: uninstall-recursive uninstall-am
377 install-strip:
378 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
379 installdirs: installdirs-recursive
380 $(mkinstalldirs) $(DATADIR)$(wpexecbindir) $(DATADIR)$(wpdatadir)
383 mostlyclean-generic:
384 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
386 clean-generic:
387 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
389 distclean-generic:
390 -rm -f Makefile $(DISTCLEANFILES)
391 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
392 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
394 maintainer-clean-generic:
395 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
396 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
397 mostlyclean-am: mostlyclean-wpexecbinPROGRAMS mostlyclean-compile \
398 mostlyclean-tags mostlyclean-generic
400 clean-am: clean-wpexecbinPROGRAMS clean-compile clean-tags \
401 clean-generic mostlyclean-am
403 distclean-am: distclean-wpexecbinPROGRAMS distclean-compile \
404 distclean-tags distclean-generic clean-am
406 maintainer-clean-am: maintainer-clean-wpexecbinPROGRAMS \
407 maintainer-clean-compile maintainer-clean-tags \
408 maintainer-clean-generic distclean-am
410 mostlyclean: mostlyclean-recursive mostlyclean-am
412 clean: clean-recursive clean-am
414 distclean: distclean-recursive distclean-am
415 -rm -f config.status
417 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
418 @echo "This command is intended for maintainers to use;"
419 @echo "it deletes files that may require special tools to rebuild."
421 .PHONY: mostlyclean-wpexecbinPROGRAMS distclean-wpexecbinPROGRAMS \
422 clean-wpexecbinPROGRAMS maintainer-clean-wpexecbinPROGRAMS \
423 uninstall-wpexecbinPROGRAMS install-wpexecbinPROGRAMS \
424 mostlyclean-compile distclean-compile clean-compile \
425 maintainer-clean-compile uninstall-wpdataDATA install-wpdataDATA \
426 install-data-recursive uninstall-data-recursive install-exec-recursive \
427 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
428 all-recursive check-recursive installcheck-recursive info-recursive \
429 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
430 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
431 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
432 installcheck all-am install-exec-am install-data-am uninstall-am \
433 install-exec install-data install uninstall all installdirs \
434 mostlyclean-generic distclean-generic clean-generic \
435 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
438 # Tell versions [3.59,3.63) of GNU make to not export all variables.
439 # Otherwise a system limit (for SysV at least) may be exceeded.
440 .NOEXPORT: