~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/document/plain/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Peter Gervai
  • Date: 2004-01-21 22:13:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040121221345-ju33hai1yhhqt6kn
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

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
 
 
15
SHELL = @SHELL@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
prefix = @prefix@
 
21
exec_prefix = @exec_prefix@
 
22
 
 
23
bindir = @bindir@
 
24
sbindir = @sbindir@
 
25
libexecdir = @libexecdir@
 
26
datadir = @datadir@
 
27
sysconfdir = @sysconfdir@
 
28
sharedstatedir = @sharedstatedir@
 
29
localstatedir = @localstatedir@
 
30
libdir = @libdir@
 
31
infodir = @infodir@
 
32
mandir = @mandir@
 
33
includedir = @includedir@
 
34
oldincludedir = /usr/include
 
35
 
 
36
DESTDIR =
 
37
 
 
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkglibdir = $(libdir)/@PACKAGE@
 
40
pkgincludedir = $(includedir)/@PACKAGE@
 
41
 
 
42
top_builddir = ../../..
 
43
 
 
44
ACLOCAL = @ACLOCAL@
 
45
AUTOCONF = @AUTOCONF@
 
46
AUTOMAKE = @AUTOMAKE@
 
47
AUTOHEADER = @AUTOHEADER@
 
48
 
 
49
INSTALL = @INSTALL@
 
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
51
INSTALL_DATA = @INSTALL_DATA@
 
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
53
transform = @program_transform_name@
 
54
 
 
55
NORMAL_INSTALL = :
 
56
PRE_INSTALL = :
 
57
POST_INSTALL = :
 
58
NORMAL_UNINSTALL = :
 
59
PRE_UNINSTALL = :
 
60
POST_UNINSTALL = :
 
61
host_alias = @host_alias@
 
62
host_triplet = @host@
 
63
AWK = @AWK@
 
64
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
65
CATALOGS = @CATALOGS@
 
66
CATOBJEXT = @CATOBJEXT@
 
67
CC = @CC@
 
68
CONFDIR = @CONFDIR@
 
69
DATADIRNAME = @DATADIRNAME@
 
70
GENCAT = @GENCAT@
 
71
GLIBC21 = @GLIBC21@
 
72
GMOFILES = @GMOFILES@
 
73
GMSGFMT = @GMSGFMT@
 
74
GUILE_CFLAGS = @GUILE_CFLAGS@
 
75
GUILE_LIBS = @GUILE_LIBS@
 
76
INSTOBJEXT = @INSTOBJEXT@
 
77
INTLBISON = @INTLBISON@
 
78
INTLLIBS = @INTLLIBS@
 
79
INTLOBJS = @INTLOBJS@
 
80
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
81
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
 
82
LIBICONV = @LIBICONV@
 
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
POFILES = @POFILES@
 
91
POSUB = @POSUB@
 
92
RANLIB = @RANLIB@
 
93
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
94
USE_NLS = @USE_NLS@
 
95
VERSION = @VERSION@
 
96
have_smbclient = @have_smbclient@
 
97
 
 
98
INCLUDES = -I$(top_srcdir)/src
 
99
 
 
100
# The author of automake should be shot, quartered and forced to code in COBOL
 
101
# for the rest of his days for the shit he designed - anything forcing me to
 
102
# -I. -I$(srcdir) regardless if I want or not is just idiotic. Another totally
 
103
# dumb thing is that you can't just use @CONFIG_INCLUDE_SPEC@ in your own .am.
 
104
 
 
105
COMPILE = $(CC) @DEFS@ -I`dirname $(CONFIG_HEADER)` $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
106
 
 
107
 
 
108
noinst_LIBRARIES = libplain_document.a
 
109
libplain_document_a_SOURCES =   renderer.c  renderer.h
 
110
 
 
111
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
112
CONFIG_HEADER = ../../../config.h
 
113
CONFIG_CLEAN_FILES = 
 
114
LIBRARIES =  $(noinst_LIBRARIES)
 
115
 
 
116
 
 
117
DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
 
118
CPPFLAGS = @CPPFLAGS@
 
119
LDFLAGS = @LDFLAGS@
 
120
LIBS = @LIBS@
 
121
libplain_document_a_LIBADD = 
 
122
libplain_document_a_OBJECTS =  renderer.o
 
123
AR = ar
 
124
CFLAGS = @CFLAGS@
 
125
CCLD = $(CC)
 
126
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
127
DIST_COMMON =  Makefile.am Makefile.in
 
128
 
 
129
 
 
130
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
131
 
 
132
TAR = tar
 
133
GZIP_ENV = --best
 
134
SOURCES = $(libplain_document_a_SOURCES)
 
135
OBJECTS = $(libplain_document_a_OBJECTS)
 
136
 
 
137
all: all-redirect
 
138
.SUFFIXES:
 
139
.SUFFIXES: .S .c .o .s
 
140
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.base
 
141
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/document/plain/Makefile
 
142
 
 
143
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
144
        cd $(top_builddir) \
 
145
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
146
 
 
147
 
 
148
mostlyclean-noinstLIBRARIES:
 
149
 
 
150
clean-noinstLIBRARIES:
 
151
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
152
 
 
153
distclean-noinstLIBRARIES:
 
154
 
 
155
maintainer-clean-noinstLIBRARIES:
 
156
 
 
157
.c.o:
 
158
        $(COMPILE) -c $<
 
159
 
 
160
.s.o:
 
161
        $(COMPILE) -c $<
 
162
 
 
163
.S.o:
 
164
        $(COMPILE) -c $<
 
165
 
 
166
mostlyclean-compile:
 
167
        -rm -f *.o core *.core
 
168
 
 
169
clean-compile:
 
170
 
 
171
distclean-compile:
 
172
        -rm -f *.tab.c
 
173
 
 
174
maintainer-clean-compile:
 
175
 
 
176
libplain_document.a: $(libplain_document_a_OBJECTS) $(libplain_document_a_DEPENDENCIES)
 
177
        -rm -f libplain_document.a
 
178
        $(AR) cru libplain_document.a $(libplain_document_a_OBJECTS) $(libplain_document_a_LIBADD)
 
179
        $(RANLIB) libplain_document.a
 
180
 
 
181
tags: TAGS
 
182
 
 
183
ID: $(HEADERS) $(SOURCES) $(LISP)
 
184
        list='$(SOURCES) $(HEADERS)'; \
 
185
        unique=`for i in $$list; do echo $$i; done | \
 
186
          awk '    { files[$$0] = 1; } \
 
187
               END { for (i in files) print i; }'`; \
 
188
        here=`pwd` && cd $(srcdir) \
 
189
          && mkid -f$$here/ID $$unique $(LISP)
 
190
 
 
191
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
192
        tags=; \
 
193
        here=`pwd`; \
 
194
        list='$(SOURCES) $(HEADERS)'; \
 
195
        unique=`for i in $$list; do echo $$i; done | \
 
196
          awk '    { files[$$0] = 1; } \
 
197
               END { for (i in files) print i; }'`; \
 
198
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
199
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
200
 
 
201
mostlyclean-tags:
 
202
 
 
203
clean-tags:
 
204
 
 
205
distclean-tags:
 
206
        -rm -f TAGS ID
 
207
 
 
208
maintainer-clean-tags:
 
209
 
 
210
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
211
 
 
212
subdir = src/document/plain
 
213
 
 
214
distdir: $(DISTFILES)
 
215
        @for file in $(DISTFILES); do \
 
216
          d=$(srcdir); \
 
217
          if test -d $$d/$$file; then \
 
218
            cp -pr $$d/$$file $(distdir)/$$file; \
 
219
          else \
 
220
            test -f $(distdir)/$$file \
 
221
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
222
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
223
          fi; \
 
224
        done
 
225
 
 
226
info-am:
 
227
info: info-am
 
228
dvi-am:
 
229
dvi: dvi-am
 
230
check-am: all-am
 
231
check: check-am
 
232
installcheck-am:
 
233
installcheck: installcheck-am
 
234
install-exec-am:
 
235
install-exec: install-exec-am
 
236
 
 
237
install-data-am:
 
238
install-data: install-data-am
 
239
 
 
240
install-am: all-am
 
241
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
242
install: install-am
 
243
uninstall-am:
 
244
uninstall: uninstall-am
 
245
all-am: Makefile $(LIBRARIES)
 
246
all-redirect: all-am
 
247
install-strip:
 
248
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
249
installdirs:
 
250
 
 
251
 
 
252
mostlyclean-generic:
 
253
 
 
254
clean-generic:
 
255
 
 
256
distclean-generic:
 
257
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
258
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
259
 
 
260
maintainer-clean-generic:
 
261
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
262
                mostlyclean-tags mostlyclean-generic
 
263
 
 
264
mostlyclean: mostlyclean-am
 
265
 
 
266
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
 
267
                mostlyclean-am
 
268
 
 
269
clean: clean-am
 
270
 
 
271
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 
272
                distclean-tags distclean-generic clean-am
 
273
 
 
274
distclean: distclean-am
 
275
 
 
276
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 
277
                maintainer-clean-compile maintainer-clean-tags \
 
278
                maintainer-clean-generic distclean-am
 
279
        @echo "This command is intended for maintainers to use;"
 
280
        @echo "it deletes files that may require special tools to rebuild."
 
281
 
 
282
maintainer-clean: maintainer-clean-am
 
283
 
 
284
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
285
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
286
mostlyclean-compile distclean-compile clean-compile \
 
287
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 
288
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
289
check-am installcheck-am installcheck install-exec-am install-exec \
 
290
install-data-am install-data install-am install uninstall-am uninstall \
 
291
all-redirect all-am all installdirs mostlyclean-generic \
 
292
distclean-generic clean-generic maintainer-clean-generic clean \
 
293
mostlyclean distclean maintainer-clean
 
294
 
 
295
 
 
296
# Rule for getting test dependencies right. This is a workaround since
 
297
# automake don't support defining subdirs sources
 
298
testutils:
 
299
        cd $(top_builddir) ; make -C src/util CPPFLAGS="-DDEBUG"
 
300
 
 
301
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
302
# Otherwise a system limit (for SysV at least) may be exceeded.
 
303
.NOEXPORT: