~ubuntu-branches/ubuntu/saucy/vips/saucy

« back to all changes in this revision

Viewing changes to libvipsCC/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-05-29 14:25:06 UTC
  • mfrom: (1.1.18) (30.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120529142506-caq92wajlrmde3nt
Tags: 7.28.5-1
* New upstream release
* multiarch, hardening
* Support bigtiff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, 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.
37
37
subdir = libvipsCC
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
 
        $(top_srcdir)/configure.in
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
41
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
 
42
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
43
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
44
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
42
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
46
        $(ACLOCAL_M4)
44
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66
69
am__base_list = \
67
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
72
am__uninstall_files_from_dir = { \
 
73
  test -z "$$files" \
 
74
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
75
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
76
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
77
  }
69
78
am__installdirs = "$(DESTDIR)$(libdir)"
70
79
LTLIBRARIES = $(lib_LTLIBRARIES)
71
80
libvipsCC_la_DEPENDENCIES = $(top_builddir)/libvips/libvips.la
271
280
SET_MAKE = @SET_MAKE@
272
281
SHELL = @SHELL@
273
282
STRIP = @STRIP@
 
283
TIFF_CFLAGS = @TIFF_CFLAGS@
274
284
TIFF_INCLUDES = @TIFF_INCLUDES@
275
285
TIFF_LIBS = @TIFF_LIBS@
276
286
USE_NLS = @USE_NLS@
440
450
          echo "rm -f \"$${dir}/so_locations\""; \
441
451
          rm -f "$${dir}/so_locations"; \
442
452
        done
443
 
libvipsCC.la: $(libvipsCC_la_OBJECTS) $(libvipsCC_la_DEPENDENCIES) 
 
453
libvipsCC.la: $(libvipsCC_la_OBJECTS) $(libvipsCC_la_DEPENDENCIES) $(EXTRA_libvipsCC_la_DEPENDENCIES) 
444
454
        $(libvipsCC_la_LINK) -rpath $(libdir) $(libvipsCC_la_OBJECTS) $(libvipsCC_la_LIBADD) $(LIBS)
445
455
 
446
456
mostlyclean-compile:
692
702
 
693
703
installcheck: installcheck-recursive
694
704
install-strip:
695
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697
 
          `test -z '$(STRIP)' || \
698
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
705
        if test -z '$(STRIP)'; then \
 
706
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
707
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
708
              install; \
 
709
        else \
 
710
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
711
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
712
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
713
        fi
699
714
mostlyclean-generic:
700
715
 
701
716
clean-generic: