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