]> andersk Git - splint.git/blob - doc/Makefile.in
*** empty log message ***
[splint.git] / doc / Makefile.in
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 build_alias = @build_alias@
59 build_triplet = @build@
60 host_alias = @host_alias@
61 host_triplet = @host@
62 target_alias = @target_alias@
63 target_triplet = @target@
64 BISON = @BISON@
65 CAT = @CAT@
66 CC = @CC@
67 CP = @CP@
68 CPP = @CPP@
69 DIFF = @DIFF@
70 GREP = @GREP@
71 LCLOBJ = @LCLOBJ@
72 LEX = @LEX@
73 LN_S = @LN_S@
74 MV = @MV@
75 PACKAGE = @PACKAGE@
76 RM = @RM@
77 VERSION = @VERSION@
78
79 AUTOMAKE_OPTIONS = 1.5 foreign
80
81
82 #this is just a hack to get make dist to work.
83 EXTRA_DIST = splint.1
84 subdir = doc
85 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
86 CONFIG_HEADER = $(top_builddir)/config.h
87 CONFIG_CLEAN_FILES =
88 DIST_SOURCES =
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) --foreign  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 tags: TAGS
102 TAGS:
103
104
105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
107 top_distdir = ..
108 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
109
110 distdir: $(DISTFILES)
111         @for file in $(DISTFILES); do \
112           if test -f $$file; then d=.; else d=$(srcdir); fi; \
113           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
114           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
115             $(mkinstalldirs) "$(distdir)/$$dir"; \
116           fi; \
117           if test -d $$d/$$file; then \
118             cp -pR $$d/$$file $(distdir) \
119             || exit 1; \
120           else \
121             test -f $(distdir)/$$file \
122             || cp -p $$d/$$file $(distdir)/$$file \
123             || exit 1; \
124           fi; \
125         done
126 check-am: all-am
127 check: check-am
128 all-am: Makefile
129
130 installdirs:
131
132 install: install-am
133 install-exec: install-exec-am
134 install-data: install-data-am
135 uninstall: uninstall-am
136
137 install-am: all-am
138         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
139
140 installcheck: installcheck-am
141 install-strip:
142         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
143           `test -z '$(STRIP)' || \
144             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
145 mostlyclean-generic:
146
147 clean-generic:
148
149 distclean-generic:
150         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
151
152 maintainer-clean-generic:
153         @echo "This command is intended for maintainers to use"
154         @echo "it deletes files that may require special tools to rebuild."
155 clean: clean-am
156
157 clean-am: clean-generic mostlyclean-am
158
159 distclean: distclean-am
160
161 distclean-am: clean-am distclean-generic
162
163 dvi: dvi-am
164
165 dvi-am:
166
167 info: info-am
168
169 info-am:
170
171 install-data-am:
172
173 install-exec-am:
174
175 install-info: install-info-am
176
177 install-man:
178
179 installcheck-am:
180
181 maintainer-clean: maintainer-clean-am
182
183 maintainer-clean-am: distclean-am maintainer-clean-generic
184
185 mostlyclean: mostlyclean-am
186
187 mostlyclean-am: mostlyclean-generic
188
189 uninstall-am: uninstall-info-am
190
191 .PHONY: all all-am check check-am clean clean-generic distclean \
192         distclean-generic distdir dvi dvi-am info info-am install \
193         install-am install-data install-data-am install-exec \
194         install-exec-am install-info install-info-am install-man \
195         install-strip installcheck installcheck-am installdirs \
196         maintainer-clean maintainer-clean-generic mostlyclean \
197         mostlyclean-generic uninstall uninstall-am uninstall-info-am
198
199
200 all:
201 # Tell versions [3.59,3.63) of GNU make to not export all variables.
202 # Otherwise a system limit (for SysV at least) may be exceeded.
203 .NOEXPORT:
This page took 0.056346 seconds and 5 git commands to generate.