Initial revision
[wmaker-crm.git] / doc / Makefile.in
blob61e9f54f72a469ee34a4f49a2564e003e4c6166a
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 man_MANS = \
95 geticonset.1x \
96 setstyle.1x \
97 wxpaste.1x \
98 getstyle.1x \
99 wdwrite.1x \
100 wmsetbg.1x \
101 seticons.1x \
102 wmaker.1x \
103 wxcopy.1x
105 EXTRA_DIST = $(man_MANS)
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = ../src/config.h
108 CONFIG_CLEAN_FILES =
109 man1dir = $(mandir)/man1
110 MANS = $(man_MANS)
112 NROFF = nroff
113 DIST_COMMON = Makefile.am Makefile.in
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118 TAR = tar
119 GZIP = --best
120 all: Makefile $(MANS)
122 .SUFFIXES:
123 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
126 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
127 cd $(top_builddir) \
128 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131 install-man1:
132 $(mkinstalldirs) $(DESTDIR)$(man1dir)
133 @list='$(man1_MANS)'; \
134 l2='$(man_MANS)'; for i in $$l2; do \
135 case "$$i" in \
136 *.1*) list="$$list $$i" ;; \
137 esac; \
138 done; \
139 for i in $$list; do \
140 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
141 else file=$$i; fi; \
142 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
143 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
144 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
145 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
146 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
147 done
149 uninstall-man1:
150 @list='$(man1_MANS)'; \
151 l2='$(man_MANS)'; for i in $$l2; do \
152 case "$$i" in \
153 *.1*) list="$$list $$i" ;; \
154 esac; \
155 done; \
156 for i in $$list; do \
157 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
158 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
159 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
160 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
161 rm -f $(DESTDIR)$(man1dir)/$$inst; \
162 done
163 install-man: $(MANS)
164 @$(NORMAL_INSTALL)
165 $(MAKE) install-man1
166 uninstall-man:
167 @$(NORMAL_UNINSTALL)
168 $(MAKE) uninstall-man1
169 tags: TAGS
170 TAGS:
173 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
175 subdir = doc
177 distdir: $(DISTFILES)
178 @for file in $(DISTFILES); do \
179 d=$(srcdir); \
180 test -f $(distdir)/$$file \
181 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
182 || cp -p $$d/$$file $(distdir)/$$file; \
183 done
184 info:
185 dvi:
186 check: all
187 $(MAKE)
188 installcheck:
189 install-exec:
190 @$(NORMAL_INSTALL)
192 install-data: install-man
193 @$(NORMAL_INSTALL)
195 install: install-exec install-data all
198 uninstall: uninstall-man
200 install-strip:
201 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
202 installdirs:
203 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
206 mostlyclean-generic:
207 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
209 clean-generic:
210 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
212 distclean-generic:
213 -rm -f Makefile $(DISTCLEANFILES)
214 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
215 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
217 maintainer-clean-generic:
218 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
219 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
220 mostlyclean: mostlyclean-generic
222 clean: clean-generic mostlyclean
224 distclean: distclean-generic clean
225 -rm -f config.status
227 maintainer-clean: maintainer-clean-generic distclean
228 @echo "This command is intended for maintainers to use;"
229 @echo "it deletes files that may require special tools to rebuild."
231 .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
232 distdir info dvi installcheck install-exec install-data install \
233 uninstall all installdirs mostlyclean-generic distclean-generic \
234 clean-generic maintainer-clean-generic clean mostlyclean distclean \
235 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: