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

« back to all changes in this revision

Viewing changes to lib/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
INCLUDES = -I$(top_srcdir)/include
 
157
MAINTAINERCLEANFILES = Makefile.in
 
158
 
 
159
noinst_LTLIBRARIES = libipmitool.la
 
160
libipmitool_la_SOURCES = helper.c ipmi_sdr.c ipmi_sel.c ipmi_sol.c ipmi_pef.c \
 
161
                                  ipmi_lanp.c ipmi_fru.c ipmi_chassis.c ipmi_mc.c log.c \
 
162
                                  dimm_spd.c ipmi_sensor.c ipmi_channel.c ipmi_event.c \
 
163
                                  ipmi_session.c ipmi_strings.c ipmi_user.c ipmi_raw.c \
 
164
                                  ipmi_oem.c ipmi_isol.c
 
165
 
 
166
libipmitool_la_LDFLAGS = -export-dynamic
 
167
libipmitool_la_LIBADD = -lm
 
168
libipmitool_la_DEPENDENCIES = 
 
169
subdir = lib
 
170
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
171
CONFIG_HEADER = $(top_builddir)/config.h
 
172
CONFIG_CLEAN_FILES =
 
173
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
174
 
 
175
am_libipmitool_la_OBJECTS = helper.lo ipmi_sdr.lo ipmi_sel.lo \
 
176
        ipmi_sol.lo ipmi_pef.lo ipmi_lanp.lo ipmi_fru.lo \
 
177
        ipmi_chassis.lo ipmi_mc.lo log.lo dimm_spd.lo ipmi_sensor.lo \
 
178
        ipmi_channel.lo ipmi_event.lo ipmi_session.lo ipmi_strings.lo \
 
179
        ipmi_user.lo ipmi_raw.lo ipmi_oem.lo ipmi_isol.lo
 
180
libipmitool_la_OBJECTS = $(am_libipmitool_la_OBJECTS)
 
181
 
 
182
DEFS = @DEFS@
 
183
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
184
LDFLAGS = @LDFLAGS@
 
185
LIBS = @LIBS@
 
186
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
187
am__depfiles_maybe = depfiles
 
188
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dimm_spd.Plo ./$(DEPDIR)/helper.Plo \
 
189
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_channel.Plo \
 
190
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_chassis.Plo \
 
191
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_event.Plo ./$(DEPDIR)/ipmi_fru.Plo \
 
192
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_isol.Plo ./$(DEPDIR)/ipmi_lanp.Plo \
 
193
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_mc.Plo ./$(DEPDIR)/ipmi_oem.Plo \
 
194
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_pef.Plo ./$(DEPDIR)/ipmi_raw.Plo \
 
195
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_sdr.Plo ./$(DEPDIR)/ipmi_sel.Plo \
 
196
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_sensor.Plo \
 
197
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_session.Plo \
 
198
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_sol.Plo \
 
199
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_strings.Plo \
 
200
@AMDEP_TRUE@    ./$(DEPDIR)/ipmi_user.Plo ./$(DEPDIR)/log.Plo
 
201
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
202
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
203
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
204
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
205
CCLD = $(CC)
 
206
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
207
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
208
DIST_SOURCES = $(libipmitool_la_SOURCES)
 
209
DIST_COMMON = Makefile.am Makefile.in
 
210
SOURCES = $(libipmitool_la_SOURCES)
 
211
 
 
212
all: all-am
 
213
 
 
214
.SUFFIXES:
 
215
.SUFFIXES: .c .lo .o .obj
 
216
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
217
        cd $(top_srcdir) && \
 
218
          $(AUTOMAKE) --foreign  lib/Makefile
 
219
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
220
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
221
 
 
222
clean-noinstLTLIBRARIES:
 
223
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
224
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
225
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
226
          test -z "$dir" && dir=.; \
 
227
          echo "rm -f \"$${dir}/so_locations\""; \
 
228
          rm -f "$${dir}/so_locations"; \
 
229
        done
 
230
libipmitool.la: $(libipmitool_la_OBJECTS) $(libipmitool_la_DEPENDENCIES) 
 
231
        $(LINK)  $(libipmitool_la_LDFLAGS) $(libipmitool_la_OBJECTS) $(libipmitool_la_LIBADD) $(LIBS)
 
232
 
 
233
mostlyclean-compile:
 
234
        -rm -f *.$(OBJEXT) core *.core
 
235
 
 
236
distclean-compile:
 
237
        -rm -f *.tab.c
 
238
 
 
239
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dimm_spd.Plo@am__quote@
 
240
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Plo@am__quote@
 
241
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_channel.Plo@am__quote@
 
242
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_chassis.Plo@am__quote@
 
243
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_event.Plo@am__quote@
 
244
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_fru.Plo@am__quote@
 
245
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_isol.Plo@am__quote@
 
246
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_lanp.Plo@am__quote@
 
247
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_mc.Plo@am__quote@
 
248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_oem.Plo@am__quote@
 
249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_pef.Plo@am__quote@
 
250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_raw.Plo@am__quote@
 
251
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_sdr.Plo@am__quote@
 
252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_sel.Plo@am__quote@
 
253
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_sensor.Plo@am__quote@
 
254
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_session.Plo@am__quote@
 
255
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_sol.Plo@am__quote@
 
256
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_strings.Plo@am__quote@
 
257
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmi_user.Plo@am__quote@
 
258
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
 
259
 
 
260
distclean-depend:
 
261
        -rm -rf ./$(DEPDIR)
 
262
 
 
263
.c.o:
 
264
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
265
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
266
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
267
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
268
 
 
269
.c.obj:
 
270
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
271
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
272
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
273
        $(COMPILE) -c `cygpath -w $<`
 
274
 
 
275
.c.lo:
 
276
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
277
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
278
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
279
        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
280
CCDEPMODE = @CCDEPMODE@
 
281
 
 
282
mostlyclean-libtool:
 
283
        -rm -f *.lo
 
284
 
 
285
clean-libtool:
 
286
        -rm -rf .libs _libs
 
287
 
 
288
distclean-libtool:
 
289
        -rm -f libtool
 
290
uninstall-info-am:
 
291
 
 
292
ETAGS = etags
 
293
ETAGSFLAGS =
 
294
 
 
295
tags: TAGS
 
296
 
 
297
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
298
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
299
        unique=`for i in $$list; do \
 
300
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
301
          done | \
 
302
          $(AWK) '    { files[$$0] = 1; } \
 
303
               END { for (i in files) print i; }'`; \
 
304
        mkid -fID $$unique
 
305
 
 
306
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
307
                $(TAGS_FILES) $(LISP)
 
308
        tags=; \
 
309
        here=`pwd`; \
 
310
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
311
        unique=`for i in $$list; do \
 
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
313
          done | \
 
314
          $(AWK) '    { files[$$0] = 1; } \
 
315
               END { for (i in files) print i; }'`; \
 
316
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
317
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
318
             $$tags $$unique
 
319
 
 
320
GTAGS:
 
321
        here=`$(am__cd) $(top_builddir) && pwd` \
 
322
          && cd $(top_srcdir) \
 
323
          && gtags -i $(GTAGS_ARGS) $$here
 
324
 
 
325
distclean-tags:
 
326
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
327
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
328
 
 
329
top_distdir = ..
 
330
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
331
 
 
332
distdir: $(DISTFILES)
 
333
        @list='$(DISTFILES)'; for file in $$list; do \
 
334
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
335
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
336
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
337
            dir="/$$dir"; \
 
338
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
339
          else \
 
340
            dir=''; \
 
341
          fi; \
 
342
          if test -d $$d/$$file; then \
 
343
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
344
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
345
            fi; \
 
346
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
347
          else \
 
348
            test -f $(distdir)/$$file \
 
349
            || cp -p $$d/$$file $(distdir)/$$file \
 
350
            || exit 1; \
 
351
          fi; \
 
352
        done
 
353
check-am: all-am
 
354
check: check-am
 
355
all-am: Makefile $(LTLIBRARIES)
 
356
 
 
357
installdirs:
 
358
 
 
359
install: install-am
 
360
install-exec: install-exec-am
 
361
install-data: install-data-am
 
362
uninstall: uninstall-am
 
363
 
 
364
install-am: all-am
 
365
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
366
 
 
367
installcheck: installcheck-am
 
368
install-strip:
 
369
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
370
          INSTALL_STRIP_FLAG=-s \
 
371
          `test -z '$(STRIP)' || \
 
372
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
373
mostlyclean-generic:
 
374
 
 
375
clean-generic:
 
376
 
 
377
distclean-generic:
 
378
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
379
 
 
380
maintainer-clean-generic:
 
381
        @echo "This command is intended for maintainers to use"
 
382
        @echo "it deletes files that may require special tools to rebuild."
 
383
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
384
clean: clean-am
 
385
 
 
386
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
387
        mostlyclean-am
 
388
 
 
389
distclean: distclean-am
 
390
 
 
391
distclean-am: clean-am distclean-compile distclean-depend \
 
392
        distclean-generic distclean-libtool distclean-tags
 
393
 
 
394
dvi: dvi-am
 
395
 
 
396
dvi-am:
 
397
 
 
398
info: info-am
 
399
 
 
400
info-am:
 
401
 
 
402
install-data-am:
 
403
 
 
404
install-exec-am:
 
405
 
 
406
install-info: install-info-am
 
407
 
 
408
install-man:
 
409
 
 
410
installcheck-am:
 
411
 
 
412
maintainer-clean: maintainer-clean-am
 
413
 
 
414
maintainer-clean-am: distclean-am maintainer-clean-generic
 
415
 
 
416
mostlyclean: mostlyclean-am
 
417
 
 
418
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
419
        mostlyclean-libtool
 
420
 
 
421
uninstall-am: uninstall-info-am
 
422
 
 
423
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
424
        clean-libtool clean-noinstLTLIBRARIES distclean \
 
425
        distclean-compile distclean-depend distclean-generic \
 
426
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
427
        info-am install install-am install-data install-data-am \
 
428
        install-exec install-exec-am install-info install-info-am \
 
429
        install-man install-strip installcheck installcheck-am \
 
430
        installdirs maintainer-clean maintainer-clean-generic \
 
431
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
432
        mostlyclean-libtool tags uninstall uninstall-am \
 
433
        uninstall-info-am
 
434
 
 
435
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
436
# Otherwise a system limit (for SysV at least) may be exceeded.
 
437
.NOEXPORT: