]> andersk Git - splint.git/blame - doc/Makefile.in
Added doc/Makefile.am to get make dist to work.
[splint.git] / doc / Makefile.in
CommitLineData
3739432e 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
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AWK = @AWK@
62BISON = @BISON@
63CAT = @CAT@
64CC = @CC@
65CP = @CP@
66CPP = @CPP@
67DEPDIR = @DEPDIR@
68DIFF = @DIFF@
69EXEEXT = @EXEEXT@
70GREP = @GREP@
71INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72LCLOBJ = @LCLOBJ@
73LEX = @LEX@
74LN_S = @LN_S@
75MV = @MV@
76OBJEXT = @OBJEXT@
77PACKAGE = @PACKAGE@
78RM = @RM@
79VERSION = @VERSION@
80am__include = @am__include@
81am__quote = @am__quote@
82install_sh = @install_sh@
83
84AUTOMAKE_OPTIONS = 1.5 foreign
85
86
87#this is just a hack to get make dist to work.
88EXTRA_DIST = splint.1
89subdir = doc
90mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
91CONFIG_HEADER = $(top_builddir)/config.h
92CONFIG_CLEAN_FILES =
93DIST_SOURCES =
94DIST_COMMON = Makefile.am Makefile.in
95all: all-am
96
97.SUFFIXES:
98$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
99 cd $(top_srcdir) && \
100 $(AUTOMAKE) --foreign doc/Makefile
101Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
102 cd $(top_builddir) && \
103 CONFIG_HEADERS= CONFIG_LINKS= \
104 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
105uninstall-info-am:
106tags: TAGS
107TAGS:
108
109
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111
112top_distdir = ..
113distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
114
115distdir: $(DISTFILES)
116 @for file in $(DISTFILES); do \
117 if test -f $$file; then d=.; else d=$(srcdir); fi; \
118 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
119 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
120 $(mkinstalldirs) "$(distdir)/$$dir"; \
121 fi; \
122 if test -d $$d/$$file; then \
123 cp -pR $$d/$$file $(distdir) \
124 || exit 1; \
125 else \
126 test -f $(distdir)/$$file \
127 || cp -p $$d/$$file $(distdir)/$$file \
128 || exit 1; \
129 fi; \
130 done
131check-am: all-am
132check: check-am
133all-am: Makefile
134
135installdirs:
136
137install: install-am
138install-exec: install-exec-am
139install-data: install-data-am
140uninstall: uninstall-am
141
142install-am: all-am
143 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
144
145installcheck: installcheck-am
146install-strip:
147 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
148 `test -z '$(STRIP)' || \
149 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
150mostlyclean-generic:
151
152clean-generic:
153
154distclean-generic:
155 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
156
157maintainer-clean-generic:
158 @echo "This command is intended for maintainers to use"
159 @echo "it deletes files that may require special tools to rebuild."
160clean: clean-am
161
162clean-am: clean-generic mostlyclean-am
163
164distclean: distclean-am
165
166distclean-am: clean-am distclean-generic
167
168dvi: dvi-am
169
170dvi-am:
171
172info: info-am
173
174info-am:
175
176install-data-am:
177
178install-exec-am:
179
180install-info: install-info-am
181
182install-man:
183
184installcheck-am:
185
186maintainer-clean: maintainer-clean-am
187
188maintainer-clean-am: distclean-am maintainer-clean-generic
189
190mostlyclean: mostlyclean-am
191
192mostlyclean-am: mostlyclean-generic
193
194uninstall-am: uninstall-info-am
195
196.PHONY: all all-am check check-am clean clean-generic distclean \
197 distclean-generic distdir dvi dvi-am info info-am install \
198 install-am install-data install-data-am install-exec \
199 install-exec-am install-info install-info-am install-man \
200 install-strip installcheck installcheck-am installdirs \
201 maintainer-clean maintainer-clean-generic mostlyclean \
202 mostlyclean-generic uninstall uninstall-am uninstall-info-am
203
204
205all:
206# Tell versions [3.59,3.63) of GNU make to not export all variables.
207# Otherwise a system limit (for SysV at least) may be exceeded.
208.NOEXPORT:
This page took 4.220631 seconds and 5 git commands to generate.