~ubuntu-branches/debian/sid/ipmitool/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2013-05-07 18:12:12 UTC
  • mfrom: (5.1.11 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130507181212-fitwelheknk3tqnq
Tags: 1.8.12-1
Merge new upstream from Ubuntu (Closes: #692292).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
44
45
# LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
45
46
# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
46
47
 
47
 
SOURCES = $(ipmievd_SOURCES) $(ipmitool_SOURCES)
48
 
 
49
 
srcdir = @srcdir@
50
 
top_srcdir = @top_srcdir@
51
48
VPATH = @srcdir@
52
49
pkgdatadir = $(datadir)/@PACKAGE@
 
50
pkgincludedir = $(includedir)/@PACKAGE@
53
51
pkglibdir = $(libdir)/@PACKAGE@
54
 
pkgincludedir = $(includedir)/@PACKAGE@
55
 
top_builddir = ..
 
52
pkglibexecdir = $(libexecdir)/@PACKAGE@
56
53
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
57
 
INSTALL = @INSTALL@
58
54
install_sh_DATA = $(install_sh) -c -m 644
59
55
install_sh_PROGRAM = $(install_sh) -c
60
56
install_sh_SCRIPT = $(install_sh) -c
80
76
mkinstalldirs = $(install_sh) -d
81
77
CONFIG_HEADER = $(top_builddir)/config.h
82
78
CONFIG_CLEAN_FILES =
 
79
CONFIG_CLEAN_VPATH_FILES =
83
80
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
84
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
85
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
86
81
PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
87
82
am_ipmievd_OBJECTS = ipmievd.$(OBJEXT)
88
83
ipmievd_OBJECTS = $(am_ipmievd_OBJECTS)
92
87
ipmitool_OBJECTS = $(am_ipmitool_OBJECTS)
93
88
ipmitool_DEPENDENCIES = $(top_builddir)/lib/libipmitool.la \
94
89
        plugins/libintf.la
95
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
90
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96
91
depcomp = $(SHELL) $(top_srcdir)/depcomp
97
92
am__depfiles_maybe = depfiles
 
93
am__mv = mv -f
98
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99
95
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
101
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
102
 
        $(AM_CFLAGS) $(CFLAGS)
 
96
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
97
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
98
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103
99
CCLD = $(CC)
104
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
105
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
100
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
101
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
102
        $(LDFLAGS) -o $@
106
103
SOURCES = $(ipmievd_SOURCES) $(ipmitool_SOURCES)
107
104
DIST_SOURCES = $(ipmievd_SOURCES) $(ipmitool_SOURCES)
108
105
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
109
106
        html-recursive info-recursive install-data-recursive \
110
 
        install-exec-recursive install-info-recursive \
111
 
        install-recursive installcheck-recursive installdirs-recursive \
112
 
        pdf-recursive ps-recursive uninstall-info-recursive \
113
 
        uninstall-recursive
 
107
        install-dvi-recursive install-exec-recursive \
 
108
        install-html-recursive install-info-recursive \
 
109
        install-pdf-recursive install-ps-recursive install-recursive \
 
110
        installcheck-recursive installdirs-recursive pdf-recursive \
 
111
        ps-recursive uninstall-recursive
 
112
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
113
  distclean-recursive maintainer-clean-recursive
 
114
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
115
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
116
        distdir
114
117
ETAGS = etags
115
118
CTAGS = ctags
116
119
DIST_SUBDIRS = $(SUBDIRS)
117
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
121
am__relativize = \
 
122
  dir0=`pwd`; \
 
123
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
124
  sed_rest='s,^[^/]*/*,,'; \
 
125
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
126
  sed_butlast='s,/*[^/]*$$,,'; \
 
127
  while test -n "$$dir1"; do \
 
128
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
129
    if test "$$first" != "."; then \
 
130
      if test "$$first" = ".."; then \
 
131
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
132
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
133
      else \
 
134
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
135
        if test "$$first2" = "$$first"; then \
 
136
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
137
        else \
 
138
          dir2="../$$dir2"; \
 
139
        fi; \
 
140
        dir0="$$dir0"/"$$first"; \
 
141
      fi; \
 
142
    fi; \
 
143
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
144
  done; \
 
145
  reldir="$$dir2"
118
146
ACLOCAL = @ACLOCAL@
119
 
AMDEP_FALSE = @AMDEP_FALSE@
120
 
AMDEP_TRUE = @AMDEP_TRUE@
121
147
AMTAR = @AMTAR@
122
148
AR = @AR@
123
149
ARCH = @ARCH@
131
157
CFLAGS = @CFLAGS@
132
158
CPP = @CPP@
133
159
CPPFLAGS = @CPPFLAGS@
134
 
CXX = @CXX@
135
 
CXXCPP = @CXXCPP@
136
 
CXXDEPMODE = @CXXDEPMODE@
137
 
CXXFLAGS = @CXXFLAGS@
138
160
CYGPATH_W = @CYGPATH_W@
139
161
DEFS = @DEFS@
140
162
DEPDIR = @DEPDIR@
141
163
DISTRO = @DISTRO@
142
 
ECHO = @ECHO@
 
164
DLLTOOL = @DLLTOOL@
 
165
DSYMUTIL = @DSYMUTIL@
 
166
DUMPBIN = @DUMPBIN@
143
167
ECHO_C = @ECHO_C@
144
168
ECHO_N = @ECHO_N@
145
169
ECHO_T = @ECHO_T@
146
170
EGREP = @EGREP@
147
171
EXEEXT = @EXEEXT@
148
 
F77 = @F77@
149
 
FFLAGS = @FFLAGS@
 
172
FGREP = @FGREP@
 
173
GREP = @GREP@
 
174
INSTALL = @INSTALL@
150
175
INSTALL_DATA = @INSTALL_DATA@
151
176
INSTALL_PROGRAM = @INSTALL_PROGRAM@
152
177
INSTALL_SCRIPT = @INSTALL_SCRIPT@
166
191
INTF_OPEN = @INTF_OPEN@
167
192
INTF_OPEN_LIB = @INTF_OPEN_LIB@
168
193
IPMITOOL_INTF_LIB = @IPMITOOL_INTF_LIB@
 
194
LD = @LD@
169
195
LDFLAGS = @LDFLAGS@
170
196
LIBOBJS = @LIBOBJS@
171
197
LIBS = @LIBS@
172
198
LIBTOOL = @LIBTOOL@
 
199
LIPO = @LIPO@
173
200
LN_S = @LN_S@
174
201
LTLIBOBJS = @LTLIBOBJS@
175
202
MAKEINFO = @MAKEINFO@
 
203
MANIFEST_TOOL = @MANIFEST_TOOL@
 
204
MKDIR_P = @MKDIR_P@
 
205
NM = @NM@
 
206
NMEDIT = @NMEDIT@
 
207
OBJDUMP = @OBJDUMP@
176
208
OBJEXT = @OBJEXT@
177
209
OS = @OS@
 
210
OTOOL = @OTOOL@
 
211
OTOOL64 = @OTOOL64@
178
212
PACKAGE = @PACKAGE@
179
213
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180
214
PACKAGE_NAME = @PACKAGE_NAME@
181
215
PACKAGE_STRING = @PACKAGE_STRING@
182
216
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
217
PACKAGE_URL = @PACKAGE_URL@
183
218
PACKAGE_VERSION = @PACKAGE_VERSION@
184
219
PATH_SEPARATOR = @PATH_SEPARATOR@
185
220
POW_LIB = @POW_LIB@
192
227
SHELL = @SHELL@
193
228
STRIP = @STRIP@
194
229
VERSION = @VERSION@
 
230
abs_builddir = @abs_builddir@
 
231
abs_srcdir = @abs_srcdir@
 
232
abs_top_builddir = @abs_top_builddir@
 
233
abs_top_srcdir = @abs_top_srcdir@
195
234
ac_configure_args = @ac_configure_args@
196
235
ac_ct_AR = @ac_ct_AR@
197
236
ac_ct_CC = @ac_ct_CC@
198
 
ac_ct_CXX = @ac_ct_CXX@
199
 
ac_ct_F77 = @ac_ct_F77@
200
 
ac_ct_RANLIB = @ac_ct_RANLIB@
201
 
ac_ct_STRIP = @ac_ct_STRIP@
202
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
203
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
204
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
205
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
237
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
206
238
am__include = @am__include@
207
239
am__leading_dot = @am__leading_dot@
208
240
am__quote = @am__quote@
214
246
build_cpu = @build_cpu@
215
247
build_os = @build_os@
216
248
build_vendor = @build_vendor@
 
249
builddir = @builddir@
217
250
datadir = @datadir@
 
251
datarootdir = @datarootdir@
 
252
docdir = @docdir@
 
253
dvidir = @dvidir@
218
254
exec_prefix = @exec_prefix@
219
255
host = @host@
220
256
host_alias = @host_alias@
221
257
host_cpu = @host_cpu@
222
258
host_os = @host_os@
223
259
host_vendor = @host_vendor@
 
260
htmldir = @htmldir@
224
261
includedir = @includedir@
225
262
infodir = @infodir@
226
263
install_sh = @install_sh@
227
264
libdir = @libdir@
228
265
libexecdir = @libexecdir@
 
266
localedir = @localedir@
229
267
localstatedir = @localstatedir@
230
268
mandir = @mandir@
231
269
mkdir_p = @mkdir_p@
232
270
oldincludedir = @oldincludedir@
 
271
pdfdir = @pdfdir@
233
272
prefix = @prefix@
234
273
program_transform_name = @program_transform_name@
 
274
psdir = @psdir@
235
275
sbindir = @sbindir@
236
276
sharedstatedir = @sharedstatedir@
 
277
srcdir = @srcdir@
237
278
sysconfdir = @sysconfdir@
238
279
target = @target@
239
280
target_alias = @target_alias@
240
281
target_cpu = @target_cpu@
241
282
target_os = @target_os@
242
283
target_vendor = @target_vendor@
 
284
top_build_prefix = @top_build_prefix@
 
285
top_builddir = @top_builddir@
 
286
top_srcdir = @top_srcdir@
243
287
INCLUDES = -I$(top_srcdir)/include
244
288
SUBDIRS = plugins
245
289
MAINTAINERCLEANFILES = Makefile.in
255
299
        @for dep in $?; do \
256
300
          case '$(am__configure_deps)' in \
257
301
            *$$dep*) \
258
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
259
 
                && exit 0; \
 
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
303
                && { if test -f $@; then exit 0; else break; fi; }; \
260
304
              exit 1;; \
261
305
          esac; \
262
306
        done; \
263
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
264
 
        cd $(top_srcdir) && \
265
 
          $(AUTOMAKE) --foreign  src/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --foreign src/Makefile
266
310
.PRECIOUS: Makefile
267
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268
312
        @case '$?' in \
280
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
325
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
282
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
283
328
install-binPROGRAMS: $(bin_PROGRAMS)
284
329
        @$(NORMAL_INSTALL)
285
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
286
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
287
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
288
 
          if test -f $$p \
289
 
             || test -f $$p1 \
290
 
          ; then \
291
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
292
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
293
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
294
 
          else :; fi; \
295
 
        done
 
330
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
331
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
332
        for p in $$list; do echo "$$p $$p"; done | \
 
333
        sed 's/$(EXEEXT)$$//' | \
 
334
        while read p p1; do if test -f $$p || test -f $$p1; \
 
335
          then echo "$$p"; echo "$$p"; else :; fi; \
 
336
        done | \
 
337
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
338
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
339
        sed 'N;N;N;s,\n, ,g' | \
 
340
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
341
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
342
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
343
            else { print "f", $$3 "/" $$4, $$1; } } \
 
344
          END { for (d in files) print "f", d, files[d] }' | \
 
345
        while read type dir files; do \
 
346
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
347
            test -z "$$files" || { \
 
348
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
349
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
350
            } \
 
351
        ; done
296
352
 
297
353
uninstall-binPROGRAMS:
298
354
        @$(NORMAL_UNINSTALL)
299
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
300
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
301
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
302
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
303
 
        done
 
355
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
356
        files=`for p in $$list; do echo "$$p"; done | \
 
357
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
358
              -e 's/$$/$(EXEEXT)/' `; \
 
359
        test -n "$$list" || exit 0; \
 
360
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
361
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
304
362
 
305
363
clean-binPROGRAMS:
306
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
307
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
308
 
          echo " rm -f $$p $$f"; \
309
 
          rm -f $$p $$f ; \
310
 
        done
 
364
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
365
        echo " rm -f" $$list; \
 
366
        rm -f $$list || exit $$?; \
 
367
        test -n "$(EXEEXT)" || exit 0; \
 
368
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
369
        echo " rm -f" $$list; \
 
370
        rm -f $$list
311
371
install-sbinPROGRAMS: $(sbin_PROGRAMS)
312
372
        @$(NORMAL_INSTALL)
313
 
        test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
314
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
315
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
316
 
          if test -f $$p \
317
 
             || test -f $$p1 \
318
 
          ; then \
319
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
320
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
321
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
322
 
          else :; fi; \
323
 
        done
 
373
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
 
374
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
375
        for p in $$list; do echo "$$p $$p"; done | \
 
376
        sed 's/$(EXEEXT)$$//' | \
 
377
        while read p p1; do if test -f $$p || test -f $$p1; \
 
378
          then echo "$$p"; echo "$$p"; else :; fi; \
 
379
        done | \
 
380
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
381
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
382
        sed 'N;N;N;s,\n, ,g' | \
 
383
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
384
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
385
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
386
            else { print "f", $$3 "/" $$4, $$1; } } \
 
387
          END { for (d in files) print "f", d, files[d] }' | \
 
388
        while read type dir files; do \
 
389
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
390
            test -z "$$files" || { \
 
391
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
392
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
393
            } \
 
394
        ; done
324
395
 
325
396
uninstall-sbinPROGRAMS:
326
397
        @$(NORMAL_UNINSTALL)
327
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
328
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
329
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
330
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
331
 
        done
 
398
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
399
        files=`for p in $$list; do echo "$$p"; done | \
 
400
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
401
              -e 's/$$/$(EXEEXT)/' `; \
 
402
        test -n "$$list" || exit 0; \
 
403
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
404
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
332
405
 
333
406
clean-sbinPROGRAMS:
334
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
335
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
336
 
          echo " rm -f $$p $$f"; \
337
 
          rm -f $$p $$f ; \
338
 
        done
339
 
ipmievd$(EXEEXT): $(ipmievd_OBJECTS) $(ipmievd_DEPENDENCIES) 
 
407
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
408
        echo " rm -f" $$list; \
 
409
        rm -f $$list || exit $$?; \
 
410
        test -n "$(EXEEXT)" || exit 0; \
 
411
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
412
        echo " rm -f" $$list; \
 
413
        rm -f $$list
 
414
ipmievd$(EXEEXT): $(ipmievd_OBJECTS) $(ipmievd_DEPENDENCIES) $(EXTRA_ipmievd_DEPENDENCIES) 
340
415
        @rm -f ipmievd$(EXEEXT)
341
 
        $(LINK) $(ipmievd_LDFLAGS) $(ipmievd_OBJECTS) $(ipmievd_LDADD) $(LIBS)
342
 
ipmitool$(EXEEXT): $(ipmitool_OBJECTS) $(ipmitool_DEPENDENCIES) 
 
416
        $(LINK) $(ipmievd_OBJECTS) $(ipmievd_LDADD) $(LIBS)
 
417
ipmitool$(EXEEXT): $(ipmitool_OBJECTS) $(ipmitool_DEPENDENCIES) $(EXTRA_ipmitool_DEPENDENCIES) 
343
418
        @rm -f ipmitool$(EXEEXT)
344
 
        $(LINK) $(ipmitool_LDFLAGS) $(ipmitool_OBJECTS) $(ipmitool_LDADD) $(LIBS)
 
419
        $(LINK) $(ipmitool_OBJECTS) $(ipmitool_LDADD) $(LIBS)
345
420
 
346
421
mostlyclean-compile:
347
422
        -rm -f *.$(OBJEXT)
354
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipmitool.Po@am__quote@
355
430
 
356
431
.c.o:
357
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
358
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
432
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
433
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
436
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
362
437
 
363
438
.c.obj:
364
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
365
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
439
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
440
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
443
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
369
444
 
370
445
.c.lo:
371
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
372
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
446
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
447
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
373
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
374
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
450
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
380
455
clean-libtool:
381
456
        -rm -rf .libs _libs
382
457
 
383
 
distclean-libtool:
384
 
        -rm -f libtool
385
 
uninstall-info-am:
386
 
 
387
458
# This directory's subdirectories are mostly independent; you can cd
388
459
# into them and run `make' without going through this Makefile.
389
460
# To change the values of `make' variables: instead of editing Makefiles,
391
462
#     (which will cause the Makefiles to be regenerated when you run `make');
392
463
# (2) otherwise, pass the desired values on the `make' command line.
393
464
$(RECURSIVE_TARGETS):
394
 
        @failcom='exit 1'; \
 
465
        @fail= failcom='exit 1'; \
395
466
        for f in x $$MAKEFLAGS; do \
396
467
          case $$f in \
397
468
            *=* | --[!k]*);; \
408
479
          else \
409
480
            local_target="$$target"; \
410
481
          fi; \
411
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
482
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412
483
          || eval $$failcom; \
413
484
        done; \
414
485
        if test "$$dot_seen" = "no"; then \
415
486
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
416
487
        fi; test -z "$$fail"
417
488
 
418
 
mostlyclean-recursive clean-recursive distclean-recursive \
419
 
maintainer-clean-recursive:
420
 
        @failcom='exit 1'; \
 
489
$(RECURSIVE_CLEAN_TARGETS):
 
490
        @fail= failcom='exit 1'; \
421
491
        for f in x $$MAKEFLAGS; do \
422
492
          case $$f in \
423
493
            *=* | --[!k]*);; \
443
513
          else \
444
514
            local_target="$$target"; \
445
515
          fi; \
446
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
516
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
447
517
          || eval $$failcom; \
448
518
        done && test -z "$$fail"
449
519
tags-recursive:
450
520
        list='$(SUBDIRS)'; for subdir in $$list; do \
451
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
521
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
452
522
        done
453
523
ctags-recursive:
454
524
        list='$(SUBDIRS)'; for subdir in $$list; do \
455
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
525
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
456
526
        done
457
527
 
458
528
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
460
530
        unique=`for i in $$list; do \
461
531
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462
532
          done | \
463
 
          $(AWK) '    { files[$$0] = 1; } \
464
 
               END { for (i in files) print i; }'`; \
 
533
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
534
              END { if (nonempty) { for (i in files) print i; }; }'`; \
465
535
        mkid -fID $$unique
466
536
tags: TAGS
467
537
 
468
538
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
469
539
                $(TAGS_FILES) $(LISP)
470
 
        tags=; \
 
540
        set x; \
471
541
        here=`pwd`; \
472
542
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
473
543
          include_option=--etags-include; \
479
549
        list='$(SUBDIRS)'; for subdir in $$list; do \
480
550
          if test "$$subdir" = .; then :; else \
481
551
            test ! -f $$subdir/TAGS || \
482
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
552
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
483
553
          fi; \
484
554
        done; \
485
555
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
486
556
        unique=`for i in $$list; do \
487
557
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488
558
          done | \
489
 
          $(AWK) '    { files[$$0] = 1; } \
490
 
               END { for (i in files) print i; }'`; \
491
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
559
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
560
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
561
        shift; \
 
562
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492
563
          test -n "$$unique" || unique=$$empty_fix; \
493
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494
 
            $$tags $$unique; \
 
564
          if test $$# -gt 0; then \
 
565
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
566
              "$$@" $$unique; \
 
567
          else \
 
568
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
569
              $$unique; \
 
570
          fi; \
495
571
        fi
496
572
ctags: CTAGS
497
573
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
498
574
                $(TAGS_FILES) $(LISP)
499
 
        tags=; \
500
 
        here=`pwd`; \
501
575
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
502
576
        unique=`for i in $$list; do \
503
577
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504
578
          done | \
505
 
          $(AWK) '    { files[$$0] = 1; } \
506
 
               END { for (i in files) print i; }'`; \
507
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
579
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
580
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
581
        test -z "$(CTAGS_ARGS)$$unique" \
508
582
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
509
 
             $$tags $$unique
 
583
             $$unique
510
584
 
511
585
GTAGS:
512
586
        here=`$(am__cd) $(top_builddir) && pwd` \
513
 
          && cd $(top_srcdir) \
514
 
          && gtags -i $(GTAGS_ARGS) $$here
 
587
          && $(am__cd) $(top_srcdir) \
 
588
          && gtags -i $(GTAGS_ARGS) "$$here"
515
589
 
516
590
distclean-tags:
517
591
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
518
592
 
519
593
distdir: $(DISTFILES)
520
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
521
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
522
 
        list='$(DISTFILES)'; for file in $$list; do \
523
 
          case $$file in \
524
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
525
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
526
 
          esac; \
 
594
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
595
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
596
        list='$(DISTFILES)'; \
 
597
          dist_files=`for file in $$list; do echo $$file; done | \
 
598
          sed -e "s|^$$srcdirstrip/||;t" \
 
599
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
600
        case $$dist_files in \
 
601
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
602
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
603
                           sort -u` ;; \
 
604
        esac; \
 
605
        for file in $$dist_files; do \
527
606
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
529
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
530
 
            dir="/$$dir"; \
531
 
            $(mkdir_p) "$(distdir)$$dir"; \
532
 
          else \
533
 
            dir=''; \
534
 
          fi; \
535
607
          if test -d $$d/$$file; then \
 
608
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
609
            if test -d "$(distdir)/$$file"; then \
 
610
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
611
            fi; \
536
612
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
613
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
614
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538
615
            fi; \
539
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
616
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540
617
          else \
541
 
            test -f $(distdir)/$$file \
542
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
618
            test -f "$(distdir)/$$file" \
 
619
            || cp -p $$d/$$file "$(distdir)/$$file" \
543
620
            || exit 1; \
544
621
          fi; \
545
622
        done
546
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
623
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547
624
          if test "$$subdir" = .; then :; else \
548
625
            test -d "$(distdir)/$$subdir" \
549
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
626
            || $(MKDIR_P) "$(distdir)/$$subdir" \
550
627
            || exit 1; \
551
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
552
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
553
 
            (cd $$subdir && \
 
628
          fi; \
 
629
        done
 
630
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
631
          if test "$$subdir" = .; then :; else \
 
632
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
633
            $(am__relativize); \
 
634
            new_distdir=$$reldir; \
 
635
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
636
            $(am__relativize); \
 
637
            new_top_distdir=$$reldir; \
 
638
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
639
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
640
            ($(am__cd) $$subdir && \
554
641
              $(MAKE) $(AM_MAKEFLAGS) \
555
 
                top_distdir="$$top_distdir" \
556
 
                distdir="$$distdir/$$subdir" \
 
642
                top_distdir="$$new_top_distdir" \
 
643
                distdir="$$new_distdir" \
 
644
                am__remove_distdir=: \
 
645
                am__skip_length_check=: \
 
646
                am__skip_mode_fix=: \
557
647
                distdir) \
558
648
              || exit 1; \
559
649
          fi; \
564
654
installdirs: installdirs-recursive
565
655
installdirs-am:
566
656
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
567
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
657
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
568
658
        done
569
659
install: install-recursive
570
660
install-exec: install-exec-recursive
576
666
 
577
667
installcheck: installcheck-recursive
578
668
install-strip:
579
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581
 
          `test -z '$(STRIP)' || \
582
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
669
        if test -z '$(STRIP)'; then \
 
670
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
671
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
672
              install; \
 
673
        else \
 
674
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
675
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
676
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
677
        fi
583
678
mostlyclean-generic:
584
679
 
585
680
clean-generic:
586
681
 
587
682
distclean-generic:
588
683
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
684
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
589
685
 
590
686
maintainer-clean-generic:
591
687
        @echo "This command is intended for maintainers to use"
600
696
        -rm -rf ./$(DEPDIR)
601
697
        -rm -f Makefile
602
698
distclean-am: clean-am distclean-compile distclean-generic \
603
 
        distclean-libtool distclean-tags
 
699
        distclean-tags
604
700
 
605
701
dvi: dvi-recursive
606
702
 
608
704
 
609
705
html: html-recursive
610
706
 
 
707
html-am:
 
708
 
611
709
info: info-recursive
612
710
 
613
711
info-am:
614
712
 
615
713
install-data-am:
616
714
 
 
715
install-dvi: install-dvi-recursive
 
716
 
 
717
install-dvi-am:
 
718
 
617
719
install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
618
720
 
 
721
install-html: install-html-recursive
 
722
 
 
723
install-html-am:
 
724
 
619
725
install-info: install-info-recursive
620
726
 
 
727
install-info-am:
 
728
 
621
729
install-man:
622
730
 
 
731
install-pdf: install-pdf-recursive
 
732
 
 
733
install-pdf-am:
 
734
 
 
735
install-ps: install-ps-recursive
 
736
 
 
737
install-ps-am:
 
738
 
623
739
installcheck-am:
624
740
 
625
741
maintainer-clean: maintainer-clean-recursive
640
756
 
641
757
ps-am:
642
758
 
643
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
 
759
uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
 
760
 
 
761
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
762
        install-am install-strip tags-recursive
 
763
 
 
764
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
765
        all all-am check check-am clean clean-binPROGRAMS \
 
766
        clean-generic clean-libtool clean-sbinPROGRAMS ctags \
 
767
        ctags-recursive distclean distclean-compile distclean-generic \
 
768
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
769
        html-am info info-am install install-am install-binPROGRAMS \
 
770
        install-data install-data-am install-dvi install-dvi-am \
 
771
        install-exec install-exec-am install-html install-html-am \
 
772
        install-info install-info-am install-man install-pdf \
 
773
        install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
 
774
        install-strip installcheck installcheck-am installdirs \
 
775
        installdirs-am maintainer-clean maintainer-clean-generic \
 
776
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
777
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
778
        uninstall uninstall-am uninstall-binPROGRAMS \
644
779
        uninstall-sbinPROGRAMS
645
780
 
646
 
uninstall-info: uninstall-info-recursive
647
 
 
648
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
649
 
        clean clean-binPROGRAMS clean-generic clean-libtool \
650
 
        clean-recursive clean-sbinPROGRAMS ctags ctags-recursive \
651
 
        distclean distclean-compile distclean-generic \
652
 
        distclean-libtool distclean-recursive distclean-tags distdir \
653
 
        dvi dvi-am html html-am info info-am install install-am \
654
 
        install-binPROGRAMS install-data install-data-am install-exec \
655
 
        install-exec-am install-info install-info-am install-man \
656
 
        install-sbinPROGRAMS install-strip installcheck \
657
 
        installcheck-am installdirs installdirs-am maintainer-clean \
658
 
        maintainer-clean-generic maintainer-clean-recursive \
659
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
660
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
661
 
        tags tags-recursive uninstall uninstall-am \
662
 
        uninstall-binPROGRAMS uninstall-info-am uninstall-sbinPROGRAMS
663
781
 
664
782
# Tell versions [3.59,3.63) of GNU make to not export all variables.
665
783
# Otherwise a system limit (for SysV at least) may be exceeded.