Removed some unneded files (generated anyway fom .in files) from the generated
[wmaker-crm.git] / WindowMaker / Defaults / Makefile.in
blob5ffff8a9abc10333f23a0c78c9bae60420c28807
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 X_LIBRARY_PATH = @X_LIBRARY_PATH@
90 wprefsdir = @wprefsdir@
92 defsdatadir = $(sysconfdir)/WindowMaker
94 defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
96 EXTRA_DIST = WMRootMenu WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
98 CLEANFILES = WMWindowAttributes WindowMaker WMState
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../../src/config.h
101 CONFIG_CLEAN_FILES =
102 DATA = $(defsdata_DATA)
104 DIST_COMMON = Makefile.am Makefile.in
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109 TAR = tar
110 GZIP_ENV = --best
111 all: all-redirect
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
114 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Defaults/Makefile
116 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
117 cd $(top_builddir) \
118 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121 install-defsdataDATA: $(defsdata_DATA)
122 @$(NORMAL_INSTALL)
123 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
124 @list='$(defsdata_DATA)'; for p in $$list; do \
125 if test -f $(srcdir)/$$p; then \
126 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
127 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
128 else if test -f $$p; then \
129 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
130 $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
131 fi; fi; \
132 done
134 uninstall-defsdataDATA:
135 @$(NORMAL_UNINSTALL)
136 list='$(defsdata_DATA)'; for p in $$list; do \
137 rm -f $(DESTDIR)$(defsdatadir)/$$p; \
138 done
139 tags: TAGS
140 TAGS:
143 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
145 subdir = WindowMaker/Defaults
147 distdir: $(DISTFILES)
148 @for file in $(DISTFILES); do \
149 d=$(srcdir); \
150 if test -d $$d/$$file; then \
151 cp -pr $$/$$file $(distdir)/$$file; \
152 else \
153 test -f $(distdir)/$$file \
154 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
155 || cp -p $$d/$$file $(distdir)/$$file || :; \
156 fi; \
157 done
158 info-am:
159 info: info-am
160 dvi-am:
161 dvi: dvi-am
162 check-am: all-am
163 check: check-am
164 installcheck-am:
165 installcheck: installcheck-am
166 install-exec-am:
167 install-exec: install-exec-am
169 install-data-am: install-defsdataDATA
170 install-data: install-data-am
172 install-am: all-am
173 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
174 install: install-am
175 uninstall-am: uninstall-defsdataDATA
176 uninstall: uninstall-am
177 all-am: Makefile $(DATA)
178 all-redirect: all-am
179 install-strip:
180 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
181 installdirs:
182 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
185 mostlyclean-generic:
187 clean-generic:
188 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
190 distclean-generic:
191 -rm -f Makefile $(CONFIG_CLEAN_FILES)
192 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
194 maintainer-clean-generic:
195 mostlyclean-am: mostlyclean-generic
197 mostlyclean: mostlyclean-am
199 clean-am: clean-generic mostlyclean-am
201 clean: clean-am
203 distclean-am: distclean-generic clean-am
204 -rm -f libtool
206 distclean: distclean-am
208 maintainer-clean-am: maintainer-clean-generic distclean-am
209 @echo "This command is intended for maintainers to use;"
210 @echo "it deletes files that may require special tools to rebuild."
212 maintainer-clean: maintainer-clean-am
214 .PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
215 info dvi-am dvi check check-am installcheck-am installcheck \
216 install-exec-am install-exec install-data-am install-data install-am \
217 install uninstall-am uninstall all-redirect all-am all installdirs \
218 mostlyclean-generic distclean-generic clean-generic \
219 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
222 WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
223 -rm -f WMWindowAttributes
224 sed -e "s:#extension#:@ICONEXT@:" \
225 $(srcdir)/WMWindowAttributes.in > WMWindowAttributes
226 chmod 644 WMWindowAttributes
228 WindowMaker: $(srcdir)/WindowMaker.in
229 -rm -f WindowMaker
230 sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
231 > WindowMaker
232 chmod 644 WindowMaker
234 WMState: $(srcdir)/WMState.in
235 -rm -f WMState
236 sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
237 chmod 644 WMState
239 # Tell versions [3.59,3.63) of GNU make to not export all variables.
240 # Otherwise a system limit (for SysV at least) may be exceeded.
241 .NOEXPORT: