~ubuntu-branches/ubuntu/quantal/elinks/quantal

« back to all changes in this revision

Viewing changes to debian/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals (RainCT)
  • Date: 2008-02-01 16:29:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080201162906-xdourui5tyjva0al
Tags: 0.11.3-5ubuntu1
 
* Merge from Debian unstable (LP: #187936); remaining changes:
  - Add X-Ubuntu-Gettext-Domain to .desktop files.
  - debian/control: Maintainer field update.
* Improve the text in the .desktop file and add some translations.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
 
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
 
# This Makefile.in is free software; the Free Software Foundation
5
 
# gives unlimited permission to copy and/or distribute it,
6
 
# with or without modifications, as long as this notice is preserved.
7
 
 
8
 
# This program is distributed in the hope that it will be useful,
9
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
 
# PARTICULAR PURPOSE.
12
 
 
13
 
 
14
 
SHELL = @SHELL@
15
 
 
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
 
top_builddir = ..
42
 
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
48
 
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
54
 
NORMAL_INSTALL = :
55
 
PRE_INSTALL = :
56
 
POST_INSTALL = :
57
 
NORMAL_UNINSTALL = :
58
 
PRE_UNINSTALL = :
59
 
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
61
 
host_triplet = @host@
62
 
AWK = @AWK@
63
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64
 
CATALOGS = @CATALOGS@
65
 
CATOBJEXT = @CATOBJEXT@
66
 
CC = @CC@
67
 
CONFDIR = @CONFDIR@
68
 
CONFIG_RUBY = @CONFIG_RUBY@
69
 
DATADIRNAME = @DATADIRNAME@
70
 
GENCAT = @GENCAT@
71
 
GLIBC21 = @GLIBC21@
72
 
GMOFILES = @GMOFILES@
73
 
GMSGFMT = @GMSGFMT@
74
 
GUILE_CONFIG = @GUILE_CONFIG@
75
 
HAVE_SMBCLIENT = @HAVE_SMBCLIENT@
76
 
INSTOBJEXT = @INSTOBJEXT@
77
 
INTLBISON = @INTLBISON@
78
 
INTLLIBS = @INTLLIBS@
79
 
INTLOBJS = @INTLOBJS@
80
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
81
 
LIBDIR = @LIBDIR@
82
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
83
 
LOCALEDIR = @LOCALEDIR@
84
 
LUA_CFLAGS = @LUA_CFLAGS@
85
 
LUA_LIBS = @LUA_LIBS@
86
 
MAKEINFO = @MAKEINFO@
87
 
MKINSTALLDIRS = @MKINSTALLDIRS@
88
 
MSGFMT = @MSGFMT@
89
 
PACKAGE = @PACKAGE@
90
 
PERL_CFLAGS = @PERL_CFLAGS@
91
 
PERL_LIBS = @PERL_LIBS@
92
 
POFILES = @POFILES@
93
 
POSUB = @POSUB@
94
 
RANLIB = @RANLIB@
95
 
RUBY_CFLAGS = @RUBY_CFLAGS@
96
 
RUBY_LIBS = @RUBY_LIBS@
97
 
SPIDERMONKEY_CFLAGS = @SPIDERMONKEY_CFLAGS@
98
 
SPIDERMONKEY_LIBS = @SPIDERMONKEY_LIBS@
99
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
100
 
USE_NLS = @USE_NLS@
101
 
VERSION = @VERSION@
102
 
 
103
 
EXTRA_DIST =   README.Debian  changelog  control  control.in  copyright  elinks.desktop  elinks.docs  elinks.postinst  elinks.preinst  elinks.prerm  menu  mime  rules
104
 
 
105
 
 
106
 
DISTCLEANFILES = build-stamp elinks
107
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108
 
CONFIG_HEADER = ../config.h
109
 
CONFIG_CLEAN_FILES = 
110
 
DIST_COMMON =  Makefile.am Makefile.in
111
 
 
112
 
 
113
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
 
 
115
 
TAR = tar
116
 
GZIP_ENV = --best
117
 
all: all-redirect
118
 
.SUFFIXES:
119
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
120
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps debian/Makefile
121
 
 
122
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
123
 
        cd $(top_builddir) \
124
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
 
 
126
 
tags: TAGS
127
 
TAGS:
128
 
 
129
 
 
130
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
131
 
 
132
 
subdir = debian
133
 
 
134
 
distdir: $(DISTFILES)
135
 
        @for file in $(DISTFILES); do \
136
 
          d=$(srcdir); \
137
 
          if test -d $$d/$$file; then \
138
 
            cp -pr $$d/$$file $(distdir)/$$file; \
139
 
          else \
140
 
            test -f $(distdir)/$$file \
141
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
142
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
143
 
          fi; \
144
 
        done
145
 
info-am:
146
 
info: info-am
147
 
dvi-am:
148
 
dvi: dvi-am
149
 
check-am: all-am
150
 
check: check-am
151
 
installcheck-am:
152
 
installcheck: installcheck-am
153
 
install-exec-am:
154
 
install-exec: install-exec-am
155
 
 
156
 
install-data-am:
157
 
install-data: install-data-am
158
 
 
159
 
install-am: all-am
160
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
161
 
install: install-am
162
 
uninstall-am:
163
 
uninstall: uninstall-am
164
 
all-am: Makefile
165
 
all-redirect: all-am
166
 
install-strip:
167
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
168
 
installdirs:
169
 
 
170
 
 
171
 
mostlyclean-generic:
172
 
 
173
 
clean-generic:
174
 
 
175
 
distclean-generic:
176
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
177
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
178
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
179
 
 
180
 
maintainer-clean-generic:
181
 
mostlyclean-am:  mostlyclean-generic
182
 
 
183
 
mostlyclean: mostlyclean-am
184
 
 
185
 
clean-am:  clean-generic mostlyclean-am
186
 
 
187
 
clean: clean-am
188
 
 
189
 
distclean-am:  distclean-generic clean-am
190
 
 
191
 
distclean: distclean-am
192
 
 
193
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
194
 
        @echo "This command is intended for maintainers to use;"
195
 
        @echo "it deletes files that may require special tools to rebuild."
196
 
 
197
 
maintainer-clean: maintainer-clean-am
198
 
 
199
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
200
 
installcheck-am installcheck install-exec-am install-exec \
201
 
install-data-am install-data install-am install uninstall-am uninstall \
202
 
all-redirect all-am all installdirs mostlyclean-generic \
203
 
distclean-generic clean-generic maintainer-clean-generic clean \
204
 
mostlyclean distclean maintainer-clean
205
 
 
206
 
 
207
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
208
 
# Otherwise a system limit (for SysV at least) may be exceeded.
209
 
.NOEXPORT: