~ubuntu-branches/ubuntu/maverick/libmtp/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mario Danic
  • Date: 2007-08-14 19:40:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070814194057-ddu0qqhw6aw9ww6e
Tags: 0.2.1-0ubuntu1
* New upstream release
* ABI bump to 6
* debian/rules: Adapt upstream udev rules file to our kernel

  Thanks to Flávio Martins for testing!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
16
16
 
17
17
 
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
62
58
am_libmtp_la_OBJECTS = libmtp.lo unicode.lo util.lo libusb-glue.lo \
63
59
        ptp.lo
64
60
libmtp_la_OBJECTS = $(am_libmtp_la_OBJECTS)
65
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
61
libmtp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
62
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
63
        $(libmtp_la_LDFLAGS) $(LDFLAGS) -o $@
 
64
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
66
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
66
am__depfiles_maybe = depfiles
68
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
71
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72
 
        $(AM_CFLAGS) $(CFLAGS)
 
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
71
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
72
CCLD = $(CC)
74
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
73
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
75
        $(LDFLAGS) -o $@
76
76
SOURCES = $(libmtp_la_SOURCES)
77
77
DIST_SOURCES = $(libmtp_la_SOURCES)
78
78
DATA = $(noinst_DATA)
82
82
CTAGS = ctags
83
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84
84
ACLOCAL = @ACLOCAL@
85
 
AMDEP_FALSE = @AMDEP_FALSE@
86
 
AMDEP_TRUE = @AMDEP_TRUE@
87
85
AMTAR = @AMTAR@
88
86
AR = @AR@
89
87
AS = @AS@
94
92
CC = @CC@
95
93
CCDEPMODE = @CCDEPMODE@
96
94
CFLAGS = @CFLAGS@
97
 
COMPILE_MINGW32_FALSE = @COMPILE_MINGW32_FALSE@
98
 
COMPILE_MINGW32_TRUE = @COMPILE_MINGW32_TRUE@
99
95
CPP = @CPP@
100
96
CPPFLAGS = @CPPFLAGS@
101
97
CXX = @CXX@
114
110
EXEEXT = @EXEEXT@
115
111
F77 = @F77@
116
112
FFLAGS = @FFLAGS@
 
113
GREP = @GREP@
117
114
HAVE_DOXYGEN = @HAVE_DOXYGEN@
118
 
HAVE_DOXYGEN_FALSE = @HAVE_DOXYGEN_FALSE@
119
 
HAVE_DOXYGEN_TRUE = @HAVE_DOXYGEN_TRUE@
 
115
INSTALL = @INSTALL@
120
116
INSTALL_DATA = @INSTALL_DATA@
121
117
INSTALL_PROGRAM = @INSTALL_PROGRAM@
122
118
INSTALL_SCRIPT = @INSTALL_SCRIPT@
128
124
LN_S = @LN_S@
129
125
LTLIBOBJS = @LTLIBOBJS@
130
126
MAKEINFO = @MAKEINFO@
 
127
MKDIR_P = @MKDIR_P@
131
128
OBJDUMP = @OBJDUMP@
132
129
OBJEXT = @OBJEXT@
133
130
OSFLAGS = @OSFLAGS@
144
141
SHELL = @SHELL@
145
142
STRIP = @STRIP@
146
143
VERSION = @VERSION@
147
 
ac_ct_AR = @ac_ct_AR@
148
 
ac_ct_AS = @ac_ct_AS@
 
144
abs_builddir = @abs_builddir@
 
145
abs_srcdir = @abs_srcdir@
 
146
abs_top_builddir = @abs_top_builddir@
 
147
abs_top_srcdir = @abs_top_srcdir@
149
148
ac_ct_CC = @ac_ct_CC@
150
149
ac_ct_CXX = @ac_ct_CXX@
151
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
152
150
ac_ct_F77 = @ac_ct_F77@
153
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
154
 
ac_ct_RANLIB = @ac_ct_RANLIB@
155
 
ac_ct_STRIP = @ac_ct_STRIP@
156
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
159
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
160
151
am__include = @am__include@
161
152
am__leading_dot = @am__leading_dot@
162
153
am__quote = @am__quote@
168
159
build_cpu = @build_cpu@
169
160
build_os = @build_os@
170
161
build_vendor = @build_vendor@
 
162
builddir = @builddir@
171
163
datadir = @datadir@
 
164
datarootdir = @datarootdir@
 
165
docdir = @docdir@
 
166
dvidir = @dvidir@
172
167
effective_target = @effective_target@
173
168
exec_prefix = @exec_prefix@
174
169
host = @host@
176
171
host_cpu = @host_cpu@
177
172
host_os = @host_os@
178
173
host_vendor = @host_vendor@
 
174
htmldir = @htmldir@
179
175
includedir = @includedir@
180
176
infodir = @infodir@
181
177
install_sh = @install_sh@
182
178
libdir = @libdir@
183
179
libexecdir = @libexecdir@
 
180
localedir = @localedir@
184
181
localstatedir = @localstatedir@
185
182
mandir = @mandir@
186
183
mkdir_p = @mkdir_p@
187
184
oldincludedir = @oldincludedir@
 
185
pdfdir = @pdfdir@
188
186
prefix = @prefix@
189
187
program_transform_name = @program_transform_name@
 
188
psdir = @psdir@
190
189
sbindir = @sbindir@
191
190
sharedstatedir = @sharedstatedir@
 
191
srcdir = @srcdir@
192
192
sysconfdir = @sysconfdir@
193
193
target_alias = @target_alias@
 
194
top_builddir = @top_builddir@
 
195
top_srcdir = @top_srcdir@
194
196
lib_LTLIBRARIES = libmtp.la
195
197
# Removed: ptp-pack.h mtp-pack.c mtp-pack.h mtp.h mtp.c ptp-pack.c
196
198
# Renamed: libptp-endian.h -> gphoto2-endian.h
223
225
#  increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed, 
224
226
#  REVISION is set to 0, otherwise REVISION is incremented.
225
227
# ---------------------------------------------------------------------------
226
 
CURRENT = 7
227
 
AGE = 2
 
228
CURRENT = 6
 
229
AGE = 0
228
230
REVISION = 1
229
231
SOVERSION = $(CURRENT):$(REVISION):$(AGE)
230
232
@COMPILE_MINGW32_TRUE@noinst_DATA = libmtp.lib
267
269
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
268
270
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
269
271
        @$(NORMAL_INSTALL)
270
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
272
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
271
273
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
272
274
          if test -f $$p; then \
273
275
            f=$(am__strip_dir) \
278
280
 
279
281
uninstall-libLTLIBRARIES:
280
282
        @$(NORMAL_UNINSTALL)
281
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
283
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
282
284
          p=$(am__strip_dir) \
283
285
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
284
286
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
293
295
          rm -f "$${dir}/so_locations"; \
294
296
        done
295
297
libmtp.la: $(libmtp_la_OBJECTS) $(libmtp_la_DEPENDENCIES) 
296
 
        $(LINK) -rpath $(libdir) $(libmtp_la_LDFLAGS) $(libmtp_la_OBJECTS) $(libmtp_la_LIBADD) $(LIBS)
 
298
        $(libmtp_la_LINK) -rpath $(libdir) $(libmtp_la_OBJECTS) $(libmtp_la_LIBADD) $(LIBS)
297
299
 
298
300
mostlyclean-compile:
299
301
        -rm -f *.$(OBJEXT)
308
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
309
311
 
310
312
.c.o:
311
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
312
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
313
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
314
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
317
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
316
318
 
317
319
.c.obj:
318
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
319
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
320
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
321
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
324
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
323
325
 
324
326
.c.lo:
325
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
326
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
327
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
328
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
327
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
328
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
331
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
333
335
 
334
336
clean-libtool:
335
337
        -rm -rf .libs _libs
336
 
 
337
 
distclean-libtool:
338
 
        -rm -f libtool
339
 
uninstall-info-am:
340
338
install-includeHEADERS: $(include_HEADERS)
341
339
        @$(NORMAL_INSTALL)
342
 
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 
340
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
343
341
        @list='$(include_HEADERS)'; for p in $$list; do \
344
342
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
345
343
          f=$(am__strip_dir) \
404
402
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
403
 
406
404
distdir: $(DISTFILES)
407
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
408
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
409
 
        list='$(DISTFILES)'; for file in $$list; do \
410
 
          case $$file in \
411
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
412
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
413
 
          esac; \
 
405
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
406
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
407
        list='$(DISTFILES)'; \
 
408
          dist_files=`for file in $$list; do echo $$file; done | \
 
409
          sed -e "s|^$$srcdirstrip/||;t" \
 
410
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
411
        case $$dist_files in \
 
412
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
413
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
414
                           sort -u` ;; \
 
415
        esac; \
 
416
        for file in $$dist_files; do \
414
417
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
416
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
417
 
            dir="/$$dir"; \
418
 
            $(mkdir_p) "$(distdir)$$dir"; \
419
 
          else \
420
 
            dir=''; \
421
 
          fi; \
422
418
          if test -d $$d/$$file; then \
 
419
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
423
420
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
424
421
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
425
422
            fi; \
435
432
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
436
433
installdirs:
437
434
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
438
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
435
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
439
436
        done
440
437
install: install-am
441
438
install-exec: install-exec-am
471
468
        -rm -rf ./$(DEPDIR)
472
469
        -rm -f Makefile
473
470
distclean-am: clean-am distclean-compile distclean-generic \
474
 
        distclean-libtool distclean-tags
 
471
        distclean-tags
475
472
 
476
473
dvi: dvi-am
477
474
 
485
482
 
486
483
install-data-am: install-data-local install-includeHEADERS
487
484
 
 
485
install-dvi: install-dvi-am
 
486
 
488
487
install-exec-am: install-libLTLIBRARIES
489
488
 
 
489
install-html: install-html-am
 
490
 
490
491
install-info: install-info-am
491
492
 
492
493
install-man:
493
494
 
 
495
install-pdf: install-pdf-am
 
496
 
 
497
install-ps: install-ps-am
 
498
 
494
499
installcheck-am:
495
500
 
496
501
maintainer-clean: maintainer-clean-am
511
516
 
512
517
ps-am:
513
518
 
514
 
uninstall-am: uninstall-includeHEADERS uninstall-info-am \
515
 
        uninstall-libLTLIBRARIES
 
519
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
 
520
 
 
521
.MAKE: install-am install-strip
516
522
 
517
523
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
518
524
        clean-libLTLIBRARIES clean-libtool ctags distclean \
519
525
        distclean-compile distclean-generic distclean-libtool \
520
526
        distclean-tags distdir dvi dvi-am html html-am info info-am \
521
527
        install install-am install-data install-data-am \
522
 
        install-data-local install-exec install-exec-am \
 
528
        install-data-local install-dvi install-dvi-am install-exec \
 
529
        install-exec-am install-html install-html-am \
523
530
        install-includeHEADERS install-info install-info-am \
524
 
        install-libLTLIBRARIES install-man install-strip installcheck \
 
531
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
532
        install-ps install-ps-am install-strip installcheck \
525
533
        installcheck-am installdirs maintainer-clean \
526
534
        maintainer-clean-generic mostlyclean mostlyclean-compile \
527
535
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
528
536
        tags uninstall uninstall-am uninstall-includeHEADERS \
529
 
        uninstall-info-am uninstall-libLTLIBRARIES
 
537
        uninstall-libLTLIBRARIES
530
538
 
531
539
@COMPILE_MINGW32_TRUE@libmtp.def: libmtp.sym
532
540
@COMPILE_MINGW32_TRUE@  echo "LIBRARY \"@PACKAGE@\"" > libmtp.def