Update to Window Maker 0.50.2
[wmaker-crm.git] / doc / Makefile.in
blobb12731af2557609a7a2845deb404d299a107ef34
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 LD = @LD@
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 REDUCE_APPICONS = @REDUCE_APPICONS@
83 SHAPE = @SHAPE@
84 SOUND = @SOUND@
85 VERSION = @VERSION@
86 WPMOFILES = @WPMOFILES@
87 XCFLAGS = @XCFLAGS@
88 XGETTEXT = @XGETTEXT@
89 XLFLAGS = @XLFLAGS@
90 XLIBS = @XLIBS@
91 XSHM = @XSHM@
92 X_EXTRA_LIBS = @X_EXTRA_LIBS@
93 X_LOCALE = @X_LOCALE@
94 pixmapdir = @pixmapdir@
95 wprefsdir = @wprefsdir@
97 man_MANS = \
98 geticonset.1x \
99 setstyle.1x \
100 wxpaste.1x \
101 getstyle.1x \
102 wdwrite.1x \
103 wmsetbg.1x \
104 seticons.1x \
105 wmaker.1x \
106 wxcopy.1x
108 EXTRA_DIST = $(man_MANS)
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../src/config.h
111 CONFIG_CLEAN_FILES =
112 man1dir = $(mandir)/man1
113 MANS = $(man_MANS)
115 NROFF = nroff
116 DIST_COMMON = Makefile.am Makefile.in
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121 TAR = tar
122 GZIP = --best
123 all: Makefile $(MANS)
125 .SUFFIXES:
126 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
130 cd $(top_builddir) \
131 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
134 install-man1:
135 $(mkinstalldirs) $(DESTDIR)$(man1dir)
136 @list='$(man1_MANS)'; \
137 l2='$(man_MANS)'; for i in $$l2; do \
138 case "$$i" in \
139 *.1*) list="$$list $$i" ;; \
140 esac; \
141 done; \
142 for i in $$list; do \
143 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
144 else file=$$i; fi; \
145 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
146 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
147 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
148 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
149 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
150 done
152 uninstall-man1:
153 @list='$(man1_MANS)'; \
154 l2='$(man_MANS)'; for i in $$l2; do \
155 case "$$i" in \
156 *.1*) list="$$list $$i" ;; \
157 esac; \
158 done; \
159 for i in $$list; do \
160 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
161 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
162 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
163 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
164 rm -f $(DESTDIR)$(man1dir)/$$inst; \
165 done
166 install-man: $(MANS)
167 @$(NORMAL_INSTALL)
168 $(MAKE) install-man1
169 uninstall-man:
170 @$(NORMAL_UNINSTALL)
171 $(MAKE) uninstall-man1
172 tags: TAGS
173 TAGS:
176 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
178 subdir = doc
180 distdir: $(DISTFILES)
181 @for file in $(DISTFILES); do \
182 d=$(srcdir); \
183 test -f $(distdir)/$$file \
184 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
185 || cp -p $$d/$$file $(distdir)/$$file; \
186 done
187 info:
188 dvi:
189 check: all
190 $(MAKE)
191 installcheck:
192 install-exec:
193 @$(NORMAL_INSTALL)
195 install-data: install-man
196 @$(NORMAL_INSTALL)
198 install: install-exec install-data all
201 uninstall: uninstall-man
203 install-strip:
204 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
205 installdirs:
206 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
209 mostlyclean-generic:
210 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
212 clean-generic:
213 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
215 distclean-generic:
216 -rm -f Makefile $(DISTCLEANFILES)
217 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
218 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
220 maintainer-clean-generic:
221 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
222 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
223 mostlyclean: mostlyclean-generic
225 clean: clean-generic mostlyclean
227 distclean: distclean-generic clean
228 -rm -f config.status
229 -rm -f libtool
231 maintainer-clean: maintainer-clean-generic distclean
232 @echo "This command is intended for maintainers to use;"
233 @echo "it deletes files that may require special tools to rebuild."
235 .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
236 distdir info dvi installcheck install-exec install-data install \
237 uninstall all installdirs mostlyclean-generic distclean-generic \
238 clean-generic maintainer-clean-generic clean mostlyclean distclean \
239 maintainer-clean
242 # Tell versions [3.59,3.63) of GNU make to not export all variables.
243 # Otherwise a system limit (for SysV at least) may be exceeded.
244 .NOEXPORT: