~ubuntu-branches/ubuntu/hoary/liferea/hoary

« back to all changes in this revision

Viewing changes to src/net/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Moreno Garza
  • Date: 2005-01-30 23:35:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050130233505-bo2qi2x3r9u9i5c2
Tags: 0.9.0b-1
* New upstream release (Closes: #292705).
* Remembers now the sorting order after an upgrade (Closes: #281715).
* Shows date info on the condensed view (Closes: #276040).
* Taking every information item on OPML feeds (Closes: #254148).
* Corrected hang on kicker restart (Closes: #281622).
* Removed filter unread headlines feature (Closes: #279064).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
64
64
CATALOGS = @CATALOGS@
65
65
CATOBJEXT = @CATOBJEXT@
66
66
CC = @CC@
 
67
CURL_CFLAGS = @CURL_CFLAGS@
 
68
CURL_LIBS = @CURL_LIBS@
67
69
CXX = @CXX@
68
70
CXXCPP = @CXXCPP@
69
71
DATADIRNAME = @DATADIRNAME@
74
76
F77 = @F77@
75
77
GCJ = @GCJ@
76
78
GCJFLAGS = @GCJFLAGS@
 
79
GCONFTOOL = @GCONFTOOL@
 
80
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
81
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
77
82
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
78
83
GMOFILES = @GMOFILES@
79
84
GMSGFMT = @GMSGFMT@
112
117
 
113
118
noinst_LIBRARIES = liblinet.a
114
119
 
 
120
# if USE_LIBCURL
 
121
# liblinet_a_CFLAGS = @PACKAGE_CFLAGS@ \
 
122
#       @CURL_CFLAGS@
 
123
# liblinet_a_SOURCES = curl.c downloadlib.h
 
124
# else
115
125
liblinet_a_CFLAGS = @PACKAGE_CFLAGS@
116
 
liblinet_a_SOURCES =    compat.h        conversions.c conversions.h     digcalc.c digcalc.h     md5.c md5.h     netio.c netio.h         net-support.c net-support.h     os-support.c os-support.h
 
126
liblinet_a_SOURCES =    compat.h        conversions.c conversions.h     cookies.c cookies.h     digcalc.c digcalc.h     md5.c md5.h     netio.c netio.h         net-support.c net-support.h     os-support.c os-support.h       zlib_interface.c zlib_interface.h       downloadlib.h
117
127
 
118
128
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119
129
CONFIG_HEADER = ../../config.h
125
135
CPPFLAGS = @CPPFLAGS@
126
136
LDFLAGS = @LDFLAGS@
127
137
LIBS = @LIBS@
 
138
X_CFLAGS = @X_CFLAGS@
 
139
X_LIBS = @X_LIBS@
 
140
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
141
X_PRE_LIBS = @X_PRE_LIBS@
128
142
liblinet_a_LIBADD = 
129
 
liblinet_a_OBJECTS =  conversions.$(OBJEXT) digcalc.$(OBJEXT) \
130
 
md5.$(OBJEXT) netio.$(OBJEXT) net-support.$(OBJEXT) \
131
 
os-support.$(OBJEXT)
 
143
liblinet_a_OBJECTS =  conversions.$(OBJEXT) cookies.$(OBJEXT) \
 
144
digcalc.$(OBJEXT) md5.$(OBJEXT) netio.$(OBJEXT) net-support.$(OBJEXT) \
 
145
os-support.$(OBJEXT) zlib_interface.$(OBJEXT)
132
146
CFLAGS = @CFLAGS@
133
147
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134
148
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147
161
all: all-redirect
148
162
.SUFFIXES:
149
163
.SUFFIXES: .S .c .lo .o .obj .s
150
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
164
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
151
165
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/net/Makefile
152
166
 
153
167
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
231
245
          awk '    { files[$$0] = 1; } \
232
246
               END { for (i in files) print i; }'`; \
233
247
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
234
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
248
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
235
249
 
236
250
mostlyclean-tags:
237
251
 
261
275
        ../callbacks.h ../ui_mainwindow.h ../ui_feedlist.h ../feed.h \
262
276
        ../common.h ../item.h ../folder.h ../ui_itemlist.h \
263
277
        ../ui_folder.h ../ui_search.h ../ui_popup.h ../ui_prefs.h \
264
 
        ../ui_dnd.h ../export.h ../update.h conversions.h
 
278
        ../ui_dnd.h ../export.h ../ui_htmlview.h ../ui_tabs.h \
 
279
        ../itemlist.h conversions.h
 
280
cookies.o: cookies.c ../support.h ../../config.h compat.h ../callbacks.h \
 
281
        ../ui_mainwindow.h ../ui_feedlist.h ../feed.h ../common.h \
 
282
        ../item.h ../folder.h ../ui_itemlist.h ../ui_folder.h \
 
283
        ../ui_search.h ../ui_popup.h ../ui_prefs.h ../ui_dnd.h \
 
284
        ../export.h ../ui_htmlview.h ../ui_tabs.h ../itemlist.h
265
285
digcalc.o: digcalc.c md5.h digcalc.h
266
286
md5.o: md5.c md5.h
267
287
net-support.o: net-support.c conversions.h digcalc.h net-support.h \
269
289
        ../ui_mainwindow.h ../ui_feedlist.h ../feed.h ../common.h \
270
290
        ../item.h ../folder.h ../ui_itemlist.h ../ui_folder.h \
271
291
        ../ui_search.h ../ui_popup.h ../ui_prefs.h ../ui_dnd.h \
272
 
        ../export.h ../update.h
273
 
netio.o: netio.c netio.h compat.h ../support.h ../../config.h \
274
 
        ../callbacks.h ../ui_mainwindow.h ../ui_feedlist.h ../feed.h \
275
 
        ../common.h ../item.h ../folder.h ../ui_itemlist.h \
276
 
        ../ui_folder.h ../ui_search.h ../ui_popup.h ../ui_prefs.h \
277
 
        ../ui_dnd.h ../export.h ../update.h conversions.h net-support.h \
278
 
        ../debug.h
 
292
        ../export.h ../ui_htmlview.h ../ui_tabs.h ../itemlist.h netio.h
 
293
netio.o: netio.c conversions.h net-support.h compat.h ../support.h \
 
294
        ../../config.h ../callbacks.h ../ui_mainwindow.h \
 
295
        ../ui_feedlist.h ../feed.h ../common.h ../item.h ../folder.h \
 
296
        ../ui_itemlist.h ../ui_folder.h ../ui_search.h ../ui_popup.h \
 
297
        ../ui_prefs.h ../ui_dnd.h ../export.h ../ui_htmlview.h \
 
298
        ../ui_tabs.h ../itemlist.h netio.h zlib_interface.h ../update.h \
 
299
        ../debug.h downloadlib.h
279
300
os-support.o: os-support.c os-support.h compat.h ../support.h \
280
301
        ../../config.h ../callbacks.h ../ui_mainwindow.h \
281
302
        ../ui_feedlist.h ../feed.h ../common.h ../item.h ../folder.h \
282
303
        ../ui_itemlist.h ../ui_folder.h ../ui_search.h ../ui_popup.h \
283
 
        ../ui_prefs.h ../ui_dnd.h ../export.h ../update.h
 
304
        ../ui_prefs.h ../ui_dnd.h ../export.h ../ui_htmlview.h \
 
305
        ../ui_tabs.h ../itemlist.h ../common.h
 
306
zlib_interface.o: zlib_interface.c zlib_interface.h
284
307
 
285
308
info-am:
286
309
info: info-am
356
379
mostlyclean-generic distclean-generic clean-generic \
357
380
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
358
381
 
 
382
# endif
359
383
 
360
384
# Tell versions [3.59,3.63) of GNU make to not export all variables.
361
385
# Otherwise a system limit (for SysV at least) may be exceeded.