~ubuntu-branches/ubuntu/trusty/globus-gss-assist/trusty-proposed

« back to all changes in this revision

Viewing changes to doxygen/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-07-23 11:51:04 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20120723115104-3nphnuzyvy1ddjn5
Tags: 8.6-1
* Update to Globus Toolkit 5.2.2
* Drop patch globus-gss-assist-mingw.patch (fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
44
42
        $(ACLOCAL_M4)
45
43
mkinstalldirs = $(install_sh) -d
46
44
CONFIG_CLEAN_FILES = Doxyfile Doxyfile-internal
47
 
CONFIG_CLEAN_VPATH_FILES =
48
45
depcomp =
49
46
am__depfiles_maybe =
50
47
SOURCES =
240
237
        @for dep in $?; do \
241
238
          case '$(am__configure_deps)' in \
242
239
            *$$dep*) \
243
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
244
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
240
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
241
                && exit 0; \
245
242
              exit 1;; \
246
243
          esac; \
247
244
        done; \
248
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doxygen/Makefile'; \
249
 
        $(am__cd) $(top_srcdir) && \
250
 
          $(AUTOMAKE) --foreign doxygen/Makefile
 
245
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doxygen/Makefile'; \
 
246
        cd $(top_srcdir) && \
 
247
          $(AUTOMAKE) --foreign  doxygen/Makefile
251
248
.PRECIOUS: Makefile
252
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253
250
        @case '$?' in \
265
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
263
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
267
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
 
$(am__aclocal_m4_deps):
269
265
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
270
266
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
271
267
Doxyfile-internal: $(top_builddir)/config.status $(srcdir)/Doxyfile-internal.in
299
295
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
300
296
          if test -d $$d/$$file; then \
301
297
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
302
 
            if test -d "$(distdir)/$$file"; then \
303
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
304
 
            fi; \
305
298
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
306
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
307
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
299
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
308
300
            fi; \
309
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
301
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
310
302
          else \
311
 
            test -f "$(distdir)/$$file" \
312
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
303
            test -f $(distdir)/$$file \
 
304
            || cp -p $$d/$$file $(distdir)/$$file \
313
305
            || exit 1; \
314
306
          fi; \
315
307
        done
340
332
 
341
333
distclean-generic:
342
334
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
343
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
344
335
 
345
336
maintainer-clean-generic:
346
337
        @echo "This command is intended for maintainers to use"
359
350
 
360
351
html: html-am
361
352
 
362
 
html-am:
363
 
 
364
353
info: info-am
365
354
 
366
355
info-am:
369
358
 
370
359
install-dvi: install-dvi-am
371
360
 
372
 
install-dvi-am:
373
 
 
374
361
install-exec-am:
375
362
 
376
363
install-html: install-html-am
377
364
 
378
 
install-html-am:
379
 
 
380
365
install-info: install-info-am
381
366
 
382
 
install-info-am:
383
 
 
384
367
install-man:
385
368
 
386
369
install-pdf: install-pdf-am
387
370
 
388
 
install-pdf-am:
389
 
 
390
371
install-ps: install-ps-am
391
372
 
392
 
install-ps-am:
393
 
 
394
373
installcheck-am:
395
374
 
396
375
maintainer-clean: maintainer-clean-am
492
471
                    cp -r doc-internal $(distdir)/doc-internal ; \
493
472
                fi ; \
494
473
        fi ;
495
 
 
496
474
# Tell versions [3.59,3.63) of GNU make to not export all variables.
497
475
# Otherwise a system limit (for SysV at least) may be exceeded.
498
476
.NOEXPORT: