~ubuntu-branches/ubuntu/maverick/ipmitool/maverick

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen
  • Date: 2005-04-07 01:18:44 UTC
  • Revision ID: james.westby@ubuntu.com-20050407011844-a1b206z5iefiu5vi
Tags: upstream-1.8.1
ImportĀ upstreamĀ versionĀ 1.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (c) 2003 Sun Microsystems, Inc.  All Rights Reserved.
 
18
 
19
# Redistribution and use in source and binary forms, with or without
 
20
# modification, are permitted provided that the following conditions
 
21
# are met:
 
22
 
23
# Redistribution of source code must retain the above copyright
 
24
# notice, this list of conditions and the following disclaimer.
 
25
 
26
# Redistribution in binary form must reproduce the above copyright
 
27
# notice, this list of conditions and the following disclaimer in the
 
28
# documentation and/or other materials provided with the distribution.
 
29
 
30
# Neither the name of Sun Microsystems, Inc. or the names of
 
31
# contributors may be used to endorse or promote products derived
 
32
# from this software without specific prior written permission.
 
33
 
34
# This software is provided "AS IS," without a warranty of any kind.
 
35
# ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
 
36
# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
 
37
# PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
 
38
# SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE
 
39
# FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
 
40
# OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.  IN NO EVENT WILL
 
41
# SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
 
42
# OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
 
43
# PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
 
44
# LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
 
45
# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 
46
 
47
# You acknowledge that this software is not designed or intended for use
 
48
# in the design, construction, operation or maintenance of any nuclear
 
49
# facility.
 
50
SHELL = @SHELL@
 
51
 
 
52
srcdir = @srcdir@
 
53
top_srcdir = @top_srcdir@
 
54
VPATH = @srcdir@
 
55
prefix = @prefix@
 
56
exec_prefix = @exec_prefix@
 
57
 
 
58
bindir = @bindir@
 
59
sbindir = @sbindir@
 
60
libexecdir = @libexecdir@
 
61
datadir = @datadir@
 
62
sysconfdir = @sysconfdir@
 
63
sharedstatedir = @sharedstatedir@
 
64
localstatedir = @localstatedir@
 
65
libdir = @libdir@
 
66
infodir = @infodir@
 
67
mandir = @mandir@
 
68
includedir = @includedir@
 
69
oldincludedir = /usr/include
 
70
pkgdatadir = $(datadir)/@PACKAGE@
 
71
pkglibdir = $(libdir)/@PACKAGE@
 
72
pkgincludedir = $(includedir)/@PACKAGE@
 
73
top_builddir = ..
 
74
 
 
75
ACLOCAL = @ACLOCAL@
 
76
AUTOCONF = @AUTOCONF@
 
77
AUTOMAKE = @AUTOMAKE@
 
78
AUTOHEADER = @AUTOHEADER@
 
79
 
 
80
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
81
INSTALL = @INSTALL@
 
82
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
83
INSTALL_DATA = @INSTALL_DATA@
 
84
install_sh_DATA = $(install_sh) -c -m 644
 
85
install_sh_PROGRAM = $(install_sh) -c
 
86
install_sh_SCRIPT = $(install_sh) -c
 
87
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
88
INSTALL_HEADER = $(INSTALL_DATA)
 
89
transform = @program_transform_name@
 
90
NORMAL_INSTALL = :
 
91
PRE_INSTALL = :
 
92
POST_INSTALL = :
 
93
NORMAL_UNINSTALL = :
 
94
PRE_UNINSTALL = :
 
95
POST_UNINSTALL = :
 
96
build_alias = @build_alias@
 
97
build_triplet = @build@
 
98
host_alias = @host_alias@
 
99
host_triplet = @host@
 
100
target_alias = @target_alias@
 
101
target_triplet = @target@
 
102
 
 
103
EXEEXT = @EXEEXT@
 
104
OBJEXT = @OBJEXT@
 
105
PATH_SEPARATOR = @PATH_SEPARATOR@
 
106
AMTAR = @AMTAR@
 
107
AR = @AR@
 
108
ARCH = @ARCH@
 
109
AS = @AS@
 
110
AWK = @AWK@
 
111
BASEDIR = @BASEDIR@
 
112
CC = @CC@
 
113
CFLAGS = @CFLAGS@
 
114
CPPFLAGS = @CPPFLAGS@
 
115
CXX = @CXX@
 
116
CXXCPP = @CXXCPP@
 
117
DEPDIR = @DEPDIR@
 
118
DLLTOOL = @DLLTOOL@
 
119
ECHO = @ECHO@
 
120
EGREP = @EGREP@
 
121
F77 = @F77@
 
122
GCJ = @GCJ@
 
123
GCJFLAGS = @GCJFLAGS@
 
124
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
125
INTF_BMC = @INTF_BMC@
 
126
INTF_BMC_LIB = @INTF_BMC_LIB@
 
127
INTF_IMB = @INTF_IMB@
 
128
INTF_IMB_LIB = @INTF_IMB_LIB@
 
129
INTF_LAN = @INTF_LAN@
 
130
INTF_LANPLUS = @INTF_LANPLUS@
 
131
INTF_LANPLUS_LIB = @INTF_LANPLUS_LIB@
 
132
INTF_LAN_LIB = @INTF_LAN_LIB@
 
133
INTF_LIPMI = @INTF_LIPMI@
 
134
INTF_LIPMI_LIB = @INTF_LIPMI_LIB@
 
135
INTF_OPEN = @INTF_OPEN@
 
136
INTF_OPEN_LIB = @INTF_OPEN_LIB@
 
137
IPMIEVD_BIN = @IPMIEVD_BIN@
 
138
IPMITOOL_INTF_LIB = @IPMITOOL_INTF_LIB@
 
139
LIBTOOL = @LIBTOOL@
 
140
LN_S = @LN_S@
 
141
OBJDUMP = @OBJDUMP@
 
142
OS = @OS@
 
143
PACKAGE = @PACKAGE@
 
144
PSTAMP = @PSTAMP@
 
145
RANLIB = @RANLIB@
 
146
RC = @RC@
 
147
RPMBUILD = @RPMBUILD@
 
148
SED = @SED@
 
149
STRIP = @STRIP@
 
150
VERSION = @VERSION@
 
151
ac_configure_args = @ac_configure_args@
 
152
am__include = @am__include@
 
153
am__quote = @am__quote@
 
154
install_sh = @install_sh@
 
155
 
 
156
MAINTAINERCLEANFILES = Makefile.in
 
157
 
 
158
man_MANS = ipmitool.1
 
159
 
 
160
EXTRA_DIST = $(man_MANS)
 
161
subdir = doc
 
162
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
163
CONFIG_HEADER = $(top_builddir)/config.h
 
164
CONFIG_CLEAN_FILES =
 
165
DIST_SOURCES =
 
166
 
 
167
NROFF = nroff
 
168
MANS = $(man_MANS)
 
169
DIST_COMMON = Makefile.am Makefile.in
 
170
all: all-am
 
171
 
 
172
.SUFFIXES:
 
173
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
174
        cd $(top_srcdir) && \
 
175
          $(AUTOMAKE) --foreign  doc/Makefile
 
176
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
177
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
178
 
 
179
mostlyclean-libtool:
 
180
        -rm -f *.lo
 
181
 
 
182
clean-libtool:
 
183
        -rm -rf .libs _libs
 
184
 
 
185
distclean-libtool:
 
186
        -rm -f libtool
 
187
uninstall-info-am:
 
188
 
 
189
man1dir = $(mandir)/man1
 
190
install-man1: $(man1_MANS) $(man_MANS)
 
191
        @$(NORMAL_INSTALL)
 
192
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
193
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
194
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
195
        for i in $$l2; do \
 
196
          case "$$i" in \
 
197
            *.1*) list="$$list $$i" ;; \
 
198
          esac; \
 
199
        done; \
 
200
        for i in $$list; do \
 
201
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
202
          else file=$$i; fi; \
 
203
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
204
          case "$$ext" in \
 
205
            1*) ;; \
 
206
            *) ext='1' ;; \
 
207
          esac; \
 
208
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
209
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
210
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
211
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
 
212
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
 
213
        done
 
214
uninstall-man1:
 
215
        @$(NORMAL_UNINSTALL)
 
216
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
217
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
218
        for i in $$l2; do \
 
219
          case "$$i" in \
 
220
            *.1*) list="$$list $$i" ;; \
 
221
          esac; \
 
222
        done; \
 
223
        for i in $$list; do \
 
224
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
225
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
226
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
227
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
228
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
 
229
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
 
230
        done
 
231
tags: TAGS
 
232
TAGS:
 
233
 
 
234
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
235
 
 
236
top_distdir = ..
 
237
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
238
 
 
239
distdir: $(DISTFILES)
 
240
        @list='$(DISTFILES)'; for file in $$list; do \
 
241
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
242
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
243
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
244
            dir="/$$dir"; \
 
245
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
246
          else \
 
247
            dir=''; \
 
248
          fi; \
 
249
          if test -d $$d/$$file; then \
 
250
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
251
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
252
            fi; \
 
253
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
254
          else \
 
255
            test -f $(distdir)/$$file \
 
256
            || cp -p $$d/$$file $(distdir)/$$file \
 
257
            || exit 1; \
 
258
          fi; \
 
259
        done
 
260
check-am: all-am
 
261
check: check-am
 
262
all-am: Makefile $(MANS)
 
263
 
 
264
installdirs:
 
265
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
266
 
 
267
install: install-am
 
268
install-exec: install-exec-am
 
269
install-data: install-data-am
 
270
uninstall: uninstall-am
 
271
 
 
272
install-am: all-am
 
273
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
274
 
 
275
installcheck: installcheck-am
 
276
install-strip:
 
277
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
278
          INSTALL_STRIP_FLAG=-s \
 
279
          `test -z '$(STRIP)' || \
 
280
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
281
mostlyclean-generic:
 
282
 
 
283
clean-generic:
 
284
 
 
285
distclean-generic:
 
286
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
287
 
 
288
maintainer-clean-generic:
 
289
        @echo "This command is intended for maintainers to use"
 
290
        @echo "it deletes files that may require special tools to rebuild."
 
291
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
292
clean: clean-am
 
293
 
 
294
clean-am: clean-generic clean-libtool mostlyclean-am
 
295
 
 
296
distclean: distclean-am
 
297
 
 
298
distclean-am: clean-am distclean-generic distclean-libtool
 
299
 
 
300
dvi: dvi-am
 
301
 
 
302
dvi-am:
 
303
 
 
304
info: info-am
 
305
 
 
306
info-am:
 
307
 
 
308
install-data-am: install-man
 
309
 
 
310
install-exec-am:
 
311
 
 
312
install-info: install-info-am
 
313
 
 
314
install-man: install-man1
 
315
 
 
316
installcheck-am:
 
317
 
 
318
maintainer-clean: maintainer-clean-am
 
319
 
 
320
maintainer-clean-am: distclean-am maintainer-clean-generic
 
321
 
 
322
mostlyclean: mostlyclean-am
 
323
 
 
324
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
325
 
 
326
uninstall-am: uninstall-info-am uninstall-man
 
327
 
 
328
uninstall-man: uninstall-man1
 
329
 
 
330
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
331
        distclean distclean-generic distclean-libtool distdir dvi \
 
332
        dvi-am info info-am install install-am install-data \
 
333
        install-data-am install-exec install-exec-am install-info \
 
334
        install-info-am install-man install-man1 install-strip \
 
335
        installcheck installcheck-am installdirs maintainer-clean \
 
336
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
337
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
 
338
        uninstall-man uninstall-man1
 
339
 
 
340
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
341
# Otherwise a system limit (for SysV at least) may be exceeded.
 
342
.NOEXPORT: