~ubuntu-branches/ubuntu/precise/pfstools/precise

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2008-03-21 11:52:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321115239-5wshca3lgpr3dniq
Tags: 1.6.4-1ubuntu1
* Merge from Debian unstable (LP: #201962). Remaining Ubuntu changes:
  - octave2.{1,9} -> octave3.0 transition
    + debian/control:
      removed build-dep-conflicts against octave2.9-headers
      changed build-dep from octave2.1 to octave3.0
      changed dep for octave-pfstools binary package to octave3.0
      changed dep for pfstools binary package to octave3.0
    + src/octave/pfsopen.cpp:
      Applied patch from upstream
      Patch taken from:
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458131
  - debian/rules:
    + change chmod 644 debian/tmp/usr/share/octave/site/api-v13/m/pfstools/*
      to chmod 644 debian/tmp/$(MDIR)/pfstools/* to avoid FTBFS
  - Set maintainer to MOTU.
* octave2.{1,9} -> octave3.0 transition
  - src/octave/pfsoctavelum & src/octave/pfsoctavergb:
    + Applied patch from upstream
      Patch taken from:
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458131

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
 
17
16
srcdir = @srcdir@
18
17
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
21
20
pkglibdir = $(libdir)/@PACKAGE@
22
21
pkgincludedir = $(includedir)/@PACKAGE@
23
22
top_builddir = ..
24
 
 
25
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
24
INSTALL = @INSTALL@
27
25
install_sh_DATA = $(install_sh) -c -m 644
35
33
NORMAL_UNINSTALL = :
36
34
PRE_UNINSTALL = :
37
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
38
37
host_triplet = @host@
 
38
subdir = src
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
42
        $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
SOURCES =
 
49
DIST_SOURCES =
 
50
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
51
        html-recursive info-recursive install-data-recursive \
 
52
        install-exec-recursive install-info-recursive \
 
53
        install-recursive installcheck-recursive installdirs-recursive \
 
54
        pdf-recursive ps-recursive uninstall-info-recursive \
 
55
        uninstall-recursive
 
56
ETAGS = etags
 
57
CTAGS = ctags
 
58
DIST_SUBDIRS = pfs fileformat filter octave pfsview pfsglview matlab
 
59
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
60
ACLOCAL = @ACLOCAL@
40
61
AMDEP_FALSE = @AMDEP_FALSE@
41
62
AMDEP_TRUE = @AMDEP_TRUE@
45
66
AUTOHEADER = @AUTOHEADER@
46
67
AUTOMAKE = @AUTOMAKE@
47
68
AWK = @AWK@
 
69
BASH_PATH = @BASH_PATH@
48
70
CC = @CC@
49
71
CCDEPMODE = @CCDEPMODE@
50
72
CFLAGS = @CFLAGS@
69
91
GL_LIBS = @GL_LIBS@
70
92
GL_SUPPORT_FALSE = @GL_SUPPORT_FALSE@
71
93
GL_SUPPORT_TRUE = @GL_SUPPORT_TRUE@
 
94
GREP = @GREP@
72
95
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
73
96
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
74
97
IMAGEMAGICK_SUPPORT_FALSE = @IMAGEMAGICK_SUPPORT_FALSE@
128
151
TIFF_SUPPORT_FALSE = @TIFF_SUPPORT_FALSE@
129
152
TIFF_SUPPORT_TRUE = @TIFF_SUPPORT_TRUE@
130
153
VERSION = @VERSION@
131
 
ac_ct_AR = @ac_ct_AR@
132
154
ac_ct_CC = @ac_ct_CC@
133
155
ac_ct_CXX = @ac_ct_CXX@
134
156
ac_ct_F77 = @ac_ct_F77@
135
 
ac_ct_RANLIB = @ac_ct_RANLIB@
136
 
ac_ct_STRIP = @ac_ct_STRIP@
137
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
138
157
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
139
158
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
140
159
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
142
161
am__include = @am__include@
143
162
am__leading_dot = @am__leading_dot@
144
163
am__quote = @am__quote@
 
164
am__tar = @am__tar@
 
165
am__untar = @am__untar@
145
166
bindir = @bindir@
146
167
build = @build@
147
168
build_alias = @build_alias@
149
170
build_os = @build_os@
150
171
build_vendor = @build_vendor@
151
172
datadir = @datadir@
 
173
datarootdir = @datarootdir@
 
174
docdir = @docdir@
 
175
dvidir = @dvidir@
152
176
exec_prefix = @exec_prefix@
153
177
host = @host@
154
178
host_alias = @host_alias@
155
179
host_cpu = @host_cpu@
156
180
host_os = @host_os@
157
181
host_vendor = @host_vendor@
 
182
htmldir = @htmldir@
158
183
includedir = @includedir@
159
184
infodir = @infodir@
160
185
install_sh = @install_sh@
161
186
libdir = @libdir@
162
187
libexecdir = @libexecdir@
 
188
localedir = @localedir@
163
189
localstatedir = @localstatedir@
164
190
mandir = @mandir@
 
191
mkdir_p = @mkdir_p@
165
192
oldincludedir = @oldincludedir@
 
193
pdfdir = @pdfdir@
166
194
prefix = @prefix@
167
195
program_transform_name = @program_transform_name@
 
196
psdir = @psdir@
168
197
sbindir = @sbindir@
169
198
sharedstatedir = @sharedstatedir@
170
199
sysconfdir = @sysconfdir@
176
205
@GL_SUPPORT_TRUE@GL_DIR = pfsglview
177
206
@MATLAB_SUPPORT_TRUE@MATLAB_DIR = matlab
178
207
SUBDIRS = pfs fileformat filter $(OCTAVE_DIR) $(QT_DIR) $(GL_DIR) $(MATLAB_DIR)
179
 
subdir = src
180
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
181
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
182
 
CONFIG_HEADER = $(top_builddir)/config.h
183
 
CONFIG_CLEAN_FILES =
184
 
DIST_SOURCES =
185
 
 
186
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
187
 
        ps-recursive install-info-recursive uninstall-info-recursive \
188
 
        all-recursive install-data-recursive install-exec-recursive \
189
 
        installdirs-recursive install-recursive uninstall-recursive \
190
 
        check-recursive installcheck-recursive
191
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
192
 
DIST_SUBDIRS = pfs fileformat filter octave pfsview pfsglview matlab
193
208
all: all-recursive
194
209
 
195
210
.SUFFIXES:
196
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
211
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
212
        @for dep in $?; do \
 
213
          case '$(am__configure_deps)' in \
 
214
            *$$dep*) \
 
215
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
216
                && exit 0; \
 
217
              exit 1;; \
 
218
          esac; \
 
219
        done; \
 
220
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
197
221
        cd $(top_srcdir) && \
198
222
          $(AUTOMAKE) --gnu  src/Makefile
199
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
200
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
223
.PRECIOUS: Makefile
 
224
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
225
        @case '$?' in \
 
226
          *config.status*) \
 
227
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
228
          *) \
 
229
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
230
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
231
        esac;
 
232
 
 
233
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
235
 
 
236
$(top_srcdir)/configure:  $(am__configure_deps)
 
237
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
238
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
239
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201
240
 
202
241
mostlyclean-libtool:
203
242
        -rm -f *.lo
216
255
#     (which will cause the Makefiles to be regenerated when you run `make');
217
256
# (2) otherwise, pass the desired values on the `make' command line.
218
257
$(RECURSIVE_TARGETS):
219
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
258
        @failcom='exit 1'; \
 
259
        for f in x $$MAKEFLAGS; do \
 
260
          case $$f in \
 
261
            *=* | --[!k]*);; \
 
262
            *k*) failcom='fail=yes';; \
 
263
          esac; \
 
264
        done; \
220
265
        dot_seen=no; \
221
266
        target=`echo $@ | sed s/-recursive//`; \
222
267
        list='$(SUBDIRS)'; for subdir in $$list; do \
228
273
            local_target="$$target"; \
229
274
          fi; \
230
275
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
231
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
276
          || eval $$failcom; \
232
277
        done; \
233
278
        if test "$$dot_seen" = "no"; then \
234
279
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
236
281
 
237
282
mostlyclean-recursive clean-recursive distclean-recursive \
238
283
maintainer-clean-recursive:
239
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
284
        @failcom='exit 1'; \
 
285
        for f in x $$MAKEFLAGS; do \
 
286
          case $$f in \
 
287
            *=* | --[!k]*);; \
 
288
            *k*) failcom='fail=yes';; \
 
289
          esac; \
 
290
        done; \
240
291
        dot_seen=no; \
241
292
        case "$@" in \
242
293
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
257
308
            local_target="$$target"; \
258
309
          fi; \
259
310
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
260
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
311
          || eval $$failcom; \
261
312
        done && test -z "$$fail"
262
313
tags-recursive:
263
314
        list='$(SUBDIRS)'; for subdir in $$list; do \
268
319
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
269
320
        done
270
321
 
271
 
ETAGS = etags
272
 
ETAGSFLAGS =
273
 
 
274
 
CTAGS = ctags
275
 
CTAGSFLAGS =
276
 
 
277
 
tags: TAGS
278
 
 
279
322
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
280
323
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
281
324
        unique=`for i in $$list; do \
284
327
          $(AWK) '    { files[$$0] = 1; } \
285
328
               END { for (i in files) print i; }'`; \
286
329
        mkid -fID $$unique
 
330
tags: TAGS
287
331
 
288
332
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
289
333
                $(TAGS_FILES) $(LISP)
290
334
        tags=; \
291
335
        here=`pwd`; \
292
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
336
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
293
337
          include_option=--etags-include; \
 
338
          empty_fix=.; \
294
339
        else \
295
340
          include_option=--include; \
 
341
          empty_fix=; \
296
342
        fi; \
297
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
298
344
          if test "$$subdir" = .; then :; else \
299
 
            test -f $$subdir/TAGS && \
 
345
            test ! -f $$subdir/TAGS || \
300
346
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
301
347
          fi; \
302
348
        done; \
306
352
          done | \
307
353
          $(AWK) '    { files[$$0] = 1; } \
308
354
               END { for (i in files) print i; }'`; \
309
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
310
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
311
 
             $$tags $$unique
312
 
 
 
355
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
356
          test -n "$$unique" || unique=$$empty_fix; \
 
357
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
358
            $$tags $$unique; \
 
359
        fi
313
360
ctags: CTAGS
314
361
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
315
362
                $(TAGS_FILES) $(LISP)
332
379
 
333
380
distclean-tags:
334
381
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
335
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
336
 
 
337
 
top_distdir = ..
338
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
339
382
 
340
383
distdir: $(DISTFILES)
341
384
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
349
392
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
350
393
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
351
394
            dir="/$$dir"; \
352
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
395
            $(mkdir_p) "$(distdir)$$dir"; \
353
396
          else \
354
397
            dir=''; \
355
398
          fi; \
366
409
        done
367
410
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
368
411
          if test "$$subdir" = .; then :; else \
369
 
            test -d $(distdir)/$$subdir \
370
 
            || mkdir $(distdir)/$$subdir \
 
412
            test -d "$(distdir)/$$subdir" \
 
413
            || $(mkdir_p) "$(distdir)/$$subdir" \
371
414
            || exit 1; \
 
415
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
416
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
372
417
            (cd $$subdir && \
373
418
              $(MAKE) $(AM_MAKEFLAGS) \
374
 
                top_distdir="$(top_distdir)" \
375
 
                distdir=../$(distdir)/$$subdir \
 
419
                top_distdir="$$top_distdir" \
 
420
                distdir="$$distdir/$$subdir" \
376
421
                distdir) \
377
422
              || exit 1; \
378
423
          fi; \
382
427
all-am: Makefile
383
428
installdirs: installdirs-recursive
384
429
installdirs-am:
385
 
 
386
430
install: install-recursive
387
431
install-exec: install-exec-recursive
388
432
install-data: install-data-recursive
402
446
clean-generic:
403
447
 
404
448
distclean-generic:
405
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
449
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
406
450
 
407
451
maintainer-clean-generic:
408
452
        @echo "This command is intended for maintainers to use"
420
464
 
421
465
dvi-am:
422
466
 
 
467
html: html-recursive
 
468
 
423
469
info: info-recursive
424
470
 
425
471
info-am:
454
500
 
455
501
uninstall-info: uninstall-info-recursive
456
502
 
457
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
458
 
        clean-generic clean-libtool clean-recursive ctags \
 
503
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
504
        clean clean-generic clean-libtool clean-recursive ctags \
459
505
        ctags-recursive distclean distclean-generic distclean-libtool \
460
 
        distclean-recursive distclean-tags distdir dvi dvi-am \
461
 
        dvi-recursive info info-am info-recursive install install-am \
462
 
        install-data install-data-am install-data-recursive \
463
 
        install-exec install-exec-am install-exec-recursive \
464
 
        install-info install-info-am install-info-recursive install-man \
465
 
        install-recursive install-strip installcheck installcheck-am \
466
 
        installdirs installdirs-am installdirs-recursive \
467
 
        maintainer-clean maintainer-clean-generic \
468
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
469
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
470
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
471
 
        uninstall uninstall-am uninstall-info-am \
472
 
        uninstall-info-recursive uninstall-recursive
 
506
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
507
        html-am info info-am install install-am install-data \
 
508
        install-data-am install-exec install-exec-am install-info \
 
509
        install-info-am install-man install-strip installcheck \
 
510
        installcheck-am installdirs installdirs-am maintainer-clean \
 
511
        maintainer-clean-generic maintainer-clean-recursive \
 
512
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
513
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
514
        uninstall uninstall-am uninstall-info-am
473
515
 
474
516
# Tell versions [3.59,3.63) of GNU make to not export all variables.
475
517
# Otherwise a system limit (for SysV at least) may be exceeded.