~ubuntu-branches/ubuntu/lucid/gecko-mediaplayer/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-06-08 13:20:39 UTC
  • mfrom: (1.1.12 upstream) (0.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090608132039-1v2liwfrx501gstw
Tags: 0.9.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  - change Build-Depends iceape-dev to libxul-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
NORMAL_UNINSTALL = :
31
31
PRE_UNINSTALL = :
32
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
33
35
subdir = .
34
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
35
37
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
36
38
        $(srcdir)/gecko-mediaplayer.spec.in $(top_srcdir)/configure \
37
 
        AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
38
 
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
 
39
        AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \
 
40
        depcomp install-sh ltmain.sh missing mkinstalldirs
39
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
42
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83
85
distcleancheck_listfiles = find . -type f -print
84
86
ACLOCAL = @ACLOCAL@
85
87
AMTAR = @AMTAR@
 
88
AR = @AR@
86
89
AUTOCONF = @AUTOCONF@
87
90
AUTOHEADER = @AUTOHEADER@
88
91
AUTOMAKE = @AUTOMAKE@
95
98
CPP = @CPP@
96
99
CPPFLAGS = @CPPFLAGS@
97
100
CXX = @CXX@
 
101
CXXCPP = @CXXCPP@
98
102
CXXDEPMODE = @CXXDEPMODE@
99
103
CXXFLAGS = @CXXFLAGS@
100
104
CYGPATH_W = @CYGPATH_W@
103
107
DBUS_LIBS = @DBUS_LIBS@
104
108
DEFS = @DEFS@
105
109
DEPDIR = @DEPDIR@
 
110
DSYMUTIL = @DSYMUTIL@
 
111
ECHO = @ECHO@
106
112
ECHO_C = @ECHO_C@
107
113
ECHO_N = @ECHO_N@
108
114
ECHO_T = @ECHO_T@
109
115
EGREP = @EGREP@
110
116
EXEEXT = @EXEEXT@
 
117
F77 = @F77@
 
118
FFLAGS = @FFLAGS@
111
119
GCONF_CFLAGS = @GCONF_CFLAGS@
112
120
GCONF_DEFINES = @GCONF_DEFINES@
113
121
GCONF_LIBS = @GCONF_LIBS@
131
139
LDFLAGS = @LDFLAGS@
132
140
LIBOBJS = @LIBOBJS@
133
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LN_S = @LN_S@
134
144
LTLIBOBJS = @LTLIBOBJS@
135
145
MAINT = @MAINT@
136
146
MAKEINFO = @MAKEINFO@
138
148
MKINSTALLDIRS = @MKINSTALLDIRS@
139
149
MSGFMT = @MSGFMT@
140
150
MSGFMT_OPTS = @MSGFMT_OPTS@
 
151
NMEDIT = @NMEDIT@
141
152
NSPR_CFLAGS = @NSPR_CFLAGS@
142
153
NSPR_LIBS = @NSPR_LIBS@
143
154
OBJEXT = @OBJEXT@
153
164
POSUB = @POSUB@
154
165
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
155
166
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
167
RANLIB = @RANLIB@
 
168
SED = @SED@
156
169
SET_MAKE = @SET_MAKE@
157
170
SHELL = @SHELL@
158
171
STRIP = @STRIP@
165
178
abs_top_srcdir = @abs_top_srcdir@
166
179
ac_ct_CC = @ac_ct_CC@
167
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
168
182
am__include = @am__include@
169
183
am__leading_dot = @am__leading_dot@
170
184
am__quote = @am__quote@
171
185
am__tar = @am__tar@
172
186
am__untar = @am__untar@
173
187
bindir = @bindir@
 
188
build = @build@
174
189
build_alias = @build_alias@
 
190
build_cpu = @build_cpu@
 
191
build_os = @build_os@
 
192
build_vendor = @build_vendor@
175
193
builddir = @builddir@
176
194
datadir = @datadir@
177
195
datarootdir = @datarootdir@
178
196
docdir = @docdir@
179
197
dvidir = @dvidir@
180
198
exec_prefix = @exec_prefix@
 
199
host = @host@
181
200
host_alias = @host_alias@
 
201
host_cpu = @host_cpu@
 
202
host_os = @host_os@
 
203
host_vendor = @host_vendor@
182
204
htmldir = @htmldir@
183
205
includedir = @includedir@
184
206
infodir = @infodir@
272
294
        -rm -f config.h stamp-h1
273
295
gecko-mediaplayer.spec: $(top_builddir)/config.status $(srcdir)/gecko-mediaplayer.spec.in
274
296
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
297
 
 
298
mostlyclean-libtool:
 
299
        -rm -f *.lo
 
300
 
 
301
clean-libtool:
 
302
        -rm -rf .libs _libs
 
303
 
 
304
distclean-libtool:
 
305
        -rm -f libtool
275
306
install-gecko_mediaplayerdocDATA: $(gecko_mediaplayerdoc_DATA)
276
307
        @$(NORMAL_INSTALL)
277
308
        test -z "$(gecko_mediaplayerdocdir)" || $(MKDIR_P) "$(DESTDIR)$(gecko_mediaplayerdocdir)"
622
653
        @echo "it deletes files that may require special tools to rebuild."
623
654
clean: clean-recursive
624
655
 
625
 
clean-am: clean-generic mostlyclean-am
 
656
clean-am: clean-generic clean-libtool mostlyclean-am
626
657
 
627
658
distclean: distclean-recursive
628
659
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
629
660
        -rm -f Makefile
630
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
661
distclean-am: clean-am distclean-generic distclean-hdr \
 
662
        distclean-libtool distclean-tags
631
663
 
632
664
dvi: dvi-recursive
633
665
 
667
699
 
668
700
mostlyclean: mostlyclean-recursive
669
701
 
670
 
mostlyclean-am: mostlyclean-generic
 
702
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
671
703
 
672
704
pdf: pdf-recursive
673
705
 
684
716
 
685
717
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
686
718
        all all-am am--refresh check check-am clean clean-generic \
687
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
688
 
        dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
689
 
        distclean distclean-generic distclean-hdr distclean-tags \
690
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
691
 
        html-am info info-am install install-am install-data \
692
 
        install-data-am install-data-hook install-dvi install-dvi-am \
693
 
        install-exec install-exec-am install-gecko_mediaplayerdocDATA \
694
 
        install-html install-html-am install-info install-info-am \
695
 
        install-man install-pdf install-pdf-am install-ps \
696
 
        install-ps-am install-schemaDATA install-strip installcheck \
697
 
        installcheck-am installdirs installdirs-am maintainer-clean \
698
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
699
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
700
 
        uninstall-gecko_mediaplayerdocDATA uninstall-schemaDATA
 
719
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
720
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
 
721
        distcheck distclean distclean-generic distclean-hdr \
 
722
        distclean-libtool distclean-tags distcleancheck distdir \
 
723
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
724
        install install-am install-data install-data-am \
 
725
        install-data-hook install-dvi install-dvi-am install-exec \
 
726
        install-exec-am install-gecko_mediaplayerdocDATA install-html \
 
727
        install-html-am install-info install-info-am install-man \
 
728
        install-pdf install-pdf-am install-ps install-ps-am \
 
729
        install-schemaDATA install-strip installcheck installcheck-am \
 
730
        installdirs installdirs-am maintainer-clean \
 
731
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
732
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
733
        uninstall uninstall-am uninstall-gecko_mediaplayerdocDATA \
 
734
        uninstall-schemaDATA
701
735
 
702
736
 
703
737
# Copy all the spec files. Of cource, only one is actually used.