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

« back to all changes in this revision

Viewing changes to modules/compatibility_functions/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,
34
34
 
35
35
##########
36
36
### Makefile included stuff
37
 
### Target, variable, suffixes which are supposed to be usefull in every makefile.am
 
37
### Target, variable, suffixes which are supposed to be useful in every makefile.am
38
38
##########
39
39
 
40
40
VPATH = @srcdir@
 
41
am__make_dryrun = \
 
42
  { \
 
43
    am__dry=no; \
 
44
    case $$MAKEFLAGS in \
 
45
      *\\[\ \   ]*) \
 
46
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
47
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
48
      *) \
 
49
        for am__flg in $$MAKEFLAGS; do \
 
50
          case $$am__flg in \
 
51
            *=*|--*) ;; \
 
52
            *n*) am__dry=yes; break;; \
 
53
          esac; \
 
54
        done;; \
 
55
    esac; \
 
56
    test $$am__dry = yes; \
 
57
  }
41
58
pkgdatadir = $(datadir)/@PACKAGE@
42
59
pkgincludedir = $(includedir)/@PACKAGE@
43
60
pkglibdir = $(libdir)/@PACKAGE@
85
102
CONFIG_CLEAN_VPATH_FILES =
86
103
SOURCES =
87
104
DIST_SOURCES =
 
105
am__can_run_installinfo = \
 
106
  case $$AM_UPDATE_INFO_DIR in \
 
107
    n|no|NO) false;; \
 
108
    *) (install-info --version) >/dev/null 2>&1;; \
 
109
  esac
88
110
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
89
111
am__vpath_adj = case $$p in \
90
112
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
204
226
JEUCLID_CORE = @JEUCLID_CORE@
205
227
JGRAPHX = @JGRAPHX@
206
228
JHALL = @JHALL@
207
 
JHDF5 = @JHDF5@
208
229
JLATEXMATH = @JLATEXMATH@
209
230
JLATEXMATH_FOP = @JLATEXMATH_FOP@
210
231
JOGL2 = @JOGL2@
498
519
        -rm -rf .libs _libs
499
520
install-libscicompatibility_functions_la_etcDATA: $(libscicompatibility_functions_la_etc_DATA)
500
521
        @$(NORMAL_INSTALL)
501
 
        test -z "$(libscicompatibility_functions_la_etcdir)" || $(MKDIR_P) "$(DESTDIR)$(libscicompatibility_functions_la_etcdir)"
502
522
        @list='$(libscicompatibility_functions_la_etc_DATA)'; test -n "$(libscicompatibility_functions_la_etcdir)" || list=; \
 
523
        if test -n "$$list"; then \
 
524
          echo " $(MKDIR_P) '$(DESTDIR)$(libscicompatibility_functions_la_etcdir)'"; \
 
525
          $(MKDIR_P) "$(DESTDIR)$(libscicompatibility_functions_la_etcdir)" || exit 1; \
 
526
        fi; \
503
527
        for p in $$list; do \
504
528
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
505
529
          echo "$$d$$p"; \
516
540
        dir='$(DESTDIR)$(libscicompatibility_functions_la_etcdir)'; $(am__uninstall_files_from_dir)
517
541
install-libscicompatibility_functions_la_rootDATA: $(libscicompatibility_functions_la_root_DATA)
518
542
        @$(NORMAL_INSTALL)
519
 
        test -z "$(libscicompatibility_functions_la_rootdir)" || $(MKDIR_P) "$(DESTDIR)$(libscicompatibility_functions_la_rootdir)"
520
543
        @list='$(libscicompatibility_functions_la_root_DATA)'; test -n "$(libscicompatibility_functions_la_rootdir)" || list=; \
 
544
        if test -n "$$list"; then \
 
545
          echo " $(MKDIR_P) '$(DESTDIR)$(libscicompatibility_functions_la_rootdir)'"; \
 
546
          $(MKDIR_P) "$(DESTDIR)$(libscicompatibility_functions_la_rootdir)" || exit 1; \
 
547
        fi; \
521
548
        for p in $$list; do \
522
549
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
523
550
          echo "$$d$$p"; \