Bug fixes for 0.20.3 pre-release 2
[wmaker-crm.git] / doc / Makefile.in
blobfb17a6e4d49989973bd03aae33315d9036fe932c
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 GFXLFLAGS = @GFXLFLAGS@
67 GFXLIBS = @GFXLIBS@
68 I18N = @I18N@
69 I18N_MB = @I18N_MB@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LN_S = @LN_S@
73 MAKEINFO = @MAKEINFO@
74 MOFILES = @MOFILES@
75 NLSDIR = @NLSDIR@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 REDUCE_APPICONS = @REDUCE_APPICONS@
79 SHAPE = @SHAPE@
80 SOUND = @SOUND@
81 VERSION = @VERSION@
82 WPMOFILES = @WPMOFILES@
83 XCFLAGS = @XCFLAGS@
84 XGETTEXT = @XGETTEXT@
85 XLFLAGS = @XLFLAGS@
86 XLIBS = @XLIBS@
87 XSHM = @XSHM@
88 X_EXTRA_LIBS = @X_EXTRA_LIBS@
89 X_LOCALE = @X_LOCALE@
90 pixmapdir = @pixmapdir@
91 wprefsdir = @wprefsdir@
93 man_MANS = \
94 geticonset.1x \
95 setstyle.1x \
96 wxpaste.1x \
97 getstyle.1x \
98 wdwrite.1x \
99 wmsetbg.1x \
100 seticons.1x \
101 wmaker.1x \
102 wxcopy.1x
104 EXTRA_DIST = $(man_MANS)
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../src/config.h
107 CONFIG_CLEAN_FILES =
108 man1dir = $(mandir)/man1
109 MANS = $(man_MANS)
111 NROFF = nroff
112 DIST_COMMON = Makefile.am Makefile.in
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117 TAR = tar
118 GZIP = --best
119 all: Makefile $(MANS)
121 .SUFFIXES:
122 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
125 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
126 cd $(top_builddir) \
127 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
130 install-man1:
131 $(mkinstalldirs) $(DESTDIR)$(man1dir)
132 @list='$(man1_MANS)'; \
133 l2='$(man_MANS)'; for i in $$l2; do \
134 case "$$i" in \
135 *.1*) list="$$list $$i" ;; \
136 esac; \
137 done; \
138 for i in $$list; do \
139 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
140 else file=$$i; fi; \
141 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
142 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
143 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
144 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
145 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
146 done
148 uninstall-man1:
149 @list='$(man1_MANS)'; \
150 l2='$(man_MANS)'; for i in $$l2; do \
151 case "$$i" in \
152 *.1*) list="$$list $$i" ;; \
153 esac; \
154 done; \
155 for i in $$list; do \
156 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
157 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
158 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
159 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
160 rm -f $(DESTDIR)$(man1dir)/$$inst; \
161 done
162 install-man: $(MANS)
163 @$(NORMAL_INSTALL)
164 $(MAKE) install-man1
165 uninstall-man:
166 @$(NORMAL_UNINSTALL)
167 $(MAKE) uninstall-man1
168 tags: TAGS
169 TAGS:
172 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
174 subdir = doc
176 distdir: $(DISTFILES)
177 @for file in $(DISTFILES); do \
178 d=$(srcdir); \
179 test -f $(distdir)/$$file \
180 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
181 || cp -p $$d/$$file $(distdir)/$$file; \
182 done
183 info:
184 dvi:
185 check: all
186 $(MAKE)
187 installcheck:
188 install-exec:
189 @$(NORMAL_INSTALL)
191 install-data: install-man
192 @$(NORMAL_INSTALL)
194 install: install-exec install-data all
197 uninstall: uninstall-man
199 install-strip:
200 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
201 installdirs:
202 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
205 mostlyclean-generic:
206 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
208 clean-generic:
209 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
211 distclean-generic:
212 -rm -f Makefile $(DISTCLEANFILES)
213 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
214 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
216 maintainer-clean-generic:
217 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
218 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
219 mostlyclean: mostlyclean-generic
221 clean: clean-generic mostlyclean
223 distclean: distclean-generic clean
224 -rm -f config.status
226 maintainer-clean: maintainer-clean-generic distclean
227 @echo "This command is intended for maintainers to use;"
228 @echo "it deletes files that may require special tools to rebuild."
230 .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
231 distdir info dvi installcheck install-exec install-data install \
232 uninstall all installdirs mostlyclean-generic distclean-generic \
233 clean-generic maintainer-clean-generic clean mostlyclean distclean \
234 maintainer-clean
237 # Tell versions [3.59,3.63) of GNU make to not export all variables.
238 # Otherwise a system limit (for SysV at least) may be exceeded.
239 .NOEXPORT: