~ubuntu-branches/ubuntu/oneiric/gpp4/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2011-01-11 13:47:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111134736-2blfcoz9uoknpic7
Tags: 1.3.0-0ubuntu1
* New upstream release 1.3.0
* debian/control: Add ${misc:Depends}, bump standards-version
* Patched to address various compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# 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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
46
48
        $(ACLOCAL_M4)
47
49
mkinstalldirs = $(install_sh) -d
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
am__vpath_adj = case $$p in \
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(libdir)" \
56
74
        "$(DESTDIR)$(library_includedir)"
57
 
libLTLIBRARIES_INSTALL = $(INSTALL)
58
75
LTLIBRARIES = $(lib_LTLIBRARIES)
59
76
libgpp4_la_LIBADD =
60
77
am_libgpp4_la_OBJECTS = ccp4_array.lo cmap_data.lo cmtzlib.lo \
70
87
DEFAULT_INCLUDES = -I.@am__isrc@
71
88
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
72
89
am__depfiles_maybe = depfiles
 
90
am__mv = mv -f
73
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
93
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
99
        $(LDFLAGS) -o $@
82
100
SOURCES = $(libgpp4_la_SOURCES)
83
101
DIST_SOURCES = $(libgpp4_la_SOURCES)
84
 
library_includeHEADERS_INSTALL = $(INSTALL_HEADER)
85
102
HEADERS = $(library_include_HEADERS)
86
103
ETAGS = etags
87
104
CTAGS = ctags
143
160
PACKAGE_NAME = @PACKAGE_NAME@
144
161
PACKAGE_STRING = @PACKAGE_STRING@
145
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
163
PACKAGE_URL = @PACKAGE_URL@
146
164
PACKAGE_VERSION = @PACKAGE_VERSION@
147
165
PATH_SEPARATOR = @PATH_SEPARATOR@
148
166
PKG_CONFIG = @PKG_CONFIG@
153
171
SHELL = @SHELL@
154
172
STRIP = @STRIP@
155
173
VERSION = @VERSION@
 
174
WANT_GPP4F = @WANT_GPP4F@
156
175
abs_builddir = @abs_builddir@
157
176
abs_srcdir = @abs_srcdir@
158
177
abs_top_builddir = @abs_top_builddir@
239
258
              exit 1;; \
240
259
          esac; \
241
260
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --foreign  src/Makefile
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
262
        $(am__cd) $(top_srcdir) && \
 
263
          $(AUTOMAKE) --foreign src/Makefile
245
264
.PRECIOUS: Makefile
246
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
266
        @case '$?' in \
259
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
279
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
$(am__aclocal_m4_deps):
262
282
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
263
283
        @$(NORMAL_INSTALL)
264
284
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
265
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
285
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
286
        list2=; for p in $$list; do \
266
287
          if test -f $$p; then \
267
 
            f=$(am__strip_dir) \
268
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
269
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
288
            list2="$$list2 $$p"; \
270
289
          else :; fi; \
271
 
        done
 
290
        done; \
 
291
        test -z "$$list2" || { \
 
292
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
293
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
294
        }
272
295
 
273
296
uninstall-libLTLIBRARIES:
274
297
        @$(NORMAL_UNINSTALL)
275
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
276
 
          p=$(am__strip_dir) \
277
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
278
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
298
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
299
        for p in $$list; do \
 
300
          $(am__strip_dir) \
 
301
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
302
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
279
303
        done
280
304
 
281
305
clean-libLTLIBRARIES:
320
344
 
321
345
.c.o:
322
346
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
323
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
347
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
324
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
350
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
327
351
 
328
352
.c.obj:
329
353
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
330
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
354
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
331
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333
357
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
334
358
 
335
359
.c.lo:
336
360
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
337
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
361
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
338
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
339
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340
364
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
347
371
install-library_includeHEADERS: $(library_include_HEADERS)
348
372
        @$(NORMAL_INSTALL)
349
373
        test -z "$(library_includedir)" || $(MKDIR_P) "$(DESTDIR)$(library_includedir)"
350
 
        @list='$(library_include_HEADERS)'; for p in $$list; do \
 
374
        @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
 
375
        for p in $$list; do \
351
376
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
352
 
          f=$(am__strip_dir) \
353
 
          echo " $(library_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(library_includedir)/$$f'"; \
354
 
          $(library_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(library_includedir)/$$f"; \
 
377
          echo "$$d$$p"; \
 
378
        done | $(am__base_list) | \
 
379
        while read files; do \
 
380
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_includedir)'"; \
 
381
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_includedir)" || exit $$?; \
355
382
        done
356
383
 
357
384
uninstall-library_includeHEADERS:
358
385
        @$(NORMAL_UNINSTALL)
359
 
        @list='$(library_include_HEADERS)'; for p in $$list; do \
360
 
          f=$(am__strip_dir) \
361
 
          echo " rm -f '$(DESTDIR)$(library_includedir)/$$f'"; \
362
 
          rm -f "$(DESTDIR)$(library_includedir)/$$f"; \
363
 
        done
 
386
        @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
 
387
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
388
        test -n "$$files" || exit 0; \
 
389
        echo " ( cd '$(DESTDIR)$(library_includedir)' && rm -f" $$files ")"; \
 
390
        cd "$(DESTDIR)$(library_includedir)" && rm -f $$files
364
391
 
365
392
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366
393
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374
401
 
375
402
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
403
                $(TAGS_FILES) $(LISP)
377
 
        tags=; \
 
404
        set x; \
378
405
        here=`pwd`; \
379
406
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380
407
        unique=`for i in $$list; do \
382
409
          done | \
383
410
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384
411
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
412
        shift; \
 
413
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386
414
          test -n "$$unique" || unique=$$empty_fix; \
387
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388
 
            $$tags $$unique; \
 
415
          if test $$# -gt 0; then \
 
416
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
417
              "$$@" $$unique; \
 
418
          else \
 
419
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
420
              $$unique; \
 
421
          fi; \
389
422
        fi
390
423
ctags: CTAGS
391
424
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392
425
                $(TAGS_FILES) $(LISP)
393
 
        tags=; \
394
426
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
427
        unique=`for i in $$list; do \
396
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
429
          done | \
398
430
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399
431
              END { if (nonempty) { for (i in files) print i; }; }'`; \
400
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
432
        test -z "$(CTAGS_ARGS)$$unique" \
401
433
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402
 
             $$tags $$unique
 
434
             $$unique
403
435
 
404
436
GTAGS:
405
437
        here=`$(am__cd) $(top_builddir) && pwd` \
406
 
          && cd $(top_srcdir) \
407
 
          && gtags -i $(GTAGS_ARGS) $$here
 
438
          && $(am__cd) $(top_srcdir) \
 
439
          && gtags -i $(GTAGS_ARGS) "$$here"
408
440
 
409
441
distclean-tags:
410
442
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
425
457
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426
458
          if test -d $$d/$$file; then \
427
459
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
460
            if test -d "$(distdir)/$$file"; then \
 
461
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
462
            fi; \
428
463
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
464
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
465
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430
466
            fi; \
431
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
467
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
432
468
          else \
433
 
            test -f $(distdir)/$$file \
434
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
469
            test -f "$(distdir)/$$file" \
 
470
            || cp -p $$d/$$file "$(distdir)/$$file" \
435
471
            || exit 1; \
436
472
          fi; \
437
473
        done
462
498
 
463
499
distclean-generic:
464
500
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
501
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
502
 
466
503
maintainer-clean-generic:
467
504
        @echo "This command is intended for maintainers to use"
483
520
 
484
521
html: html-am
485
522
 
 
523
html-am:
 
524
 
486
525
info: info-am
487
526
 
488
527
info-am:
491
530
 
492
531
install-dvi: install-dvi-am
493
532
 
 
533
install-dvi-am:
 
534
 
494
535
install-exec-am: install-libLTLIBRARIES
495
536
 
496
537
install-html: install-html-am
497
538
 
 
539
install-html-am:
 
540
 
498
541
install-info: install-info-am
499
542
 
 
543
install-info-am:
 
544
 
500
545
install-man:
501
546
 
502
547
install-pdf: install-pdf-am
503
548
 
 
549
install-pdf-am:
 
550
 
504
551
install-ps: install-ps-am
505
552
 
 
553
install-ps-am:
 
554
 
506
555
installcheck-am:
507
556
 
508
557
maintainer-clean: maintainer-clean-am
546
595
 
547
596
 
548
597
####
 
598
 
549
599
# Tell versions [3.59,3.63) of GNU make to not export all variables.
550
600
# Otherwise a system limit (for SysV at least) may be exceeded.
551
601
.NOEXPORT: