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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
69 HEADER_SEARCH_PATH
= @HEADER_SEARCH_PATH@
74 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
86 WPMOFILES
= @WPMOFILES@
91 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
92 X_LIBRARY_PATH
= @X_LIBRARY_PATH@
93 wprefsdir
= @wprefsdir@
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 Icons.c KeyboardSettings.c KeyboardShortcuts.c Menu.c MenuPreferences.c MouseSettings.c NoMenuAlert.c Paths.c Preferences.c Text.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
124 PROGRAMS
= $(wpexecbin_PROGRAMS
)
127 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
/src
130 X_CFLAGS
= @X_CFLAGS@
132 X_PRE_LIBS
= @X_PRE_LIBS@
133 WPrefs_OBJECTS
= main.o WPrefs.o Appearance.o Configurations.o Expert.o \
134 Focus.o Icons.o KeyboardSettings.o KeyboardShortcuts.o Menu.o \
135 MenuPreferences.o MouseSettings.o NoMenuAlert.o Paths.o Preferences.o \
136 Text.o TexturePanel.o Themes.o WindowHandling.o Workspace.o double.o \
137 editmenu.o MenuGuru.o xmodifier.o
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
)
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
)
153 SOURCES
= $(WPrefs_SOURCES
)
154 OBJECTS
= $(WPrefs_OBJECTS
)
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
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
)
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)/'`; \
186 uninstall-wpexecbinPROGRAMS
:
188 list
='$(wpexecbin_PROGRAMS)'; for p in
$$list; do \
189 rm -f
$(DESTDIR
)$(wpexecbindir
)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
202 -rm -f
*.o core
*.core
209 maintainer-clean-compile
:
212 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
215 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
218 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
228 maintainer-clean-libtool
:
230 WPrefs
: $(WPrefs_OBJECTS
) $(WPrefs_DEPENDENCIES
)
232 $(LINK
) $(WPrefs_LDFLAGS
) $(WPrefs_OBJECTS
) $(WPrefs_LDADD
) $(LIBS
)
234 install-wpdataDATA
: $(wpdata_DATA
)
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; \
247 uninstall-wpdataDATA
:
249 list
='$(wpdata_DATA)'; for p in
$$list; do \
250 rm -f
$(DESTDIR
)$(wpdatadir
)/$$p; \
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.
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; \
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 \
272 local_target
="$$target-am"; \
274 local_target
="$$target"; \
276 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
277 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
279 if
test "$$dot_seen" = "no"; then \
280 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
283 mostlyclean-recursive clean-recursive distclean-recursive \
284 maintainer-clean-recursive
:
285 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
287 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
288 rev
="$$subdir $$rev"; \
289 test "$$subdir" = "." && dot_seen
=yes
; \
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"; \
298 local_target
="$$target"; \
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"
304 list
='$(SUBDIRS)'; for subdir in
$$list; do \
305 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) 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
)
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"; \
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
)
340 maintainer-clean-tags
:
342 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
346 distdir
: $(DISTFILES
)
347 @for file in
$(DISTFILES
); do \
349 if
test -d
$$d/$$file; then \
350 cp
-pr
$$d/$$file $(distdir
)/$$file; \
352 test -f
$(distdir
)/$$file \
353 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
354 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
357 for subdir in
$(SUBDIRS
); do \
358 if
test "$$subdir" = .
; then
:; else \
359 test -d
$(distdir
)/$$subdir \
360 || mkdir
$(distdir
)/$$subdir \
362 chmod
777 $(distdir
)/$$subdir; \
363 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(top_distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
372 check: check-recursive
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
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
389 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
390 installdirs: installdirs-recursive
392 $(mkinstalldirs
) $(DESTDIR
)$(wpexecbindir
) $(DESTDIR
)$(wpdatadir
)
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 \
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 \
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 \
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.