~ubuntu-branches/ubuntu/precise/lustre/precise

« back to all changes in this revision

Viewing changes to lnet/klnds/ptllnd/autoMakefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2009-08-10 10:08:15 UTC
  • mfrom: (1.1.9 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090810100815-39198vjuw5ti8phm
Tags: 1.6.7.2-1
* New Upstream Version
* Disabled run of autogen.sh before build as something is currently 
  broken there, instead providing a working configure within a patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# autoMakefile.in generated by automake 1.9.6 from autoMakefile.am.
 
1
# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = ../../..
 
24
 
24
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
26
INSTALL = @INSTALL@
26
27
install_sh_DATA = $(install_sh) -c -m 644
37
38
build_triplet = @build@
38
39
host_triplet = @host@
39
40
target_triplet = @target@
40
 
subdir = lnet/klnds/ptllnd
41
 
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/autoMakefile.am \
42
 
        $(srcdir)/autoMakefile.in
43
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/lustre/autoconf/lustre-version.ac \
45
 
        $(top_srcdir)/configure.ac
46
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_HEADER = $(top_builddir)/config.h
50
 
CONFIG_CLEAN_FILES = Makefile
51
 
SOURCES =
52
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
 
am__vpath_adj = case $$p in \
54
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
 
    *) f=$$p;; \
56
 
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58
 
am__installdirs = "$(DESTDIR)$(modulenetdir)"
59
 
modulenetDATA_INSTALL = $(INSTALL_DATA)
60
 
DATA = $(modulenet_DATA)
61
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
41
ACLOCAL = @ACLOCAL@
63
42
AC_LUSTRE_CLIENT_URN = @AC_LUSTRE_CLIENT_URN@
64
43
AC_LUSTRE_CLI_VER_OFFSET_WARN = @AC_LUSTRE_CLI_VER_OFFSET_WARN@
194
173
MODULES_FALSE = @MODULES_FALSE@
195
174
MODULES_TRUE = @MODULES_TRUE@
196
175
MODULE_TARGET = @MODULE_TARGET@
 
176
 
197
177
MOSTLYCLEANFILES = @MOSTLYCLEANFILES@
198
178
MPITESTS_FALSE = @MPITESTS_FALSE@
199
179
MPITESTS_TRUE = @MPITESTS_TRUE@
265
245
am__include = @am__include@
266
246
am__leading_dot = @am__leading_dot@
267
247
am__quote = @am__quote@
268
 
am__tar = @am__tar@
269
 
am__untar = @am__untar@
270
248
bindir = @bindir@
271
249
build = @build@
272
250
build_alias = @build_alias@
295
273
macosdir = @macosdir@
296
274
mandir = @mandir@
297
275
mibdir = @mibdir@
298
 
mkdir_p = @mkdir_p@
299
276
moduledir = @moduledir@
300
277
modulefsdir = @modulefsdir@
301
278
modulenetdir = @modulenetdir@
317
294
target_vendor = @target_vendor@
318
295
@BUILD_PTLLND_TRUE@@MODULES_TRUE@modulenet_DATA = kptllnd$(KMODEXT)
319
296
DIST_SOURCES = $(kptllnd-objs:%.o=%.c) ptllnd.h
 
297
subdir = lnet/klnds/ptllnd
 
298
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
299
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
300
CONFIG_HEADER = $(top_builddir)/config.h
 
301
CONFIG_CLEAN_FILES = Makefile
 
302
DATA = $(modulenet_DATA)
 
303
 
 
304
DIST_COMMON = README $(srcdir)/autoMakefile.in Makefile.in \
 
305
        autoMakefile.am
320
306
all: all-am
321
307
 
322
308
.SUFFIXES:
323
 
$(srcdir)/autoMakefile.in:  $(srcdir)/autoMakefile.am  $(am__configure_deps)
324
 
        @for dep in $?; do \
325
 
          case '$(am__configure_deps)' in \
326
 
            *$$dep*) \
327
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
328
 
                && exit 0; \
329
 
              exit 1;; \
330
 
          esac; \
331
 
        done; \
332
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lnet/klnds/ptllnd/autoMakefile'; \
 
309
$(srcdir)/autoMakefile.in:  autoMakefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
333
310
        cd $(top_srcdir) && \
334
311
          $(AUTOMAKE) --gnu  lnet/klnds/ptllnd/autoMakefile
335
 
.PRECIOUS: autoMakefile
336
 
autoMakefile: $(srcdir)/autoMakefile.in $(top_builddir)/config.status
337
 
        @case '$?' in \
338
 
          *config.status*) \
339
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
340
 
          *) \
341
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
342
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
343
 
        esac;
344
 
 
345
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
 
 
348
 
$(top_srcdir)/configure:  $(am__configure_deps)
349
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
351
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
 
Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in
 
312
autoMakefile:  $(srcdir)/autoMakefile.in  $(top_builddir)/config.status
 
313
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
314
Makefile: $(top_builddir)/config.status Makefile.in
353
315
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
354
316
uninstall-info-am:
 
317
modulenetDATA_INSTALL = $(INSTALL_DATA)
355
318
install-modulenetDATA: $(modulenet_DATA)
356
319
        @$(NORMAL_INSTALL)
357
 
        test -z "$(modulenetdir)" || $(mkdir_p) "$(DESTDIR)$(modulenetdir)"
 
320
        $(mkinstalldirs) $(DESTDIR)$(modulenetdir)
358
321
        @list='$(modulenet_DATA)'; for p in $$list; do \
359
322
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
360
 
          f=$(am__strip_dir) \
361
 
          echo " $(modulenetDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(modulenetdir)/$$f'"; \
362
 
          $(modulenetDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(modulenetdir)/$$f"; \
 
323
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
324
          echo " $(modulenetDATA_INSTALL) $$d$$p $(DESTDIR)$(modulenetdir)/$$f"; \
 
325
          $(modulenetDATA_INSTALL) $$d$$p $(DESTDIR)$(modulenetdir)/$$f; \
363
326
        done
364
327
 
365
328
uninstall-modulenetDATA:
366
329
        @$(NORMAL_UNINSTALL)
367
330
        @list='$(modulenet_DATA)'; for p in $$list; do \
368
 
          f=$(am__strip_dir) \
369
 
          echo " rm -f '$(DESTDIR)$(modulenetdir)/$$f'"; \
370
 
          rm -f "$(DESTDIR)$(modulenetdir)/$$f"; \
 
331
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
332
          echo " rm -f $(DESTDIR)$(modulenetdir)/$$f"; \
 
333
          rm -f $(DESTDIR)$(modulenetdir)/$$f; \
371
334
        done
372
335
tags: TAGS
373
336
TAGS:
375
338
ctags: CTAGS
376
339
CTAGS:
377
340
 
 
341
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
342
 
 
343
top_distdir = ../../..
 
344
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
378
345
 
379
346
distdir: $(DISTFILES)
380
347
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
388
355
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
389
356
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
390
357
            dir="/$$dir"; \
391
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
358
            $(mkinstalldirs) "$(distdir)$$dir"; \
392
359
          else \
393
360
            dir=''; \
394
361
          fi; \
406
373
check-am: all-am
407
374
check: check-am
408
375
all-am: autoMakefile $(DATA)
 
376
 
409
377
installdirs:
410
 
        for dir in "$(DESTDIR)$(modulenetdir)"; do \
411
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
412
 
        done
 
378
        $(mkinstalldirs) $(DESTDIR)$(modulenetdir)
413
379
install: install-am
414
380
install-exec: install-exec-am
415
381
install-data: install-data-am
430
396
clean-generic:
431
397
 
432
398
distclean-generic:
433
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
399
        -rm -f $(CONFIG_CLEAN_FILES)
434
400
 
435
401
maintainer-clean-generic:
436
402
        @echo "This command is intended for maintainers to use"
440
406
clean-am: clean-generic mostlyclean-am
441
407
 
442
408
distclean: distclean-am
443
 
        -rm -f autoMakefile
 
409
        -rm -f Makefile
444
410
distclean-am: clean-am distclean-generic
445
411
 
446
412
dvi: dvi-am
447
413
 
448
414
dvi-am:
449
415
 
450
 
html: html-am
451
 
 
452
416
info: info-am
453
417
 
454
418
info-am:
464
428
installcheck-am:
465
429
 
466
430
maintainer-clean: maintainer-clean-am
467
 
        -rm -f autoMakefile
 
431
        -rm -f Makefile
468
432
maintainer-clean-am: distclean-am maintainer-clean-generic
469
433
 
470
434
mostlyclean: mostlyclean-am
482
446
uninstall-am: uninstall-info-am uninstall-modulenetDATA
483
447
 
484
448
.PHONY: all all-am check check-am clean clean-generic distclean \
485
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
486
 
        install install-am install-data install-data-am install-exec \
 
449
        distclean-generic distdir dvi dvi-am info info-am install \
 
450
        install-am install-data install-data-am install-exec \
487
451
        install-exec-am install-info install-info-am install-man \
488
452
        install-modulenetDATA install-strip installcheck \
489
453
        installcheck-am installdirs maintainer-clean \