~ubuntu-branches/ubuntu/karmic/ekiga/karmic

« back to all changes in this revision

Viewing changes to lib/engine/addressbook/call-history/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-03-17 15:14:12 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317151412-no6uq0wl8zz2hsw3
Tags: 3.2.0-0ubuntu1
* New upstream release (LP: #341367)
  - Better NAT support in case of Cone NAT
  - Uniformise detection of libnotify; fix compilation with mingw
  - Fix "URL completion combobox shows identical completions"
  - Fix "Assistant loosing values when going backward"
  - Fix GmConf settings when compiled with another package name
  - Fix unregistration of accounts
  - Fix build with --enable-kde
  - Fixed possible crash when retrieving presence information
  - New translations: crh, or
  - Updated translations: as, bg, bn_IN, da, de, el, eu, gl, gu, hi, hu,
    ja, kn, ko, ku, lt, ml, mr, or, pt, ro, ru, ta, te, tr
  - New help translation: en_GB
  - Updated help translation: fr
  - Better NAT support in case of Cone NAT
  - There is now only one H.263 plugin implementing both H.263 and H.263+
  - Allow several ALSA devices to have the same name
  - Added support for the G.722 audio codec: G.722 is a 16 kHz wideband
    audio codec advertised as HD Voice by the famous Polycom. It is a
    great boost in quality and interoperability
  - Added support for the CELT ultral-low delay audio codec: CELT delivers
    high quality audio at 32 kHz or 48 kHz, allowing to transmit music in
    high quality, with low delay and low bitrate
  - Added support for SIP dialog-info notifications: they allow displaying
    notifications of incoming calls in the roster. With software like
    kamailio or Asterisk, it allows being informed of incoming calls
    reaching your colleagues
  - Largely improved LDAP support: the OpenLDAP guys contributed several
    patches to provide state-of-the-art LDAP support in the Ekiga address
    book. The new code even supports authentication
  - Killed the gconf_test_age test, Ekiga can now finally work with
    badly installed GConf schemas
  - Better handling of multiple network interfaces with dynamic addition
    and removal
  - Added settings migration from Ekiga 2.0.x.
  - Other various fixes, cleanups, removal of deprecated symbols etc.
  - New translations: crh, or
  - New help translation: en_GB, eu
  - Updated many translations and help
  - Experimental features:
    * Significant improvements in IPv6 support
    * Gstreamer audio and video capture support near to be finished...
* debian/patches/migrate_2.0_settings.patch:
  - Removed, migration is now upstream
* debian/patches/00_news.patch
  - Removed
* debian/patches/ubuntu_lpi.patch:
  - Modified to work with 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
 
target_triplet = @target@
36
 
subdir = lib/engine/addressbook/call-history
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
 
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
 
CONFIG_HEADER = $(top_builddir)/config.h
44
 
CONFIG_CLEAN_FILES =
45
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
46
 
libcall_history_la_DEPENDENCIES = $(top_builddir)/lib/engine/addressbook/skel/libgmaddressbook.la
47
 
am_libcall_history_la_OBJECTS = history-contact.lo history-book.lo \
48
 
        history-source.lo history-main.lo
49
 
libcall_history_la_OBJECTS = $(am_libcall_history_la_OBJECTS)
50
 
libcall_history_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
51
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
52
 
        $(CXXFLAGS) $(libcall_history_la_LDFLAGS) $(LDFLAGS) -o $@
53
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
54
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
 
am__depfiles_maybe = depfiles
56
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
58
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
59
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61
 
CXXLD = $(CXX)
62
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
63
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
64
 
        $(LDFLAGS) -o $@
65
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
CCLD = $(CC)
71
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73
 
        $(LDFLAGS) -o $@
74
 
SOURCES = $(libcall_history_la_SOURCES)
75
 
DIST_SOURCES = $(libcall_history_la_SOURCES)
76
 
ETAGS = etags
77
 
CTAGS = ctags
78
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
 
ACLOCAL = @ACLOCAL@
80
 
ALL_LINGUAS = @ALL_LINGUAS@
81
 
AMTAR = @AMTAR@
82
 
AR = @AR@
83
 
AUTOCONF = @AUTOCONF@
84
 
AUTOHEADER = @AUTOHEADER@
85
 
AUTOMAKE = @AUTOMAKE@
86
 
AVAHI_CFLAGS = @AVAHI_CFLAGS@
87
 
AVAHI_LIBS = @AVAHI_LIBS@
88
 
AWK = @AWK@
89
 
CATALOGS = @CATALOGS@
90
 
CATOBJEXT = @CATOBJEXT@
91
 
CC = @CC@
92
 
CCAS = @CCAS@
93
 
CCASDEPMODE = @CCASDEPMODE@
94
 
CCASFLAGS = @CCASFLAGS@
95
 
CCDEPMODE = @CCDEPMODE@
96
 
CFLAGS = @CFLAGS@
97
 
CPP = @CPP@
98
 
CPPFLAGS = @CPPFLAGS@
99
 
CXX = @CXX@
100
 
CXXCPP = @CXXCPP@
101
 
CXXDEPMODE = @CXXDEPMODE@
102
 
CXXFLAGS = @CXXFLAGS@
103
 
CYGPATH_W = @CYGPATH_W@
104
 
DATADIRNAME = @DATADIRNAME@
105
 
DBUS_CFLAGS = @DBUS_CFLAGS@
106
 
DBUS_LIBS = @DBUS_LIBS@
107
 
DEFS = @DEFS@
108
 
DEPDIR = @DEPDIR@
109
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
110
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
111
 
DSYMUTIL = @DSYMUTIL@
112
 
DX_CFLAGS = @DX_CFLAGS@
113
 
DX_LIBS = @DX_LIBS@
114
 
ECHO = @ECHO@
115
 
ECHO_C = @ECHO_C@
116
 
ECHO_N = @ECHO_N@
117
 
ECHO_T = @ECHO_T@
118
 
EDS_CFLAGS = @EDS_CFLAGS@
119
 
EDS_LIBS = @EDS_LIBS@
120
 
EGREP = @EGREP@
121
 
EXEEXT = @EXEEXT@
122
 
F77 = @F77@
123
 
FFLAGS = @FFLAGS@
124
 
GCONF_CFLAGS = @GCONF_CFLAGS@
125
 
GCONF_LIBS = @GCONF_LIBS@
126
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
127
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
128
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
129
 
GLIB_CFLAGS = @GLIB_CFLAGS@
130
 
GLIB_LIBS = @GLIB_LIBS@
131
 
GMOFILES = @GMOFILES@
132
 
GMSGFMT = @GMSGFMT@
133
 
GNOME_CFLAGS = @GNOME_CFLAGS@
134
 
GNOME_LIBS = @GNOME_LIBS@
135
 
GREP = @GREP@
136
 
GTK_CFLAGS = @GTK_CFLAGS@
137
 
GTK_LIBS = @GTK_LIBS@
138
 
HELP_DIR = @HELP_DIR@
139
 
INSTALL = @INSTALL@
140
 
INSTALL_DATA = @INSTALL_DATA@
141
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
142
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
143
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144
 
INSTOBJEXT = @INSTOBJEXT@
145
 
INTLLIBS = @INTLLIBS@
146
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
147
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
148
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
149
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
150
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
151
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
152
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
153
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
154
 
INTLTOOL_PERL = @INTLTOOL_PERL@
155
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
156
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
157
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
158
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
159
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
160
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
161
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
162
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
163
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
164
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
165
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
166
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
167
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
168
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
169
 
LDAP_CFLAGS = @LDAP_CFLAGS@
170
 
LDAP_LIBS = @LDAP_LIBS@
171
 
LDFLAGS = @LDFLAGS@
172
 
LIBOBJS = @LIBOBJS@
173
 
LIBS = @LIBS@
174
 
LIBTOOL = @LIBTOOL@
175
 
LN_S = @LN_S@
176
 
LTLIBOBJS = @LTLIBOBJS@
177
 
MAINT = @MAINT@
178
 
MAKEINFO = @MAKEINFO@
179
 
MKDIR_P = @MKDIR_P@
180
 
MKINSTALLDIRS = @MKINSTALLDIRS@
181
 
MSGFMT = @MSGFMT@
182
 
MSGFMT_OPTS = @MSGFMT_OPTS@
183
 
MSGMERGE = @MSGMERGE@
184
 
NMEDIT = @NMEDIT@
185
 
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
186
 
NOTIFY_LIBS = @NOTIFY_LIBS@
187
 
OBJEXT = @OBJEXT@
188
 
OMF_DIR = @OMF_DIR@
189
 
OPAL_CFLAGS = @OPAL_CFLAGS@
190
 
OPAL_LIBS = @OPAL_LIBS@
191
 
PACKAGE = @PACKAGE@
192
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193
 
PACKAGE_NAME = @PACKAGE_NAME@
194
 
PACKAGE_STRING = @PACKAGE_STRING@
195
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
196
 
PACKAGE_VERSION = @PACKAGE_VERSION@
197
 
PATH_SEPARATOR = @PATH_SEPARATOR@
198
 
PKG_CONFIG = @PKG_CONFIG@
199
 
POFILES = @POFILES@
200
 
POSUB = @POSUB@
201
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
202
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
203
 
PTLIB_CFLAGS = @PTLIB_CFLAGS@
204
 
PTLIB_LIBS = @PTLIB_LIBS@
205
 
RANLIB = @RANLIB@
206
 
SCHEMA_AGE = @SCHEMA_AGE@
207
 
SED = @SED@
208
 
SET_MAKE = @SET_MAKE@
209
 
SHELL = @SHELL@
210
 
SIGC_CFLAGS = @SIGC_CFLAGS@
211
 
SIGC_LIBS = @SIGC_LIBS@
212
 
SK_CONFIG = @SK_CONFIG@
213
 
STRIP = @STRIP@
214
 
USE_NLS = @USE_NLS@
215
 
VERSION = @VERSION@
216
 
XGETTEXT = @XGETTEXT@
217
 
XML_CFLAGS = @XML_CFLAGS@
218
 
XML_LIBS = @XML_LIBS@
219
 
XV_CFLAGS = @XV_CFLAGS@
220
 
XV_LIBS = @XV_LIBS@
221
 
abs_builddir = @abs_builddir@
222
 
abs_srcdir = @abs_srcdir@
223
 
abs_top_builddir = @abs_top_builddir@
224
 
abs_top_srcdir = @abs_top_srcdir@
225
 
ac_ct_CC = @ac_ct_CC@
226
 
ac_ct_CXX = @ac_ct_CXX@
227
 
ac_ct_F77 = @ac_ct_F77@
228
 
am__include = @am__include@
229
 
am__leading_dot = @am__leading_dot@
230
 
am__quote = @am__quote@
231
 
am__tar = @am__tar@
232
 
am__untar = @am__untar@
233
 
bindir = @bindir@
234
 
build = @build@
235
 
build_alias = @build_alias@
236
 
build_cpu = @build_cpu@
237
 
build_os = @build_os@
238
 
build_vendor = @build_vendor@
239
 
builddir = @builddir@
240
 
datadir = @datadir@
241
 
datarootdir = @datarootdir@
242
 
docdir = @docdir@
243
 
dvidir = @dvidir@
244
 
exec_prefix = @exec_prefix@
245
 
gnomeconfdir = @gnomeconfdir@
246
 
gnomedatadir = @gnomedatadir@
247
 
host = @host@
248
 
host_alias = @host_alias@
249
 
host_cpu = @host_cpu@
250
 
host_os = @host_os@
251
 
host_vendor = @host_vendor@
252
 
htmldir = @htmldir@
253
 
includedir = @includedir@
254
 
infodir = @infodir@
255
 
install_sh = @install_sh@
256
 
libdir = @libdir@
257
 
libexecdir = @libexecdir@
258
 
localedir = @localedir@
259
 
localstatedir = @localstatedir@
260
 
mandir = @mandir@
261
 
mkdir_p = @mkdir_p@
262
 
oldincludedir = @oldincludedir@
263
 
pdfdir = @pdfdir@
264
 
prefix = @prefix@
265
 
program_transform_name = @program_transform_name@
266
 
psdir = @psdir@
267
 
sbindir = @sbindir@
268
 
sharedstatedir = @sharedstatedir@
269
 
srcdir = @srcdir@
270
 
sysconfdir = @sysconfdir@
271
 
target = @target@
272
 
target_alias = @target_alias@
273
 
target_cpu = @target_cpu@
274
 
target_os = @target_os@
275
 
target_vendor = @target_vendor@
276
 
top_builddir = @top_builddir@
277
 
top_srcdir = @top_srcdir@
278
 
noinst_LTLIBRARIES = libcall-history.la
279
 
call_history_dir = $(top_srcdir)/lib/engine/addressbook/call-history
280
 
AM_CPPFLAGS = $(XML_CFLAGS) $(SIGC_CFLAGS) $(GLIB_CFLAGS)
281
 
INCLUDES = \
282
 
        -I$(top_srcdir)/lib/engine/framework \
283
 
        -I$(top_srcdir)/lib/gmconf \
284
 
        -I$(top_srcdir)/lib/engine/addressbook/skel \
285
 
        -I$(top_srcdir)/lib/engine/protocol/skel
286
 
 
287
 
libcall_history_la_SOURCES = \
288
 
        $(call_history_dir)/history-contact.h \
289
 
        $(call_history_dir)/history-contact.cpp \
290
 
        $(call_history_dir)/history-book.h \
291
 
        $(call_history_dir)/history-book.cpp \
292
 
        $(call_history_dir)/history-source.h \
293
 
        $(call_history_dir)/history-source.cpp \
294
 
        $(call_history_dir)/history-main.h \
295
 
        $(call_history_dir)/history-main.cpp
296
 
 
297
 
libcall_history_la_LIBADD = \
298
 
        $(top_builddir)/lib/engine/addressbook/skel/libgmaddressbook.la
299
 
 
300
 
libcall_history_la_LDFLAGS = -export-dynamic -no-undefined
301
 
all: all-am
302
 
 
303
 
.SUFFIXES:
304
 
.SUFFIXES: .cpp .lo .o .obj
305
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
306
 
        @for dep in $?; do \
307
 
          case '$(am__configure_deps)' in \
308
 
            *$$dep*) \
309
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
310
 
                && exit 0; \
311
 
              exit 1;; \
312
 
          esac; \
313
 
        done; \
314
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/engine/addressbook/call-history/Makefile'; \
315
 
        cd $(top_srcdir) && \
316
 
          $(AUTOMAKE) --gnu  lib/engine/addressbook/call-history/Makefile
317
 
.PRECIOUS: Makefile
318
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319
 
        @case '$?' in \
320
 
          *config.status*) \
321
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
322
 
          *) \
323
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
324
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
325
 
        esac;
326
 
 
327
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
 
 
330
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
331
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
 
 
335
 
clean-noinstLTLIBRARIES:
336
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
337
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
338
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
339
 
          test "$$dir" != "$$p" || dir=.; \
340
 
          echo "rm -f \"$${dir}/so_locations\""; \
341
 
          rm -f "$${dir}/so_locations"; \
342
 
        done
343
 
libcall-history.la: $(libcall_history_la_OBJECTS) $(libcall_history_la_DEPENDENCIES) 
344
 
        $(libcall_history_la_LINK)  $(libcall_history_la_OBJECTS) $(libcall_history_la_LIBADD) $(LIBS)
345
 
 
346
 
mostlyclean-compile:
347
 
        -rm -f *.$(OBJEXT)
348
 
 
349
 
distclean-compile:
350
 
        -rm -f *.tab.c
351
 
 
352
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history-book.Plo@am__quote@
353
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history-contact.Plo@am__quote@
354
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history-main.Plo@am__quote@
355
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history-source.Plo@am__quote@
356
 
 
357
 
.cpp.o:
358
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
360
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
363
 
 
364
 
.cpp.obj:
365
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
366
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
367
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
370
 
 
371
 
.cpp.lo:
372
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
373
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
374
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
375
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
377
 
 
378
 
history-contact.lo: $(call_history_dir)/history-contact.cpp
379
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT history-contact.lo -MD -MP -MF $(DEPDIR)/history-contact.Tpo -c -o history-contact.lo `test -f '$(call_history_dir)/history-contact.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-contact.cpp
380
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/history-contact.Tpo $(DEPDIR)/history-contact.Plo
381
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(call_history_dir)/history-contact.cpp' object='history-contact.lo' libtool=yes @AMDEPBACKSLASH@
382
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o history-contact.lo `test -f '$(call_history_dir)/history-contact.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-contact.cpp
384
 
 
385
 
history-book.lo: $(call_history_dir)/history-book.cpp
386
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT history-book.lo -MD -MP -MF $(DEPDIR)/history-book.Tpo -c -o history-book.lo `test -f '$(call_history_dir)/history-book.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-book.cpp
387
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/history-book.Tpo $(DEPDIR)/history-book.Plo
388
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(call_history_dir)/history-book.cpp' object='history-book.lo' libtool=yes @AMDEPBACKSLASH@
389
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o history-book.lo `test -f '$(call_history_dir)/history-book.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-book.cpp
391
 
 
392
 
history-source.lo: $(call_history_dir)/history-source.cpp
393
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT history-source.lo -MD -MP -MF $(DEPDIR)/history-source.Tpo -c -o history-source.lo `test -f '$(call_history_dir)/history-source.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-source.cpp
394
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/history-source.Tpo $(DEPDIR)/history-source.Plo
395
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(call_history_dir)/history-source.cpp' object='history-source.lo' libtool=yes @AMDEPBACKSLASH@
396
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o history-source.lo `test -f '$(call_history_dir)/history-source.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-source.cpp
398
 
 
399
 
history-main.lo: $(call_history_dir)/history-main.cpp
400
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT history-main.lo -MD -MP -MF $(DEPDIR)/history-main.Tpo -c -o history-main.lo `test -f '$(call_history_dir)/history-main.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-main.cpp
401
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/history-main.Tpo $(DEPDIR)/history-main.Plo
402
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(call_history_dir)/history-main.cpp' object='history-main.lo' libtool=yes @AMDEPBACKSLASH@
403
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o history-main.lo `test -f '$(call_history_dir)/history-main.cpp' || echo '$(srcdir)/'`$(call_history_dir)/history-main.cpp
405
 
 
406
 
mostlyclean-libtool:
407
 
        -rm -f *.lo
408
 
 
409
 
clean-libtool:
410
 
        -rm -rf .libs _libs
411
 
 
412
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
413
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414
 
        unique=`for i in $$list; do \
415
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416
 
          done | \
417
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
418
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
419
 
        mkid -fID $$unique
420
 
tags: TAGS
421
 
 
422
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
 
                $(TAGS_FILES) $(LISP)
424
 
        tags=; \
425
 
        here=`pwd`; \
426
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427
 
        unique=`for i in $$list; do \
428
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429
 
          done | \
430
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
432
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
433
 
          test -n "$$unique" || unique=$$empty_fix; \
434
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435
 
            $$tags $$unique; \
436
 
        fi
437
 
ctags: CTAGS
438
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439
 
                $(TAGS_FILES) $(LISP)
440
 
        tags=; \
441
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
 
        unique=`for i in $$list; do \
443
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
 
          done | \
445
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
447
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
448
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449
 
             $$tags $$unique
450
 
 
451
 
GTAGS:
452
 
        here=`$(am__cd) $(top_builddir) && pwd` \
453
 
          && cd $(top_srcdir) \
454
 
          && gtags -i $(GTAGS_ARGS) $$here
455
 
 
456
 
distclean-tags:
457
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
 
 
459
 
distdir: $(DISTFILES)
460
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462
 
        list='$(DISTFILES)'; \
463
 
          dist_files=`for file in $$list; do echo $$file; done | \
464
 
          sed -e "s|^$$srcdirstrip/||;t" \
465
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466
 
        case $$dist_files in \
467
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
468
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469
 
                           sort -u` ;; \
470
 
        esac; \
471
 
        for file in $$dist_files; do \
472
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473
 
          if test -d $$d/$$file; then \
474
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
476
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
477
 
            fi; \
478
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
479
 
          else \
480
 
            test -f $(distdir)/$$file \
481
 
            || cp -p $$d/$$file $(distdir)/$$file \
482
 
            || exit 1; \
483
 
          fi; \
484
 
        done
485
 
check-am: all-am
486
 
check: check-am
487
 
all-am: Makefile $(LTLIBRARIES)
488
 
installdirs:
489
 
install: install-am
490
 
install-exec: install-exec-am
491
 
install-data: install-data-am
492
 
uninstall: uninstall-am
493
 
 
494
 
install-am: all-am
495
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
496
 
 
497
 
installcheck: installcheck-am
498
 
install-strip:
499
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501
 
          `test -z '$(STRIP)' || \
502
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
503
 
mostlyclean-generic:
504
 
 
505
 
clean-generic:
506
 
 
507
 
distclean-generic:
508
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
509
 
 
510
 
maintainer-clean-generic:
511
 
        @echo "This command is intended for maintainers to use"
512
 
        @echo "it deletes files that may require special tools to rebuild."
513
 
clean: clean-am
514
 
 
515
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
516
 
        mostlyclean-am
517
 
 
518
 
distclean: distclean-am
519
 
        -rm -rf ./$(DEPDIR)
520
 
        -rm -f Makefile
521
 
distclean-am: clean-am distclean-compile distclean-generic \
522
 
        distclean-tags
523
 
 
524
 
dvi: dvi-am
525
 
 
526
 
dvi-am:
527
 
 
528
 
html: html-am
529
 
 
530
 
info: info-am
531
 
 
532
 
info-am:
533
 
 
534
 
install-data-am:
535
 
 
536
 
install-dvi: install-dvi-am
537
 
 
538
 
install-exec-am:
539
 
 
540
 
install-html: install-html-am
541
 
 
542
 
install-info: install-info-am
543
 
 
544
 
install-man:
545
 
 
546
 
install-pdf: install-pdf-am
547
 
 
548
 
install-ps: install-ps-am
549
 
 
550
 
installcheck-am:
551
 
 
552
 
maintainer-clean: maintainer-clean-am
553
 
        -rm -rf ./$(DEPDIR)
554
 
        -rm -f Makefile
555
 
maintainer-clean-am: distclean-am maintainer-clean-generic
556
 
 
557
 
mostlyclean: mostlyclean-am
558
 
 
559
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
560
 
        mostlyclean-libtool
561
 
 
562
 
pdf: pdf-am
563
 
 
564
 
pdf-am:
565
 
 
566
 
ps: ps-am
567
 
 
568
 
ps-am:
569
 
 
570
 
uninstall-am:
571
 
 
572
 
.MAKE: install-am install-strip
573
 
 
574
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
575
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
576
 
        distclean-compile distclean-generic distclean-libtool \
577
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
578
 
        install install-am install-data install-data-am install-dvi \
579
 
        install-dvi-am install-exec install-exec-am install-html \
580
 
        install-html-am install-info install-info-am install-man \
581
 
        install-pdf install-pdf-am install-ps install-ps-am \
582
 
        install-strip installcheck installcheck-am installdirs \
583
 
        maintainer-clean maintainer-clean-generic mostlyclean \
584
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
585
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
586
 
 
587
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
588
 
# Otherwise a system limit (for SysV at least) may be exceeded.
589
 
.NOEXPORT: