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

« back to all changes in this revision

Viewing changes to src/cookies/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

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
 
CONFIG_RUBY = @CONFIG_RUBY@
70
 
DATADIRNAME = @DATADIRNAME@
71
 
GENCAT = @GENCAT@
72
 
GLIBC21 = @GLIBC21@
73
 
GMOFILES = @GMOFILES@
74
 
GMSGFMT = @GMSGFMT@
75
 
GUILE_CONFIG = @GUILE_CONFIG@
76
 
HAVE_SMBCLIENT = @HAVE_SMBCLIENT@
77
 
INSTOBJEXT = @INSTOBJEXT@
78
 
INTLBISON = @INTLBISON@
79
 
INTLLIBS = @INTLLIBS@
80
 
INTLOBJS = @INTLOBJS@
81
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
82
 
LIBDIR = @LIBDIR@
83
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
84
 
LOCALEDIR = @LOCALEDIR@
85
 
LUA_CFLAGS = @LUA_CFLAGS@
86
 
LUA_LIBS = @LUA_LIBS@
87
 
MAKEINFO = @MAKEINFO@
88
 
MKINSTALLDIRS = @MKINSTALLDIRS@
89
 
MSGFMT = @MSGFMT@
90
 
PACKAGE = @PACKAGE@
91
 
PERL_CFLAGS = @PERL_CFLAGS@
92
 
PERL_LIBS = @PERL_LIBS@
93
 
POFILES = @POFILES@
94
 
POSUB = @POSUB@
95
 
RANLIB = @RANLIB@
96
 
RUBY_CFLAGS = @RUBY_CFLAGS@
97
 
RUBY_LIBS = @RUBY_LIBS@
98
 
SPIDERMONKEY_CFLAGS = @SPIDERMONKEY_CFLAGS@
99
 
SPIDERMONKEY_LIBS = @SPIDERMONKEY_LIBS@
100
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
101
 
USE_NLS = @USE_NLS@
102
 
VERSION = @VERSION@
103
 
 
104
 
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src
105
 
 
106
 
# The author of automake should be shot, quartered and forced to code in COBOL
107
 
# for the rest of his days for the **** he designed - anything forcing me to
108
 
# -I. -I$(srcdir) regardless if I want or not is just idiotic. Another totally
109
 
# dumb thing is that you can't just use @CONFIG_INCLUDE_SPEC@ in your own .am.
110
 
 
111
 
COMPILE = $(CC) @DEFS@ $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
112
 
 
113
 
noinst_LIBRARIES = libcookies.a
114
 
libcookies_a_SOURCES =   cookies.c  cookies.h  dialogs.c  dialogs.h  parser.c  parser.h
115
 
 
116
 
 
117
 
TESTS = parsetst
118
 
 
119
 
EXTRA_PROGRAMS = parsetst
120
 
 
121
 
parsetst_SOURCES =   parser.h  parser.c  parsetst.c
122
 
 
123
 
parsetst_DEPENDENCIES = testutils
124
 
parsetst_LDADD = $(top_builddir)/src/util/libutil.a
125
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126
 
CONFIG_HEADER = ../../config.h
127
 
CONFIG_CLEAN_FILES = 
128
 
LIBRARIES =  $(noinst_LIBRARIES)
129
 
 
130
 
 
131
 
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
132
 
CPPFLAGS = @CPPFLAGS@
133
 
LDFLAGS = @LDFLAGS@
134
 
LIBS = @LIBS@
135
 
libcookies_a_LIBADD = 
136
 
libcookies_a_OBJECTS =  cookies.o dialogs.o parser.o
137
 
AR = ar
138
 
parsetst_OBJECTS =  parser.o parsetst.o
139
 
parsetst_LDFLAGS = 
140
 
CFLAGS = @CFLAGS@
141
 
CCLD = $(CC)
142
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
143
 
DIST_COMMON =  Makefile.am Makefile.in
144
 
 
145
 
 
146
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
147
 
 
148
 
TAR = tar
149
 
GZIP_ENV = --best
150
 
SOURCES = $(libcookies_a_SOURCES) $(parsetst_SOURCES)
151
 
OBJECTS = $(libcookies_a_OBJECTS) $(parsetst_OBJECTS)
152
 
 
153
 
all: all-redirect
154
 
.SUFFIXES:
155
 
.SUFFIXES: .S .c .o .s
156
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.base
157
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/cookies/Makefile
158
 
 
159
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
160
 
        cd $(top_builddir) \
161
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162
 
 
163
 
 
164
 
mostlyclean-noinstLIBRARIES:
165
 
 
166
 
clean-noinstLIBRARIES:
167
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
168
 
 
169
 
distclean-noinstLIBRARIES:
170
 
 
171
 
maintainer-clean-noinstLIBRARIES:
172
 
 
173
 
.c.o:
174
 
        $(COMPILE) -c $<
175
 
 
176
 
.s.o:
177
 
        $(COMPILE) -c $<
178
 
 
179
 
.S.o:
180
 
        $(COMPILE) -c $<
181
 
 
182
 
mostlyclean-compile:
183
 
        -rm -f *.o core *.core
184
 
 
185
 
clean-compile:
186
 
 
187
 
distclean-compile:
188
 
        -rm -f *.tab.c
189
 
 
190
 
maintainer-clean-compile:
191
 
 
192
 
libcookies.a: $(libcookies_a_OBJECTS) $(libcookies_a_DEPENDENCIES)
193
 
        -rm -f libcookies.a
194
 
        $(AR) cru libcookies.a $(libcookies_a_OBJECTS) $(libcookies_a_LIBADD)
195
 
        $(RANLIB) libcookies.a
196
 
 
197
 
parsetst: $(parsetst_OBJECTS) $(parsetst_DEPENDENCIES)
198
 
        @rm -f parsetst
199
 
        $(LINK) $(parsetst_LDFLAGS) $(parsetst_OBJECTS) $(parsetst_LDADD) $(LIBS)
200
 
 
201
 
tags: TAGS
202
 
 
203
 
ID: $(HEADERS) $(SOURCES) $(LISP)
204
 
        list='$(SOURCES) $(HEADERS)'; \
205
 
        unique=`for i in $$list; do echo $$i; done | \
206
 
          awk '    { files[$$0] = 1; } \
207
 
               END { for (i in files) print i; }'`; \
208
 
        here=`pwd` && cd $(srcdir) \
209
 
          && mkid -f$$here/ID $$unique $(LISP)
210
 
 
211
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
212
 
        tags=; \
213
 
        here=`pwd`; \
214
 
        list='$(SOURCES) $(HEADERS)'; \
215
 
        unique=`for i in $$list; do echo $$i; done | \
216
 
          awk '    { files[$$0] = 1; } \
217
 
               END { for (i in files) print i; }'`; \
218
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
220
 
 
221
 
mostlyclean-tags:
222
 
 
223
 
clean-tags:
224
 
 
225
 
distclean-tags:
226
 
        -rm -f TAGS ID
227
 
 
228
 
maintainer-clean-tags:
229
 
 
230
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
231
 
 
232
 
subdir = src/cookies
233
 
 
234
 
distdir: $(DISTFILES)
235
 
        @for file in $(DISTFILES); do \
236
 
          d=$(srcdir); \
237
 
          if test -d $$d/$$file; then \
238
 
            cp -pr $$d/$$file $(distdir)/$$file; \
239
 
          else \
240
 
            test -f $(distdir)/$$file \
241
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
242
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
243
 
          fi; \
244
 
        done
245
 
 
246
 
check-TESTS: $(TESTS)
247
 
        @failed=0; all=0; \
248
 
        srcdir=$(srcdir); export srcdir; \
249
 
        for tst in $(TESTS); do \
250
 
          if test -f $$tst; then dir=.; \
251
 
          else dir="$(srcdir)"; fi; \
252
 
          if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
253
 
            all=`expr $$all + 1`; \
254
 
            echo "PASS: $$tst"; \
255
 
          elif test $$? -ne 77; then \
256
 
            all=`expr $$all + 1`; \
257
 
            failed=`expr $$failed + 1`; \
258
 
            echo "FAIL: $$tst"; \
259
 
          fi; \
260
 
        done; \
261
 
        if test "$$failed" -eq 0; then \
262
 
          banner="All $$all tests passed"; \
263
 
        else \
264
 
          banner="$$failed of $$all tests failed"; \
265
 
        fi; \
266
 
        dashes=`echo "$$banner" | sed s/./=/g`; \
267
 
        echo "$$dashes"; \
268
 
        echo "$$banner"; \
269
 
        echo "$$dashes"; \
270
 
        test "$$failed" -eq 0
271
 
info-am:
272
 
info: info-am
273
 
dvi-am:
274
 
dvi: dvi-am
275
 
check-am: all-am
276
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
277
 
check: check-am
278
 
installcheck-am:
279
 
installcheck: installcheck-am
280
 
install-exec-am:
281
 
install-exec: install-exec-am
282
 
 
283
 
install-data-am:
284
 
install-data: install-data-am
285
 
 
286
 
install-am: all-am
287
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
288
 
install: install-am
289
 
uninstall-am:
290
 
uninstall: uninstall-am
291
 
all-am: Makefile $(LIBRARIES)
292
 
all-redirect: all-am
293
 
install-strip:
294
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
295
 
installdirs:
296
 
 
297
 
 
298
 
mostlyclean-generic:
299
 
 
300
 
clean-generic:
301
 
 
302
 
distclean-generic:
303
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
304
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
305
 
 
306
 
maintainer-clean-generic:
307
 
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
308
 
                mostlyclean-tags mostlyclean-generic
309
 
 
310
 
mostlyclean: mostlyclean-am
311
 
 
312
 
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
313
 
                mostlyclean-am
314
 
 
315
 
clean: clean-am
316
 
 
317
 
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
318
 
                distclean-tags distclean-generic clean-am
319
 
 
320
 
distclean: distclean-am
321
 
 
322
 
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
323
 
                maintainer-clean-compile maintainer-clean-tags \
324
 
                maintainer-clean-generic distclean-am
325
 
        @echo "This command is intended for maintainers to use;"
326
 
        @echo "it deletes files that may require special tools to rebuild."
327
 
 
328
 
maintainer-clean: maintainer-clean-am
329
 
 
330
 
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
331
 
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
332
 
mostlyclean-compile distclean-compile clean-compile \
333
 
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
334
 
clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
335
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
336
 
install-exec install-data-am install-data install-am install \
337
 
uninstall-am uninstall all-redirect all-am all installdirs \
338
 
mostlyclean-generic distclean-generic clean-generic \
339
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
340
 
 
341
 
 
342
 
# Rule for getting test dependencies right. This is a workaround since
343
 
# automake doesn't support defining subdirs sources.
344
 
testutils:
345
 
        make -C $(top_builddir)/src/util CPPFLAGS="-DDEBUG"
346
 
 
347
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
348
 
# Otherwise a system limit (for SysV at least) may be exceeded.
349
 
.NOEXPORT: