0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
[wmaker-crm.git] / doc / Makefile.in
blobc9c51a56501d310af04b36f1f9dc52076f360c35
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 GFXLIBS = @GFXLIBS@
66 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
67 ICONEXT = @ICONEXT@
68 INTLIBS = @INTLIBS@
69 LD = @LD@
70 LIBPL = @LIBPL@
71 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
72 LIBTOOL = @LIBTOOL@
73 LITE = @LITE@
74 LN_S = @LN_S@
75 MAKEINFO = @MAKEINFO@
76 MOFILES = @MOFILES@
77 NLSDIR = @NLSDIR@
78 NM = @NM@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 VERSION = @VERSION@
82 WPMOFILES = @WPMOFILES@
83 XCFLAGS = @XCFLAGS@
84 XGETTEXT = @XGETTEXT@
85 XLFLAGS = @XLFLAGS@
86 XLIBS = @XLIBS@
87 X_EXTRA_LIBS = @X_EXTRA_LIBS@
88 wprefsdir = @wprefsdir@
90 man_MANS = geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x wmsetbg.1x seticons.1x wmaker.1x wxcopy.1x
93 EXTRA_DIST = $(man_MANS)
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = ../src/config.h
96 CONFIG_CLEAN_FILES =
97 man1dir = $(mandir)/man1
98 MANS = $(man_MANS)
100 NROFF = nroff
101 DIST_COMMON = Makefile.am Makefile.in
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106 TAR = tar
107 GZIP_ENV = --best
108 all: all-redirect
109 .SUFFIXES:
110 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
113 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
114 cd $(top_builddir) \
115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118 install-man1:
119 $(mkinstalldirs) $(DESTDIR)$(man1dir)
120 @list='$(man1_MANS)'; \
121 l2='$(man_MANS)'; for i in $$l2; do \
122 case "$$i" in \
123 *.1*) list="$$list $$i" ;; \
124 esac; \
125 done; \
126 for i in $$list; do \
127 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
128 else file=$$i; fi; \
129 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
130 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
131 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
132 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
133 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
134 done
136 uninstall-man1:
137 @list='$(man1_MANS)'; \
138 l2='$(man_MANS)'; for i in $$l2; do \
139 case "$$i" in \
140 *.1*) list="$$list $$i" ;; \
141 esac; \
142 done; \
143 for i in $$list; do \
144 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
145 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
146 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
147 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
148 rm -f $(DESTDIR)$(man1dir)/$$inst; \
149 done
150 install-man: $(MANS)
151 @$(NORMAL_INSTALL)
152 $(MAKE) $(AM_MAKEFLAGS) install-man1
153 uninstall-man:
154 @$(NORMAL_UNINSTALL)
155 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
156 tags: TAGS
157 TAGS:
160 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
162 subdir = doc
164 distdir: $(DISTFILES)
165 @for file in $(DISTFILES); do \
166 d=$(srcdir); \
167 if test -d $$d/$$file; then \
168 cp -pr $$/$$file $(distdir)/$$file; \
169 else \
170 test -f $(distdir)/$$file \
171 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
172 || cp -p $$d/$$file $(distdir)/$$file || :; \
173 fi; \
174 done
175 info-am:
176 info: info-am
177 dvi-am:
178 dvi: dvi-am
179 check-am: all-am
180 check: check-am
181 installcheck-am:
182 installcheck: installcheck-am
183 install-exec-am:
184 install-exec: install-exec-am
186 install-data-am: install-man
187 install-data: install-data-am
189 install-am: all-am
190 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
191 install: install-am
192 uninstall-am: uninstall-man
193 uninstall: uninstall-am
194 all-am: Makefile $(MANS)
195 all-redirect: all-am
196 install-strip:
197 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
198 installdirs:
199 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
202 mostlyclean-generic:
204 clean-generic:
206 distclean-generic:
207 -rm -f Makefile $(CONFIG_CLEAN_FILES)
208 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
210 maintainer-clean-generic:
211 mostlyclean-am: mostlyclean-generic
213 mostlyclean: mostlyclean-am
215 clean-am: clean-generic mostlyclean-am
217 clean: clean-am
219 distclean-am: distclean-generic clean-am
220 -rm -f libtool
222 distclean: distclean-am
224 maintainer-clean-am: maintainer-clean-generic distclean-am
225 @echo "This command is intended for maintainers to use;"
226 @echo "it deletes files that may require special tools to rebuild."
228 maintainer-clean: maintainer-clean-am
230 .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
231 distdir info-am info dvi-am dvi check check-am installcheck-am \
232 installcheck install-exec-am install-exec install-data-am install-data \
233 install-am install uninstall-am uninstall all-redirect all-am all \
234 installdirs mostlyclean-generic distclean-generic clean-generic \
235 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
238 # Tell versions [3.59,3.63) of GNU make to not export all variables.
239 # Otherwise a system limit (for SysV at least) may be exceeded.
240 .NOEXPORT: