Brought configure script, and some Makefile.in files in sync.
[wmaker-crm.git] / WPrefs.app / xpm / Makefile.in
blobec6a7e26cff36dd6bd102f78b795835ad70edd11
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 wprefsdir = @wprefsdir@
91 xpmdatadir = $(wprefsdir)/xpm
93 xpmdata_DATA = advancetonewworkspace.xpm animations.xpm appearance.xpm clip.xpm configs.xpm cycleworkspaces.xpm dock.xpm dontlinkworkspaces.xpm ergonomic.xpm ergowood.xpm expert.xpm fonts.xpm iconprefs.xpm keyboard.xpm keyboardprefs.xpm keyshortcuts.xpm menualign1.xpm menualign2.xpm menuprefs.xpm menus.xpm minimouseleft.xpm minimousemiddle.xpm minimouseright.xpm miscprefs2.xpm moreanim.xpm mousesettings.xpm mousespeed.xpm newstyle.xpm nonopaque.xpm oldstyle.xpm opaque.xpm paths.xpm sound.xpm speed0.xpm speed0s.xpm speed1.xpm speed1s.xpm speed2.xpm speed2s.xpm speed3.xpm speed3s.xpm speed4.xpm speed4s.xpm temp.xpm theme.xpm timer0.xpm timer0s.xpm timer1.xpm timer1s.xpm timer2.xpm timer2s.xpm timer3.xpm timer3s.xpm timer4.xpm timer4s.xpm timer5.xpm timer5s.xpm whandling.xpm windowfocus.xpm workspace.xpm xis.xpm
96 EXTRA_DIST = $(xpmdata_DATA)
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../../src/config.h
99 CONFIG_CLEAN_FILES =
100 DATA = $(xpmdata_DATA)
102 DIST_COMMON = Makefile.am Makefile.in
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107 TAR = tar
108 GZIP_ENV = --best
109 all: all-redirect
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/xpm/Makefile
114 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
115 cd $(top_builddir) \
116 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119 install-xpmdataDATA: $(xpmdata_DATA)
120 @$(NORMAL_INSTALL)
121 $(mkinstalldirs) $(DESTDIR)$(xpmdatadir)
122 @list='$(xpmdata_DATA)'; for p in $$list; do \
123 if test -f $(srcdir)/$$p; then \
124 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(xpmdatadir)/$$p"; \
125 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(xpmdatadir)/$$p; \
126 else if test -f $$p; then \
127 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(xpmdatadir)/$$p"; \
128 $(INSTALL_DATA) $$p $(DESTDIR)$(xpmdatadir)/$$p; \
129 fi; fi; \
130 done
132 uninstall-xpmdataDATA:
133 @$(NORMAL_UNINSTALL)
134 list='$(xpmdata_DATA)'; for p in $$list; do \
135 rm -f $(DESTDIR)$(xpmdatadir)/$$p; \
136 done
137 tags: TAGS
138 TAGS:
141 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
143 subdir = WPrefs.app/xpm
145 distdir: $(DISTFILES)
146 @for file in $(DISTFILES); do \
147 d=$(srcdir); \
148 if test -d $$d/$$file; then \
149 cp -pr $$/$$file $(distdir)/$$file; \
150 else \
151 test -f $(distdir)/$$file \
152 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
153 || cp -p $$d/$$file $(distdir)/$$file || :; \
154 fi; \
155 done
156 info-am:
157 info: info-am
158 dvi-am:
159 dvi: dvi-am
160 check-am: all-am
161 check: check-am
162 installcheck-am:
163 installcheck: installcheck-am
164 install-exec-am:
165 install-exec: install-exec-am
167 install-data-am: install-xpmdataDATA
168 install-data: install-data-am
170 install-am: all-am
171 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172 install: install-am
173 uninstall-am: uninstall-xpmdataDATA
174 uninstall: uninstall-am
175 all-am: Makefile $(DATA)
176 all-redirect: all-am
177 install-strip:
178 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
179 installdirs:
180 $(mkinstalldirs) $(DESTDIR)$(xpmdatadir)
183 mostlyclean-generic:
185 clean-generic:
187 distclean-generic:
188 -rm -f Makefile $(CONFIG_CLEAN_FILES)
189 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
191 maintainer-clean-generic:
192 mostlyclean-am: mostlyclean-generic
194 mostlyclean: mostlyclean-am
196 clean-am: clean-generic mostlyclean-am
198 clean: clean-am
200 distclean-am: distclean-generic clean-am
201 -rm -f libtool
203 distclean: distclean-am
205 maintainer-clean-am: maintainer-clean-generic distclean-am
206 @echo "This command is intended for maintainers to use;"
207 @echo "it deletes files that may require special tools to rebuild."
209 maintainer-clean: maintainer-clean-am
211 .PHONY: uninstall-xpmdataDATA install-xpmdataDATA tags distdir info-am \
212 info dvi-am dvi check check-am installcheck-am installcheck \
213 install-exec-am install-exec install-data-am install-data install-am \
214 install uninstall-am uninstall all-redirect all-am all installdirs \
215 mostlyclean-generic distclean-generic clean-generic \
216 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
219 # Tell versions [3.59,3.63) of GNU make to not export all variables.
220 # Otherwise a system limit (for SysV at least) may be exceeded.
221 .NOEXPORT: