summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
blob: 40326e07ac81df88f5847f056e9349edf7e42c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# Makefile.in generated automatically by automake 0.25 from Makefile.am
# Copyright (C) 1994, 1995 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.

SHELL = /bin/sh

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@

TEXINFOS = fileutils.texi
DIST_OTHER = mdate-sh

MAKEINFO = makeinfo
TEXI2DVI = texi2dvi

TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg \
*.toc *.tp *.vr *.op

INFOS = fileutils.info*
INFO_DEPS = fileutils.info
DVIS = fileutils.dvi

DIST_COMMON = mdate-sh texinfo.tex stamp-vti Makefile.in version.texi Makefile.am

PACKAGE = @PACKAGE@
VERSION = @VERSION@

DISTFILES = $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \
	$(DIST_OTHER) $(DIST_COMMON) $(DATA)

subdir = doc

default: all

version.texi: stamp-vti

stamp-vti: fileutils.texi $(top_srcdir)/configure.in
	echo "@set UPDATED `cd $(srcdir) && $(SHELL) mdate-sh fileutils.texi`" \
	  > version.tmp
	echo "@set EDITION $(VERSION)" >> version.tmp
	echo "@set VERSION $(VERSION)" >> version.tmp
	if cmp -s version.tmp $(srcdir)/version.texi; then \
	  rm version.tmp;			\
	else					\
	  mv version.tmp $(srcdir)/version.texi; \
	fi
	echo timestamp > $(srcdir)/stamp-vti

mostlyclean-vti:
	rm -f *.tmp

clean-vti:

distclean-vti:

maintainer-clean-vti:
	rm -f stamp-vti version.texi

fileutils.info: fileutils.texi version.texi

.texi.info:
	$(MAKEINFO) -I$(srcdir) $<

.texi.dvi:
	TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<

install-info: $(INFO_DEPS)
	$(top_srcdir)/mkinstalldirs $(infodir)
	for file in $(INFO_DEPS); do		\
	  if test -f $$file; then		\
	    d=.;				\
	  else					\
	    d=$(srcdir);			\
	  fi;					\
	  for ifile in $${file}*; do		\
	    $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
	  done;					\
	done

uninstall-info:
	cd $(srcdir) && for file in *.info*; do
	  rm -f $(infodir)/$$file; \
	done

mostlyclean-info:
	rm -f fileutils.aux fileutils.cp fileutils.cps fileutils.dvi
	rm -f fileutils.fn fileutils.fns fileutils.ky fileutils.log
	rm -f fileutils.pg fileutils.toc fileutils.tp fileutils.vr fileutils.op

clean-info:

distclean-info:

maintainer-clean-info:
	rm -f $(INFOS)

$(srcdir)/Makefile.in: Makefile.am
	cd $(top_srcdir) && automake $(subdir)/Makefile

Makefile: ../config.status Makefile.in
	cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status

tags: TAGS
TAGS:

distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist: $(DISTFILES)
	@for file in $(DISTFILES); do		\
	  test -f $(distdir)/$$file || {	\
	    echo linking $$file;		\
	    ln $(srcdir)/$$file $(distdir)/$$file; \
	  } || {				\
	    echo copying $$file instead;	\
	    cp -p $(srcdir)/$$file $(distdir)/$$file; \
	  };					\
	done

all: info

info: $(INFO_DEPS)

dvi: $(DVIS)

check: 

installcheck: 

install-data: install-info

install: install-data

uninstall: uninstall-info

installdirs:
	$(top_srcdir)/mkinstalldirs $(infodir)

mostlyclean-generic:
	test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:
	test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	rm -f Makefile $(DISTCLEANFILES)
	rm -f config.cache config.log $(CONFIG_HEADER) stamp-h

maintainer-clean-generic:
	test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)

mostlyclean: mostlyclean-vti mostlyclean-info mostlyclean-generic

clean: mostlyclean clean-vti clean-info clean-generic

distclean: clean distclean-vti distclean-info distclean-generic
	rm -f config.status

maintainer-clean: distclean maintainer-clean-vti maintainer-clean-info maintainer-clean-generic
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."


.SUFFIXES:
.SUFFIXES: .texi .info .dvi

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: