/[public]/psiconv/trunk/docs/Makefile.in
ViewVC logotype

Contents of /psiconv/trunk/docs/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (show annotations)
Wed Oct 27 14:29:40 1999 UTC (24 years, 5 months ago) by frodo
File size: 4745 byte(s)
(Frodo) Added configuration options for more warnings

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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
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
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
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 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 INT_16_BIT = @INT_16_BIT@
66 INT_32_BIT = @INT_32_BIT@
67 INT_8_BIT = @INT_8_BIT@
68 LD = @LD@
69 LIBTOOL = @LIBTOOL@
70 LIB_MAGICK = @LIB_MAGICK@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 NM = @NM@
74 OBJDUMP = @OBJDUMP@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 VERSION = @VERSION@
78 cflags_set = @cflags_set@
79
80 EXTRA_DIST = ascii html html4
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = ../config.h
83 CONFIG_CLEAN_FILES =
84 DIST_COMMON = Makefile.am Makefile.in
85
86
87 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
88
89 TAR = tar
90 GZIP_ENV = --best
91 all: all-redirect
92 .SUFFIXES:
93 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile
95
96 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
97 cd $(top_builddir) \
98 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
99
100 tags: TAGS
101 TAGS:
102
103
104 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
105
106 subdir = docs
107
108 distdir: $(DISTFILES)
109 here=`cd $(top_builddir) && pwd`; \
110 top_distdir=`cd $(top_distdir) && pwd`; \
111 distdir=`cd $(distdir) && pwd`; \
112 cd $(top_srcdir) \
113 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile
114 @for file in $(DISTFILES); do \
115 d=$(srcdir); \
116 if test -d $$d/$$file; then \
117 cp -pr $$/$$file $(distdir)/$$file; \
118 else \
119 test -f $(distdir)/$$file \
120 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
121 || cp -p $$d/$$file $(distdir)/$$file || :; \
122 fi; \
123 done
124 info-am:
125 info: info-am
126 dvi-am:
127 dvi: dvi-am
128 check-am: all-am
129 check: check-am
130 installcheck-am:
131 installcheck: installcheck-am
132 install-exec-am:
133 install-exec: install-exec-am
134
135 install-data-am:
136 install-data: install-data-am
137
138 install-am: all-am
139 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
140 install: install-am
141 uninstall-am:
142 uninstall: uninstall-am
143 all-am: Makefile
144 all-redirect: all-am
145 install-strip:
146 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
147 installdirs:
148
149
150 mostlyclean-generic:
151
152 clean-generic:
153
154 distclean-generic:
155 -rm -f Makefile $(CONFIG_CLEAN_FILES)
156 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
157
158 maintainer-clean-generic:
159 mostlyclean-am: mostlyclean-generic
160
161 mostlyclean: mostlyclean-am
162
163 clean-am: clean-generic mostlyclean-am
164
165 clean: clean-am
166
167 distclean-am: distclean-generic clean-am
168 -rm -f libtool
169
170 distclean: distclean-am
171
172 maintainer-clean-am: maintainer-clean-generic distclean-am
173 @echo "This command is intended for maintainers to use;"
174 @echo "it deletes files that may require special tools to rebuild."
175
176 maintainer-clean: maintainer-clean-am
177
178 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
179 installcheck-am installcheck install-exec-am install-exec \
180 install-data-am install-data install-am install uninstall-am uninstall \
181 all-redirect all-am all installdirs mostlyclean-generic \
182 distclean-generic clean-generic maintainer-clean-generic clean \
183 mostlyclean distclean maintainer-clean
184
185
186 # Tell versions [3.59,3.63) of GNU make to not export all variables.
187 # Otherwise a system limit (for SysV at least) may be exceeded.
188 .NOEXPORT:

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26