source: trunk/gsdl/packages/yaz/doc/Makefile.in@ 1860

Last change on this file since 1860 was 1713, checked in by jrm21, 24 years ago

Tidied up YAZ Makefiles and Makefiles.ins

  • Property svn:keywords set to Author Date Id Revision
File size: 5.6 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
7
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.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60ASNMODULE = @ASNMODULE@
61CC = @CC@
62CPP = @CPP@
63ILLLIB = @ILLLIB@
64ILLMODULE = @ILLMODULE@
65MAKEINFO = @MAKEINFO@
66PACKAGE = @PACKAGE@
67RANLIB = @RANLIB@
68SUBDIRS_VAR = @SUBDIRS_VAR@
69VERSION = @VERSION@
70have_sgml2html = @have_sgml2html@
71have_sgml2latex = @have_sgml2latex@
72have_sgml2txt = @have_sgml2txt@
73
74docdir = $(pkgdatadir)/doc
75
76doc_DATA = yaz.sgml yaz.txt yaz.ps profiles.sgml profiles.txt profiles.ps yaz.html yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html yaz-6.html yaz-7.html yaz-8.html yaz-9.html
77
78
79EXTRA_DIST = yaz.sgml yaz.txt yaz.ps profiles.sgml profiles.txt profiles.ps yaz.html yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html yaz-6.html yaz-7.html yaz-8.html yaz-9.html
80
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_CLEAN_FILES =
83DATA = $(doc_DATA)
84
85DIST_COMMON = Makefile.am Makefile.in
86
87
88DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
89
90TAR = gtar
91GZIP_ENV = --best
92all: all-redirect
93.SUFFIXES:
94##$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
95## cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
96
97Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
98 cd $(top_builddir) \
99 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
100
101
102install-docDATA: $(doc_DATA)
103 @$(NORMAL_INSTALL)
104 $(mkinstalldirs) $(DESTDIR)$(docdir)
105 @list='$(doc_DATA)'; for p in $$list; do \
106 if test -f $(srcdir)/$$p; then \
107 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
108 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
109 else if test -f $$p; then \
110 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
111 $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
112 fi; fi; \
113 done
114
115uninstall-docDATA:
116 @$(NORMAL_UNINSTALL)
117 list='$(doc_DATA)'; for p in $$list; do \
118 rm -f $(DESTDIR)$(docdir)/$$p; \
119 done
120tags: TAGS
121TAGS:
122
123
124distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
125
126subdir = doc
127
128distdir: $(DISTFILES)
129 @for file in $(DISTFILES); do \
130 d=$(srcdir); \
131 if test -d $$d/$$file; then \
132 cp -pr $$/$$file $(distdir)/$$file; \
133 else \
134 test -f $(distdir)/$$file \
135 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
136 || cp -p $$d/$$file $(distdir)/$$file || :; \
137 fi; \
138 done
139info-am:
140info: info-am
141dvi-am:
142dvi: dvi-am
143check-am: all-am
144check: check-am
145installcheck-am:
146installcheck: installcheck-am
147install-exec-am:
148install-exec: install-exec-am
149
150install-data-am: install-docDATA
151install-data: install-data-am
152
153install-am: all-am
154 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
155install: install-am
156uninstall-am: uninstall-docDATA
157uninstall: uninstall-am
158all-am: Makefile $(DATA)
159all-redirect: all-am
160install-strip:
161 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
162installdirs:
163 $(mkinstalldirs) $(DESTDIR)$(docdir)
164
165
166mostlyclean-generic:
167
168clean-generic:
169
170distclean-generic:
171 -rm -f Makefile $(CONFIG_CLEAN_FILES)
172 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
173
174maintainer-clean-generic:
175mostlyclean-am: mostlyclean-generic
176
177mostlyclean: mostlyclean-am
178
179clean-am: clean-generic mostlyclean-am
180
181clean: clean-am
182
183distclean-am: distclean-generic clean-am
184
185distclean: distclean-am
186
187maintainer-clean-am: maintainer-clean-generic distclean-am
188 @echo "This command is intended for maintainers to use;"
189 @echo "it deletes files that may require special tools to rebuild."
190
191maintainer-clean: maintainer-clean-am
192
193.PHONY: uninstall-docDATA install-docDATA tags distdir info-am info \
194dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
195install-exec install-data-am install-data install-am install \
196uninstall-am uninstall all-redirect all-am all installdirs \
197mostlyclean-generic distclean-generic clean-generic \
198maintainer-clean-generic clean mostlyclean distclean maintainer-clean
199
200
201yaz.txt: yaz.sgml
202 sgml2txt -f yaz.sgml
203
204yaz.ps: yaz.sgml
205 sgml2latex -o ps yaz.sgml
206
207profiles.txt: profiles.sgml
208 sgml2txt -f profiles.sgml
209
210profiles.ps: profiles.sgml
211 sgml2latex -o ps profiles.sgml
212
213yaz.html: yaz.sgml
214 sgml2html yaz.sgml
215
216# Tell versions [3.59,3.63) of GNU make to not export all variables.
217# Otherwise a system limit (for SysV at least) may be exceeded.
218.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.