~ubuntu-branches/ubuntu/intrepid/matchbox/intrepid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hedderly
  • Date: 2002-03-18 14:02:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020318140252-h2icfj2rv2vxsb3c
Tags: upstream-0.1.8
ImportĀ upstreamĀ versionĀ 0.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = @program_transform_name@
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
AMTAR = @AMTAR@
 
59
AWK = @AWK@
 
60
CC = @CC@
 
61
DEPDIR = @DEPDIR@
 
62
EXEEXT = @EXEEXT@
 
63
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
64
OBJEXT = @OBJEXT@
 
65
PACKAGE = @PACKAGE@
 
66
VERSION = @VERSION@
 
67
X_CFLAGS = @X_CFLAGS@
 
68
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
69
X_LIBS = @X_LIBS@
 
70
X_PRE_LIBS = @X_PRE_LIBS@
 
71
am__include = @am__include@
 
72
am__quote = @am__quote@
 
73
install_sh = @install_sh@
 
74
 
 
75
CLEANFILES = matchbox.1 mbcontrol.1 monolaunch.1 miniapm.1 minisys.1 minitime.1
 
76
MAINTAINERCLEANFILES = Makefile.in
 
77
EXTRA_DIST = matchbox.1.in
 
78
man_MANS = matchbox.1 mbcontrol.1 monolaunch.1 miniapm.1 minisys.1 minitime.1
 
79
#man_DATA = manual.html
 
80
SGML_FILES = manual.sgml
 
81
subdir = doc
 
82
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
83
CONFIG_HEADER = $(top_builddir)/config.h
 
84
CONFIG_CLEAN_FILES =
 
85
DIST_SOURCES =
 
86
 
 
87
NROFF = nroff
 
88
MANS = $(man_MANS)
 
89
DIST_COMMON = Makefile.am Makefile.in
 
90
all: all-am
 
91
 
 
92
.SUFFIXES:
 
93
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
94
        cd $(top_srcdir) && \
 
95
          $(AUTOMAKE) --gnu  doc/Makefile
 
96
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
97
        cd $(top_builddir) && \
 
98
          CONFIG_HEADERS= CONFIG_LINKS= \
 
99
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
100
uninstall-info-am:
 
101
 
 
102
man1dir = $(mandir)/man1
 
103
install-man1: $(man1_MANS) $(man_MANS)
 
104
        @$(NORMAL_INSTALL)
 
105
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
106
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
107
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
108
        for i in $$l2; do \
 
109
          case "$$i" in \
 
110
            *.1*) list="$$list $$i" ;; \
 
111
          esac; \
 
112
        done; \
 
113
        for i in $$list; do \
 
114
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
115
          else file=$$i; fi; \
 
116
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
117
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
118
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
119
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
120
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
 
121
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
 
122
        done
 
123
uninstall-man1:
 
124
        @$(NORMAL_UNINSTALL)
 
125
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
126
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
127
        for i in $$l2; do \
 
128
          case "$$i" in \
 
129
            *.1*) list="$$list $$i" ;; \
 
130
          esac; \
 
131
        done; \
 
132
        for i in $$list; do \
 
133
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
134
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
135
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
136
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
137
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
 
138
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
 
139
        done
 
140
tags: TAGS
 
141
TAGS:
 
142
 
 
143
 
 
144
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
145
 
 
146
top_distdir = ..
 
147
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
148
 
 
149
distdir: $(DISTFILES)
 
150
        @for file in $(DISTFILES); do \
 
151
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
152
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
153
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
154
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
155
          fi; \
 
156
          if test -d $$d/$$file; then \
 
157
            cp -pR $$d/$$file $(distdir) \
 
158
            || exit 1; \
 
159
          else \
 
160
            test -f $(distdir)/$$file \
 
161
            || cp -p $$d/$$file $(distdir)/$$file \
 
162
            || exit 1; \
 
163
          fi; \
 
164
        done
 
165
check-am: all-am
 
166
check: check-am
 
167
all-am: Makefile $(MANS)
 
168
 
 
169
installdirs:
 
170
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
171
 
 
172
install: install-am
 
173
install-exec: install-exec-am
 
174
install-data: install-data-am
 
175
uninstall: uninstall-am
 
176
 
 
177
install-am: all-am
 
178
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
179
 
 
180
installcheck: installcheck-am
 
181
install-strip:
 
182
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
183
          `test -z '$(STRIP)' || \
 
184
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
185
mostlyclean-generic:
 
186
 
 
187
clean-generic:
 
188
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
189
 
 
190
distclean-generic:
 
191
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
192
 
 
193
maintainer-clean-generic:
 
194
        @echo "This command is intended for maintainers to use"
 
195
        @echo "it deletes files that may require special tools to rebuild."
 
196
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
197
clean: clean-am
 
198
 
 
199
clean-am: clean-generic mostlyclean-am
 
200
 
 
201
distclean: distclean-am
 
202
 
 
203
distclean-am: clean-am distclean-generic distclean-local
 
204
 
 
205
dvi: dvi-am
 
206
 
 
207
dvi-am:
 
208
 
 
209
info: info-am
 
210
 
 
211
info-am:
 
212
 
 
213
install-data-am: install-man
 
214
 
 
215
install-exec-am:
 
216
 
 
217
install-info: install-info-am
 
218
 
 
219
install-man: install-man1
 
220
 
 
221
installcheck-am:
 
222
 
 
223
maintainer-clean: maintainer-clean-am
 
224
 
 
225
maintainer-clean-am: distclean-am maintainer-clean-generic
 
226
 
 
227
mostlyclean: mostlyclean-am
 
228
 
 
229
mostlyclean-am: mostlyclean-generic
 
230
 
 
231
uninstall-am: uninstall-info-am uninstall-man
 
232
 
 
233
uninstall-man: uninstall-man1
 
234
 
 
235
.PHONY: all all-am check check-am clean clean-generic distclean \
 
236
        distclean-generic distclean-local distdir dvi dvi-am info \
 
237
        info-am install install-am install-data install-data-am \
 
238
        install-exec install-exec-am install-info install-info-am \
 
239
        install-man install-man1 install-strip installcheck \
 
240
        installcheck-am installdirs maintainer-clean \
 
241
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
242
        uninstall uninstall-am uninstall-info-am uninstall-man \
 
243
        uninstall-man1
 
244
 
 
245
 
 
246
distclean-local:
 
247
        rm -f *\~
 
248
 
 
249
matchbox.1: matchbox.1.in
 
250
        sed -e "s,@pkgdatadir@,$(pkgdatadir)," matchbox.1.in > matchbox.1
 
251
 
 
252
mbcontrol.1: matchbox.1 
 
253
        ln -s matchbox.1 mbcontrol.1
 
254
 
 
255
monolaunch.1: matchbox.1
 
256
        ln -s matchbox.1 monolaunch.1   
 
257
 
 
258
miniapm.1:
 
259
        ln -s matchbox.1 miniapm.1      
 
260
 
 
261
minisys.1:
 
262
        ln -s matchbox.1 minisys.1      
 
263
 
 
264
minitime.1:
 
265
        ln -s matchbox.1 minitime.1     
 
266
 
 
267
manual.html: $(SGML_FILES)
 
268
        -db2html manual.sgml
 
269
 
 
270
manual.txt: manual.html
 
271
        -db2html -u manual.sgml -o manual.html
 
272
        w3m -T text/html -dump manual.html > manual.txt
 
273
 
 
274
#index.html: manual.sgml.in
 
275
#       db2html -o ./ manual.sgml.in
 
276
#
 
277
#readme: index.html
 
278
#       db2html -o ./ -u manual.sgml.in 
 
279
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
280
# Otherwise a system limit (for SysV at least) may be exceeded.
 
281
.NOEXPORT: