~ubuntu-branches/ubuntu/saucy/rheolef/saucy

« back to all changes in this revision

Viewing changes to util/lib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2012-05-14 14:02:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120514140209-dzbdlidkotyflf9e
Tags: 6.1-1
[ Pierre Saramito ]
* New upstream release 6.1 (minor changes):
  - support arbitrarily polynomial order Pk
  - source code supports g++-4.7 (closes: #671996)

[ Sylvestre Ledru ]
* update of the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 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, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
95
95
am__base_list = \
96
96
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
97
97
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
98
 
am__uninstall_files_from_dir = { \
99
 
  test -z "$$files" \
100
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
101
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
102
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
103
 
  }
104
98
man2dir = $(mandir)/man2
105
99
am__installdirs = "$(DESTDIR)$(man2dir)" "$(DESTDIR)$(man4dir)" \
106
100
        "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)" \
142
136
CYGPATH_W = @CYGPATH_W@
143
137
DEFS = @DEFS@
144
138
DEPDIR = @DEPDIR@
145
 
DLLTOOL = @DLLTOOL@
146
139
DMALLOC = @DMALLOC@
147
140
DOT = @DOT@
148
141
DOXYGEN = @DOXYGEN@
231
224
MAKE = @MAKE@
232
225
MAKEINDEX = @MAKEINDEX@
233
226
MAKEINFO = @MAKEINFO@
234
 
MANIFEST_TOOL = @MANIFEST_TOOL@
235
227
MKDIR_P = @MKDIR_P@
236
228
MPIRUN = @MPIRUN@
237
229
NM = @NM@
268
260
TEXI2HTML = @TEXI2HTML@
269
261
TEXI2PDF = @TEXI2PDF@
270
262
USE_DISTRIBUTED = @USE_DISTRIBUTED@
 
263
USE_NEW_CODE = @USE_NEW_CODE@
271
264
VERSION = @VERSION@
272
265
abs_builddir = @abs_builddir@
273
266
abs_srcdir = @abs_srcdir@
274
267
abs_top_builddir = @abs_top_builddir@
275
268
abs_top_srcdir = @abs_top_srcdir@
276
269
ac_c = @ac_c@
277
 
ac_ct_AR = @ac_ct_AR@
278
270
ac_ct_CC = @ac_ct_CC@
279
271
ac_ct_CXX = @ac_ct_CXX@
280
272
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
311
303
libexecdir = @libexecdir@
312
304
localedir = @localedir@
313
305
localstatedir = @localstatedir@
 
306
lt_ECHO = @lt_ECHO@
314
307
mandir = @mandir@
315
308
mkdir_p = @mkdir_p@
316
309
no_print_directory_option = @no_print_directory_option@
349
342
# -----------------------------------------------------------------------------
350
343
pkginclude_HEADERS = \
351
344
        smart_pointer.h                                         \
352
 
        occurence.h                                             \
353
345
        pretty_name.h                                           \
354
346
        promote.h                                               \
355
347
        heap_object.h                                           \
435
427
          echo "rm -f \"$${dir}/so_locations\""; \
436
428
          rm -f "$${dir}/so_locations"; \
437
429
        done
438
 
libutil.la: $(libutil_la_OBJECTS) $(libutil_la_DEPENDENCIES) $(EXTRA_libutil_la_DEPENDENCIES) 
 
430
libutil.la: $(libutil_la_OBJECTS) $(libutil_la_DEPENDENCIES) 
439
431
        $(CXXLINK)  $(libutil_la_OBJECTS) $(libutil_la_LIBADD) $(LIBS)
440
432
 
441
433
mostlyclean-compile:
510
502
          sed -n '/\.2[a-z]*$$/p'; \
511
503
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^2][0-9a-z]*$$,2,;x' \
512
504
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
513
 
        dir='$(DESTDIR)$(man2dir)'; $(am__uninstall_files_from_dir)
 
505
        test -z "$$files" || { \
 
506
          echo " ( cd '$(DESTDIR)$(man2dir)' && rm -f" $$files ")"; \
 
507
          cd "$(DESTDIR)$(man2dir)" && rm -f $$files; }
514
508
install-man4: $(man_MANS)
515
509
        @$(NORMAL_INSTALL)
516
510
        test -z "$(man4dir)" || $(MKDIR_P) "$(DESTDIR)$(man4dir)"
546
540
          sed -n '/\.4[a-z]*$$/p'; \
547
541
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^4][0-9a-z]*$$,4,;x' \
548
542
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
549
 
        dir='$(DESTDIR)$(man4dir)'; $(am__uninstall_files_from_dir)
 
543
        test -z "$$files" || { \
 
544
          echo " ( cd '$(DESTDIR)$(man4dir)' && rm -f" $$files ")"; \
 
545
          cd "$(DESTDIR)$(man4dir)" && rm -f $$files; }
550
546
install-man7: $(man_MANS)
551
547
        @$(NORMAL_INSTALL)
552
548
        test -z "$(man7dir)" || $(MKDIR_P) "$(DESTDIR)$(man7dir)"
582
578
          sed -n '/\.7[a-z]*$$/p'; \
583
579
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
584
580
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
585
 
        dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
 
581
        test -z "$$files" || { \
 
582
          echo " ( cd '$(DESTDIR)$(man7dir)' && rm -f" $$files ")"; \
 
583
          cd "$(DESTDIR)$(man7dir)" && rm -f $$files; }
586
584
install-man8: $(man_MANS)
587
585
        @$(NORMAL_INSTALL)
588
586
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
618
616
          sed -n '/\.8[a-z]*$$/p'; \
619
617
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
620
618
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
621
 
        dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
 
619
        test -z "$$files" || { \
 
620
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
621
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
622
622
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
623
623
        @$(NORMAL_INSTALL)
624
624
        test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
636
636
        @$(NORMAL_UNINSTALL)
637
637
        @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
638
638
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
639
 
        dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
 
639
        test -n "$$files" || exit 0; \
 
640
        echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
 
641
        cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
640
642
 
641
643
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
642
644
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
753
755
 
754
756
installcheck: installcheck-am
755
757
install-strip:
756
 
        if test -z '$(STRIP)'; then \
757
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
758
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
759
 
              install; \
760
 
        else \
761
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
762
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
763
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
764
 
        fi
 
758
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
759
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
760
          `test -z '$(STRIP)' || \
 
761
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
765
762
mostlyclean-generic:
766
763
 
767
764
clean-generic: