Omnipresent appicon mark
[wmaker-crm.git] / WindowMaker / IconSets / Makefile.in
blob0ad0786cab5ae5233e2a211b3b20eaac6a096341
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 LD = @LD@
73 LIBPL = @LIBPL@
74 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
75 LIBTOOL = @LIBTOOL@
76 LITE = @LITE@
77 LN_S = @LN_S@
78 MAKEINFO = @MAKEINFO@
79 MOFILES = @MOFILES@
80 NLSDIR = @NLSDIR@
81 NM = @NM@
82 OBJDUMP = @OBJDUMP@
83 PACKAGE = @PACKAGE@
84 RANLIB = @RANLIB@
85 VERSION = @VERSION@
86 WPMOFILES = @WPMOFILES@
87 XCFLAGS = @XCFLAGS@
88 XGETTEXT = @XGETTEXT@
89 XLFLAGS = @XLFLAGS@
90 XLIBS = @XLIBS@
91 X_EXTRA_LIBS = @X_EXTRA_LIBS@
92 X_LIBRARY_PATH = @X_LIBRARY_PATH@
93 wprefsdir = @wprefsdir@
95 defsdatadir = $(pkgdatadir)/IconSets
97 defsdata_DATA = Default.iconset
99 EXTRA_DIST =
101 CLEANFILES = Default.iconset
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = ../../src/config.h
104 CONFIG_CLEAN_FILES =
105 DATA = $(defsdata_DATA)
107 DIST_COMMON = Makefile.am Makefile.in
110 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112 TAR = tar
113 GZIP_ENV = --best
114 all: all-redirect
115 .SUFFIXES:
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/IconSets/Makefile
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
120 cd $(top_builddir) \
121 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124 install-defsdataDATA: $(defsdata_DATA)
125 @$(NORMAL_INSTALL)
126 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
127 @list='$(defsdata_DATA)'; for p in $$list; do \
128 if test -f $(srcdir)/$$p; then \
129 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
130 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
131 else if test -f $$p; then \
132 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
133 $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
134 fi; fi; \
135 done
137 uninstall-defsdataDATA:
138 @$(NORMAL_UNINSTALL)
139 list='$(defsdata_DATA)'; for p in $$list; do \
140 rm -f $(DESTDIR)$(defsdatadir)/$$p; \
141 done
142 tags: TAGS
143 TAGS:
146 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148 subdir = WindowMaker/IconSets
150 distdir: $(DISTFILES)
151 @for file in $(DISTFILES); do \
152 d=$(srcdir); \
153 if test -d $$d/$$file; then \
154 cp -pr $$/$$file $(distdir)/$$file; \
155 else \
156 test -f $(distdir)/$$file \
157 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
158 || cp -p $$d/$$file $(distdir)/$$file || :; \
159 fi; \
160 done
161 info-am:
162 info: info-am
163 dvi-am:
164 dvi: dvi-am
165 check-am: all-am
166 check: check-am
167 installcheck-am:
168 installcheck: installcheck-am
169 install-exec-am:
170 install-exec: install-exec-am
172 install-data-am: install-defsdataDATA
173 install-data: install-data-am
175 install-am: all-am
176 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
177 install: install-am
178 uninstall-am: uninstall-defsdataDATA
179 uninstall: uninstall-am
180 all-am: Makefile $(DATA)
181 all-redirect: all-am
182 install-strip:
183 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
184 installdirs:
185 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
188 mostlyclean-generic:
190 clean-generic:
191 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
193 distclean-generic:
194 -rm -f Makefile $(CONFIG_CLEAN_FILES)
195 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
197 maintainer-clean-generic:
198 mostlyclean-am: mostlyclean-generic
200 mostlyclean: mostlyclean-am
202 clean-am: clean-generic mostlyclean-am
204 clean: clean-am
206 distclean-am: distclean-generic clean-am
207 -rm -f libtool
209 distclean: distclean-am
211 maintainer-clean-am: maintainer-clean-generic distclean-am
212 @echo "This command is intended for maintainers to use;"
213 @echo "it deletes files that may require special tools to rebuild."
215 maintainer-clean: maintainer-clean-am
217 .PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
218 info dvi-am dvi check check-am installcheck-am installcheck \
219 install-exec-am install-exec install-data-am install-data install-am \
220 install uninstall-am uninstall all-redirect all-am all installdirs \
221 mostlyclean-generic distclean-generic clean-generic \
222 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
225 Default.iconset: $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes
226 -rm -f Default.iconset
227 cp $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes Default.iconset
228 chmod 644 Default.iconset
230 # Tell versions [3.59,3.63) of GNU make to not export all variables.
231 # Otherwise a system limit (for SysV at least) may be exceeded.
232 .NOEXPORT: