updated code to use new bags
[wmaker-crm.git] / WindowMaker / Styles / Makefile.in
blob2b5466075e8fcc8f72a457b2036496fcb87eb98a
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 LIBPL = @LIBPL@
73 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
74 LIBTOOL = @LIBTOOL@
75 LITE = @LITE@
76 LN_S = @LN_S@
77 MAKEINFO = @MAKEINFO@
78 MOFILES = @MOFILES@
79 NETLIBS = @NETLIBS@
80 NLSDIR = @NLSDIR@
81 OBJDUMP = @OBJDUMP@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 VERSION = @VERSION@
85 WPMOFILES = @WPMOFILES@
86 XCFLAGS = @XCFLAGS@
87 XGETTEXT = @XGETTEXT@
88 XLFLAGS = @XLFLAGS@
89 XLIBS = @XLIBS@
90 X_EXTRA_LIBS = @X_EXTRA_LIBS@
91 X_LIBRARY_PATH = @X_LIBRARY_PATH@
92 supported_locales = @supported_locales@
93 wprefsdir = @wprefsdir@
95 prefsdatadir = $(pkgdatadir)/Styles
97 prefsdata_DATA = Autumn.style Black.style BlackTexture.style Blue.style BlueDawn.style BlueishGreen.style Brown.style Brownish.style Chumbo.style Copper.style DarkBlue.style DarkRed.style Emerald.style Fire.style Food.style Golden.style Green.style GreyBlue.style Gtk.style LightBlue.style Pastel.style Pink.style Pumpkin.style Purple.style Purplish.style Red.style RednBlue.style Spring.style Summer.style Traditional.style VioletBlue.style
100 EXTRA_DIST = $(prefsdata_DATA)
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../../src/config.h
103 CONFIG_CLEAN_FILES =
104 DATA = $(prefsdata_DATA)
106 DIST_COMMON = Makefile.am Makefile.in
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 TAR = gtar
112 GZIP_ENV = --best
113 all: all-redirect
114 .SUFFIXES:
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Styles/Makefile
118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
119 cd $(top_builddir) \
120 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123 install-prefsdataDATA: $(prefsdata_DATA)
124 @$(NORMAL_INSTALL)
125 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
126 @list='$(prefsdata_DATA)'; for p in $$list; do \
127 if test -f $(srcdir)/$$p; then \
128 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
129 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p; \
130 else if test -f $$p; then \
131 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
132 $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p; \
133 fi; fi; \
134 done
136 uninstall-prefsdataDATA:
137 @$(NORMAL_UNINSTALL)
138 list='$(prefsdata_DATA)'; for p in $$list; do \
139 rm -f $(DESTDIR)$(prefsdatadir)/$$p; \
140 done
141 tags: TAGS
142 TAGS:
145 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
147 subdir = WindowMaker/Styles
149 distdir: $(DISTFILES)
150 here=`cd $(top_builddir) && pwd`; \
151 top_distdir=`cd $(top_distdir) && pwd`; \
152 distdir=`cd $(distdir) && pwd`; \
153 cd $(top_srcdir) \
154 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Styles/Makefile
155 @for file in $(DISTFILES); do \
156 d=$(srcdir); \
157 if test -d $$d/$$file; then \
158 cp -pr $$/$$file $(distdir)/$$file; \
159 else \
160 test -f $(distdir)/$$file \
161 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
162 || cp -p $$d/$$file $(distdir)/$$file || :; \
163 fi; \
164 done
165 info-am:
166 info: info-am
167 dvi-am:
168 dvi: dvi-am
169 check-am: all-am
170 check: check-am
171 installcheck-am:
172 installcheck: installcheck-am
173 install-exec-am:
174 install-exec: install-exec-am
176 install-data-am: install-prefsdataDATA
177 install-data: install-data-am
179 install-am: all-am
180 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
181 install: install-am
182 uninstall-am: uninstall-prefsdataDATA
183 uninstall: uninstall-am
184 all-am: Makefile $(DATA)
185 all-redirect: all-am
186 install-strip:
187 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
188 installdirs:
189 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
192 mostlyclean-generic:
194 clean-generic:
196 distclean-generic:
197 -rm -f Makefile $(CONFIG_CLEAN_FILES)
198 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
200 maintainer-clean-generic:
201 mostlyclean-am: mostlyclean-generic
203 mostlyclean: mostlyclean-am
205 clean-am: clean-generic mostlyclean-am
207 clean: clean-am
209 distclean-am: distclean-generic clean-am
210 -rm -f libtool
212 distclean: distclean-am
214 maintainer-clean-am: maintainer-clean-generic distclean-am
215 @echo "This command is intended for maintainers to use;"
216 @echo "it deletes files that may require special tools to rebuild."
218 maintainer-clean: maintainer-clean-am
220 .PHONY: uninstall-prefsdataDATA install-prefsdataDATA tags distdir \
221 info-am info dvi-am dvi check check-am installcheck-am installcheck \
222 install-exec-am install-exec install-data-am install-data install-am \
223 install uninstall-am uninstall all-redirect all-am all installdirs \
224 mostlyclean-generic distclean-generic clean-generic \
225 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
228 # Tell versions [3.59,3.63) of GNU make to not export all variables.
229 # Otherwise a system limit (for SysV at least) may be exceeded.
230 .NOEXPORT: