~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/simulated_annealing/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

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.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
37
37
 
38
38
##########
39
39
### Makefile included stuff
40
 
### Target, variable, suffixes which are supposed to be usefull in every makefile.am
 
40
### Target, variable, suffixes which are supposed to be useful in every makefile.am
41
41
##########
42
42
 
43
43
VPATH = @srcdir@
 
44
am__make_dryrun = \
 
45
  { \
 
46
    am__dry=no; \
 
47
    case $$MAKEFLAGS in \
 
48
      *\\[\ \   ]*) \
 
49
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
50
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
51
      *) \
 
52
        for am__flg in $$MAKEFLAGS; do \
 
53
          case $$am__flg in \
 
54
            *=*|--*) ;; \
 
55
            *n*) am__dry=yes; break;; \
 
56
          esac; \
 
57
        done;; \
 
58
    esac; \
 
59
    test $$am__dry = yes; \
 
60
  }
44
61
pkgdatadir = $(datadir)/@PACKAGE@
45
62
pkgincludedir = $(includedir)/@PACKAGE@
46
63
pkglibdir = $(libdir)/@PACKAGE@
88
105
CONFIG_CLEAN_VPATH_FILES =
89
106
SOURCES =
90
107
DIST_SOURCES =
 
108
am__can_run_installinfo = \
 
109
  case $$AM_UPDATE_INFO_DIR in \
 
110
    n|no|NO) false;; \
 
111
    *) (install-info --version) >/dev/null 2>&1;; \
 
112
  esac
91
113
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
92
114
am__vpath_adj = case $$p in \
93
115
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
206
228
JEUCLID_CORE = @JEUCLID_CORE@
207
229
JGRAPHX = @JGRAPHX@
208
230
JHALL = @JHALL@
209
 
JHDF5 = @JHDF5@
210
231
JLATEXMATH = @JLATEXMATH@
211
232
JLATEXMATH_FOP = @JLATEXMATH_FOP@
212
233
JOGL2 = @JOGL2@
500
521
        -rm -rf .libs _libs
501
522
install-libsimulated_annealing_la_etcDATA: $(libsimulated_annealing_la_etc_DATA)
502
523
        @$(NORMAL_INSTALL)
503
 
        test -z "$(libsimulated_annealing_la_etcdir)" || $(MKDIR_P) "$(DESTDIR)$(libsimulated_annealing_la_etcdir)"
504
524
        @list='$(libsimulated_annealing_la_etc_DATA)'; test -n "$(libsimulated_annealing_la_etcdir)" || list=; \
 
525
        if test -n "$$list"; then \
 
526
          echo " $(MKDIR_P) '$(DESTDIR)$(libsimulated_annealing_la_etcdir)'"; \
 
527
          $(MKDIR_P) "$(DESTDIR)$(libsimulated_annealing_la_etcdir)" || exit 1; \
 
528
        fi; \
505
529
        for p in $$list; do \
506
530
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
507
531
          echo "$$d$$p"; \
518
542
        dir='$(DESTDIR)$(libsimulated_annealing_la_etcdir)'; $(am__uninstall_files_from_dir)
519
543
install-libsimulated_annealing_la_rootDATA: $(libsimulated_annealing_la_root_DATA)
520
544
        @$(NORMAL_INSTALL)
521
 
        test -z "$(libsimulated_annealing_la_rootdir)" || $(MKDIR_P) "$(DESTDIR)$(libsimulated_annealing_la_rootdir)"
522
545
        @list='$(libsimulated_annealing_la_root_DATA)'; test -n "$(libsimulated_annealing_la_rootdir)" || list=; \
 
546
        if test -n "$$list"; then \
 
547
          echo " $(MKDIR_P) '$(DESTDIR)$(libsimulated_annealing_la_rootdir)'"; \
 
548
          $(MKDIR_P) "$(DESTDIR)$(libsimulated_annealing_la_rootdir)" || exit 1; \
 
549
        fi; \
523
550
        for p in $$list; do \
524
551
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
525
552
          echo "$$d$$p"; \