Initial revision
[wmaker-crm.git] / WindowMaker / Defaults / Makefile.in
blob53c24cc0a679115174e3a0cf2dc3820c935b058d
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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@
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 GFXFLAGS = @GFXFLAGS@
66 GFXLIBS = @GFXLIBS@
67 I18N = @I18N@
68 I18N_MB = @I18N_MB@
69 ICONEXT = @ICONEXT@
70 INTLIBS = @INTLIBS@
71 LIBPL_INC_PATH = @LIBPL_INC_PATH@
72 LIBPL_LIBS = @LIBPL_LIBS@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 MOFILES = @MOFILES@
76 NLSDIR = @NLSDIR@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 REDUCE_APPICONS = @REDUCE_APPICONS@
80 SHAPE = @SHAPE@
81 SOUND = @SOUND@
82 VERSION = @VERSION@
83 WPMOFILES = @WPMOFILES@
84 XCFLAGS = @XCFLAGS@
85 XGETTEXT = @XGETTEXT@
86 XLFLAGS = @XLFLAGS@
87 XLIBS = @XLIBS@
88 XSHM = @XSHM@
89 X_EXTRA_LIBS = @X_EXTRA_LIBS@
90 X_LOCALE = @X_LOCALE@
91 pixmapdir = @pixmapdir@
92 wprefsdir = @wprefsdir@
94 defsdatadir = $(pkgdatadir)/Defaults
96 defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
98 EXTRA_DIST = $(defsdata_DATA) WMWindowAttributes.in WindowMaker.in WMState.in
100 CLEANFILES = WMWindowAttributes WindowMaker WMState
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../../src/config.h
103 CONFIG_CLEAN_FILES =
104 DATA = $(defsdata_DATA)
106 DIST_COMMON = Makefile.am Makefile.in
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 TAR = tar
112 GZIP = --best
113 all: Makefile $(DATA)
115 .SUFFIXES:
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Defaults/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/Defaults
150 distdir: $(DISTFILES)
151 @for file in $(DISTFILES); do \
152 d=$(srcdir); \
153 test -f $(distdir)/$$file \
154 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
155 || cp -p $$d/$$file $(distdir)/$$file; \
156 done
157 info:
158 dvi:
159 check: all
160 $(MAKE)
161 installcheck:
162 install-exec:
163 @$(NORMAL_INSTALL)
165 install-data: install-defsdataDATA
166 @$(NORMAL_INSTALL)
168 install: install-exec install-data all
171 uninstall: uninstall-defsdataDATA
173 install-strip:
174 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
175 installdirs:
176 $(mkinstalldirs) $(DATADIR)$(defsdatadir)
179 mostlyclean-generic:
180 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
182 clean-generic:
183 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
185 distclean-generic:
186 -rm -f Makefile $(DISTCLEANFILES)
187 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
188 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
190 maintainer-clean-generic:
191 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
192 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
193 mostlyclean: mostlyclean-generic
195 clean: clean-generic mostlyclean
197 distclean: distclean-generic clean
198 -rm -f config.status
200 maintainer-clean: maintainer-clean-generic distclean
201 @echo "This command is intended for maintainers to use;"
202 @echo "it deletes files that may require special tools to rebuild."
204 .PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info \
205 dvi installcheck install-exec install-data install uninstall all \
206 installdirs mostlyclean-generic distclean-generic clean-generic \
207 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
210 WMWindowAttributes: $(srcdir)/WMWindowAttributes.in ./Makefile
211 -rm -f WMWindowAttributes
212 sed -e "s:#extension#:@ICONEXT@:" \
213 $(srcdir)/WMWindowAttributes.in > WMWindowAttributes
214 chmod 644 WMWindowAttributes
216 WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
217 -rm -f WindowMaker
218 sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
219 chmod 644 WindowMaker
221 WMState: $(srcdir)/WMState.in ./Makefile
222 -rm -f WMState
223 sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
224 chmod 644 WMState
226 # Tell versions [3.59,3.63) of GNU make to not export all variables.
227 # Otherwise a system limit (for SysV at least) may be exceeded.
228 .NOEXPORT: