~ubuntu-branches/ubuntu/saucy/orbit2/saucy-proposed

« back to all changes in this revision

Viewing changes to linc2/include/linc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408122740-wf9bxam9p02g2fiq
Tags: 1:2.14.18-0.1
* Non-maintainer upload.
* New upstream bugfix release, one API addition:
  + debian/patches/700-autoreconf.patch:
    - Regenerated for the new version.

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 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.
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
21
22
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
44
46
mkinstalldirs = $(install_sh) -d
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES = linc-config.h
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
SOURCES =
48
51
DIST_SOURCES =
49
52
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
80
GLIB_REQUIRED = @GLIB_REQUIRED@
78
81
GREP = @GREP@
79
82
GTKDOC_CHECK = @GTKDOC_CHECK@
 
83
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
84
GTKDOC_REBASE = @GTKDOC_REBASE@
80
85
HTML_DIR = @HTML_DIR@
81
86
IDL_COMPILER = @IDL_COMPILER@
82
87
INSTALL = @INSTALL@
223
228
              exit 1;; \
224
229
          esac; \
225
230
        done; \
226
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  linc2/include/linc/Makefile'; \
227
 
        cd $(top_srcdir) && \
228
 
          $(AUTOMAKE) --gnu  linc2/include/linc/Makefile
 
231
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu linc2/include/linc/Makefile'; \
 
232
        $(am__cd) $(top_srcdir) && \
 
233
          $(AUTOMAKE) --gnu linc2/include/linc/Makefile
229
234
.PRECIOUS: Makefile
230
235
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231
236
        @case '$?' in \
243
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
249
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
245
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
251
$(am__aclocal_m4_deps):
246
252
linc-config.h: $(top_builddir)/config.status $(srcdir)/linc-config.h.in
247
253
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
248
254
 
274
280
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
275
281
          if test -d $$d/$$file; then \
276
282
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
283
            if test -d "$(distdir)/$$file"; then \
 
284
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
285
            fi; \
277
286
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
278
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
287
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
288
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
279
289
            fi; \
280
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
290
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
281
291
          else \
282
 
            test -f $(distdir)/$$file \
283
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
292
            test -f "$(distdir)/$$file" \
 
293
            || cp -p $$d/$$file "$(distdir)/$$file" \
284
294
            || exit 1; \
285
295
          fi; \
286
296
        done
310
320
 
311
321
distclean-generic:
312
322
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
323
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
313
324
 
314
325
maintainer-clean-generic:
315
326
        @echo "This command is intended for maintainers to use"
329
340
 
330
341
html: html-am
331
342
 
 
343
html-am:
 
344
 
332
345
info: info-am
333
346
 
334
347
info-am:
337
350
 
338
351
install-dvi: install-dvi-am
339
352
 
 
353
install-dvi-am:
 
354
 
340
355
install-exec-am:
341
356
 
342
357
install-html: install-html-am
343
358
 
 
359
install-html-am:
 
360
 
344
361
install-info: install-info-am
345
362
 
 
363
install-info-am:
 
364
 
346
365
install-man:
347
366
 
348
367
install-pdf: install-pdf-am
349
368
 
 
369
install-pdf-am:
 
370
 
350
371
install-ps: install-ps-am
351
372
 
 
373
install-ps-am:
 
374
 
352
375
installcheck-am:
353
376
 
354
377
maintainer-clean: maintainer-clean-am
369
392
 
370
393
uninstall-am:
371
394
 
372
 
.MAKE: install-am install-strip
 
395
.MAKE: all check install install-am install-strip
373
396
 
374
397
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
375
398
        distclean distclean-generic distclean-libtool distdir dvi \
382
405
        maintainer-clean-generic mostlyclean mostlyclean-generic \
383
406
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
384
407
 
 
408
 
385
409
# Tell versions [3.59,3.63) of GNU make to not export all variables.
386
410
# Otherwise a system limit (for SysV at least) may be exceeded.
387
411
.NOEXPORT: