~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to bdbobj/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.8 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
19
19
# Copyright 1998 - 2002 Double Precision, Inc.  See COPYING for
20
20
# distribution information.
21
21
 
 
22
 
 
23
 
 
24
SOURCES = $(libbdbobj_a_SOURCES) $(testbdb_SOURCES)
 
25
 
22
26
srcdir = @srcdir@
23
27
top_srcdir = @top_srcdir@
24
28
VPATH = @srcdir@
26
30
pkglibdir = $(libdir)/@PACKAGE@
27
31
pkgincludedir = $(includedir)/@PACKAGE@
28
32
top_builddir = .
29
 
 
30
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31
34
INSTALL = @INSTALL@
32
35
install_sh_DATA = $(install_sh) -c -m 644
40
43
NORMAL_UNINSTALL = :
41
44
PRE_UNINSTALL = :
42
45
POST_UNINSTALL = :
 
46
@FOUND_DB_TRUE@noinst_PROGRAMS = testbdb$(EXEEXT)
 
47
subdir = .
 
48
DIST_COMMON = $(am__configure_deps) $(srcdir)/../depcomp \
 
49
        $(srcdir)/../install-sh $(srcdir)/../missing \
 
50
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
51
        $(srcdir)/config.h.in $(top_srcdir)/configure
 
52
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
53
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
55
        $(ACLOCAL_M4)
 
56
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
57
 configure.lineno configure.status.lineno
 
58
mkinstalldirs = $(mkdir_p)
 
59
CONFIG_HEADER = config.h
 
60
CONFIG_CLEAN_FILES =
 
61
AR = ar
 
62
ARFLAGS = cru
 
63
LIBRARIES = $(noinst_LIBRARIES)
 
64
libbdbobj_a_AR = $(AR) $(ARFLAGS)
 
65
libbdbobj_a_LIBADD =
 
66
am__libbdbobj_a_SOURCES_DIST = bdbobj.h bdbobj.c bdbobj2.c bdbobj3.c
 
67
am__objects_1 = bdbobj.$(OBJEXT) bdbobj2.$(OBJEXT) bdbobj3.$(OBJEXT)
 
68
@FOUND_DB_TRUE@am_libbdbobj_a_OBJECTS = $(am__objects_1)
 
69
libbdbobj_a_OBJECTS = $(am_libbdbobj_a_OBJECTS)
 
70
PROGRAMS = $(noinst_PROGRAMS)
 
71
am__testbdb_SOURCES_DIST = testbdb.C
 
72
am__objects_2 = testbdb.$(OBJEXT)
 
73
@FOUND_DB_TRUE@am_testbdb_OBJECTS = $(am__objects_2)
 
74
testbdb_OBJECTS = $(am_testbdb_OBJECTS)
 
75
SCRIPTS = $(noinst_SCRIPTS)
 
76
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
77
depcomp = $(SHELL) $(top_srcdir)/../depcomp
 
78
am__depfiles_maybe = depfiles
 
79
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bdbobj.Po ./$(DEPDIR)/bdbobj2.Po \
 
80
@AMDEP_TRUE@    ./$(DEPDIR)/bdbobj3.Po ./$(DEPDIR)/testbdb.Po
 
81
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
82
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
83
CXXLD = $(CXX)
 
84
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
85
        -o $@
 
86
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
87
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
88
CCLD = $(CC)
 
89
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
90
SOURCES = $(libbdbobj_a_SOURCES) $(testbdb_SOURCES)
 
91
DIST_SOURCES = $(am__libbdbobj_a_SOURCES_DIST) \
 
92
        $(am__testbdb_SOURCES_DIST)
 
93
ETAGS = etags
 
94
CTAGS = ctags
 
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
distdir = $(PACKAGE)-$(VERSION)
 
97
top_distdir = $(distdir)
 
98
am__remove_distdir = \
 
99
  { test ! -d $(distdir) \
 
100
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
101
         && rm -fr $(distdir); }; }
 
102
DIST_ARCHIVES = $(distdir).tar.gz
 
103
GZIP_ENV = --best
 
104
distuninstallcheck_listfiles = find . -type f -print
 
105
distcleancheck_listfiles = find . -type f -print
43
106
ACLOCAL = @ACLOCAL@
44
107
AMDEP_FALSE = @AMDEP_FALSE@
45
108
AMDEP_TRUE = @AMDEP_TRUE@
46
109
AMTAR = @AMTAR@
47
110
AUTOCONF = @AUTOCONF@
48
111
AUTOHEADER = @AUTOHEADER@
49
 
 
50
112
AUTOMAKE = srcdir=${srcdir} @SHELL@ ${srcdir}/../automake.fix @AUTOMAKE@
51
113
AWK = @AWK@
52
114
CC = @CC@
113
175
libexecdir = @libexecdir@
114
176
localstatedir = @localstatedir@
115
177
mandir = @mandir@
 
178
mkdir_p = @mkdir_p@
116
179
oldincludedir = @oldincludedir@
117
180
prefix = @prefix@
118
181
program_transform_name = @program_transform_name@
120
183
sharedstatedir = @sharedstatedir@
121
184
sysconfdir = @sysconfdir@
122
185
target_alias = @target_alias@
123
 
 
124
186
LIBDBOBJSOURCES = bdbobj.h bdbobj.c bdbobj2.c bdbobj3.c
125
187
TESTBDBSOURCES = testbdb.C
126
 
 
127
188
CLEANFILES = testbdb.dat
128
 
 
129
189
@FOUND_DB_TRUE@noinst_LIBRARIES = libbdbobj.a
130
 
@FOUND_DB_TRUE@noinst_PROGRAMS = testbdb
131
 
 
132
190
@FOUND_DB_TRUE@libbdbobj_a_SOURCES = $(LIBDBOBJSOURCES)
133
191
@FOUND_DB_TRUE@testbdb_SOURCES = $(TESTBDBSOURCES)
134
 
 
135
192
@FOUND_DB_TRUE@testbdb_DEPENDENCIES = libbdbobj.a
136
193
@FOUND_DB_TRUE@testbdb_LDADD = libbdbobj.a @LIBDB@
137
194
@FOUND_DB_FALSE@noinst_SCRIPTS = notfound
138
 
 
139
195
EXTRA_DIST = $(LIBDBOBJSOURCES) $(TESTBDBSOURCES) testsuite testsuite.txt
140
 
subdir = .
141
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
142
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
143
 
CONFIG_HEADER = config.h
144
 
CONFIG_CLEAN_FILES =
145
 
LIBRARIES = $(noinst_LIBRARIES)
146
 
 
147
 
libbdbobj_a_AR = $(AR) cru
148
 
libbdbobj_a_LIBADD =
149
 
am__libbdbobj_a_SOURCES_DIST = bdbobj.h bdbobj.c bdbobj2.c bdbobj3.c
150
 
am__objects_1 = bdbobj.$(OBJEXT) bdbobj2.$(OBJEXT) bdbobj3.$(OBJEXT)
151
 
@FOUND_DB_TRUE@am_libbdbobj_a_OBJECTS = $(am__objects_1)
152
 
libbdbobj_a_OBJECTS = $(am_libbdbobj_a_OBJECTS)
153
 
@FOUND_DB_TRUE@noinst_PROGRAMS = testbdb$(EXEEXT)
154
 
@FOUND_DB_FALSE@noinst_PROGRAMS =
155
 
PROGRAMS = $(noinst_PROGRAMS)
156
 
 
157
 
am__testbdb_SOURCES_DIST = testbdb.C
158
 
am__objects_2 = testbdb.$(OBJEXT)
159
 
@FOUND_DB_TRUE@am_testbdb_OBJECTS = $(am__objects_2)
160
 
testbdb_OBJECTS = $(am_testbdb_OBJECTS)
161
 
@FOUND_DB_FALSE@testbdb_DEPENDENCIES =
162
 
testbdb_LDFLAGS =
163
 
SCRIPTS = $(noinst_SCRIPTS)
164
 
 
165
 
 
166
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
167
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
168
 
am__depfiles_maybe = depfiles
169
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bdbobj.Po ./$(DEPDIR)/bdbobj2.Po \
170
 
@AMDEP_TRUE@    ./$(DEPDIR)/bdbobj3.Po ./$(DEPDIR)/testbdb.Po
171
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
172
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
173
 
CXXLD = $(CXX)
174
 
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
175
 
        -o $@
176
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
177
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
178
 
CCLD = $(CC)
179
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
180
 
DIST_SOURCES = $(am__libbdbobj_a_SOURCES_DIST) \
181
 
        $(am__testbdb_SOURCES_DIST)
182
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure Makefile.am \
183
 
        aclocal.m4 config.h.in configure configure.in depcomp \
184
 
        install-sh missing mkinstalldirs
185
 
SOURCES = $(libbdbobj_a_SOURCES) $(testbdb_SOURCES)
186
 
 
187
196
all: config.h
188
197
        $(MAKE) $(AM_MAKEFLAGS) all-am
189
198
 
190
199
.SUFFIXES:
191
200
.SUFFIXES: .C .c .o .obj
192
 
 
193
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
194
 
 configure.lineno
195
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
201
am--refresh:
 
202
        @:
 
203
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
204
        @for dep in $?; do \
 
205
          case '$(am__configure_deps)' in \
 
206
            *$$dep*) \
 
207
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
208
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
209
                && exit 0; \
 
210
              exit 1;; \
 
211
          esac; \
 
212
        done; \
 
213
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
196
214
        cd $(top_srcdir) && \
197
215
          $(AUTOMAKE) --foreign  Makefile
198
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
199
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
216
.PRECIOUS: Makefile
 
217
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
218
        @case '$?' in \
 
219
          *config.status*) \
 
220
            echo ' $(SHELL) ./config.status'; \
 
221
            $(SHELL) ./config.status;; \
 
222
          *) \
 
223
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
224
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
225
        esac;
200
226
 
201
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
227
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
202
228
        $(SHELL) ./config.status --recheck
203
 
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
229
 
 
230
$(top_srcdir)/configure:  $(am__configure_deps)
204
231
        cd $(srcdir) && $(AUTOCONF)
205
 
 
206
 
$(ACLOCAL_M4):  configure.in 
 
232
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
207
233
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
208
234
 
209
235
config.h: stamp-h1
215
241
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
216
242
        @rm -f stamp-h1
217
243
        cd $(top_builddir) && $(SHELL) ./config.status config.h
218
 
 
219
 
$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
244
$(srcdir)/config.h.in:  $(am__configure_deps) 
220
245
        cd $(top_srcdir) && $(AUTOHEADER)
221
 
        touch $(srcdir)/config.h.in
 
246
        rm -f stamp-h1
 
247
        touch $@
222
248
 
223
249
distclean-hdr:
224
250
        -rm -f config.h stamp-h1
225
251
 
226
 
AR = ar
227
 
 
228
252
clean-noinstLIBRARIES:
229
253
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
230
254
libbdbobj.a: $(libbdbobj_a_OBJECTS) $(libbdbobj_a_DEPENDENCIES) 
239
263
        $(CXXLINK) $(testbdb_LDFLAGS) $(testbdb_OBJECTS) $(testbdb_LDADD) $(LIBS)
240
264
 
241
265
mostlyclean-compile:
242
 
        -rm -f *.$(OBJEXT) core *.core
 
266
        -rm -f *.$(OBJEXT)
243
267
 
244
268
distclean-compile:
245
269
        -rm -f *.tab.c
250
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testbdb.Po@am__quote@
251
275
 
252
276
.C.o:
253
 
@am__fastdepCXX_TRUE@   @echo Compiling $< ; if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
254
 
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
255
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
256
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
257
 
@am__fastdepCXX_TRUE@   fi
 
277
@am__fastdepCXX_TRUE@   @echo Compiling $< ; if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
278
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
258
279
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
259
280
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
260
281
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
282
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
262
283
 
263
284
.C.obj:
264
 
@am__fastdepCXX_TRUE@   @echo Compiling $< ; if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
265
 
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
266
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
267
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
268
 
@am__fastdepCXX_TRUE@   fi
 
285
@am__fastdepCXX_TRUE@   @echo Compiling $< ; if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
286
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269
287
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270
288
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
271
289
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
290
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
273
291
 
274
292
.c.o:
275
 
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
276
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
277
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
278
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
279
 
@am__fastdepCC_TRUE@    fi
 
293
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
294
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
280
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
281
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
282
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
298
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
284
299
 
285
300
.c.obj:
286
 
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
287
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
288
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
289
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
290
 
@am__fastdepCC_TRUE@    fi
 
301
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
302
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
291
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
293
305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
306
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
295
307
uninstall-info-am:
296
308
 
297
 
ETAGS = etags
298
 
ETAGSFLAGS =
299
 
 
300
 
CTAGS = ctags
301
 
CTAGSFLAGS =
302
 
 
303
 
tags: TAGS
304
 
 
305
309
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306
310
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307
311
        unique=`for i in $$list; do \
310
314
          $(AWK) '    { files[$$0] = 1; } \
311
315
               END { for (i in files) print i; }'`; \
312
316
        mkid -fID $$unique
 
317
tags: TAGS
313
318
 
314
319
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
315
320
                $(TAGS_FILES) $(LISP)
324
329
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
325
330
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
326
331
             $$tags $$unique
327
 
 
328
332
ctags: CTAGS
329
333
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
330
334
                $(TAGS_FILES) $(LISP)
347
351
 
348
352
distclean-tags:
349
353
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
350
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
351
 
 
352
 
top_distdir = .
353
 
distdir = $(PACKAGE)-$(VERSION)
354
 
 
355
 
am__remove_distdir = \
356
 
  { test ! -d $(distdir) \
357
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
358
 
         && rm -fr $(distdir); }; }
359
 
 
360
 
GZIP_ENV = --best
361
 
distuninstallcheck_listfiles = find . -type f -print
362
 
distcleancheck_listfiles = find . -type f -print
363
354
 
364
355
distdir: $(DISTFILES)
365
356
        $(am__remove_distdir)
366
357
        mkdir $(distdir)
 
358
        $(mkdir_p) $(distdir)/..
367
359
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
368
360
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
369
361
        list='$(DISTFILES)'; for file in $$list; do \
375
367
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
376
368
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
377
369
            dir="/$$dir"; \
378
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
370
            $(mkdir_p) "$(distdir)$$dir"; \
379
371
          else \
380
372
            dir=''; \
381
373
          fi; \
399
391
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
400
392
        $(am__remove_distdir)
401
393
 
 
394
dist-bzip2: distdir
 
395
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
396
        $(am__remove_distdir)
 
397
 
 
398
dist-tarZ: distdir
 
399
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
400
        $(am__remove_distdir)
 
401
 
 
402
dist-shar: distdir
 
403
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
404
        $(am__remove_distdir)
 
405
 
 
406
dist-zip: distdir
 
407
        -rm -f $(distdir).zip
 
408
        zip -rq $(distdir).zip $(distdir)
 
409
        $(am__remove_distdir)
 
410
 
402
411
dist dist-all: distdir
403
412
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
404
413
        $(am__remove_distdir)
407
416
# it guarantees that the distribution is self-contained by making another
408
417
# tarfile.
409
418
distcheck: dist
410
 
        $(am__remove_distdir)
411
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
419
        case '$(DIST_ARCHIVES)' in \
 
420
        *.tar.gz*) \
 
421
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
422
        *.tar.bz2*) \
 
423
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
424
        *.tar.Z*) \
 
425
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
426
        *.shar.gz*) \
 
427
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
 
428
        *.zip*) \
 
429
          unzip $(distdir).zip ;;\
 
430
        esac
412
431
        chmod -R a-w $(distdir); chmod a+w $(distdir)
413
432
        mkdir $(distdir)/_build
414
433
        mkdir $(distdir)/_inst
428
447
                distuninstallcheck \
429
448
          && chmod -R a-w "$$dc_install_base" \
430
449
          && ({ \
431
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
450
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
432
451
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
433
452
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
434
453
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
435
454
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
436
455
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
437
456
          && rm -rf "$$dc_destdir" \
438
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
439
 
          && rm -f $(distdir).tar.gz \
 
457
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
458
          && rm -rf $(DIST_ARCHIVES) \
440
459
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
441
460
        $(am__remove_distdir)
442
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
443
 
          sed 'h;s/./=/g;p;x;p;x'
 
461
        @(echo "$(distdir) archives ready for distribution: "; \
 
462
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
463
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
444
464
distuninstallcheck:
445
465
        @cd $(distuninstallcheck_dir) \
446
466
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
462
482
check-am: all-am
463
483
check: check-am
464
484
all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
465
 
 
466
485
installdirs:
467
486
install: install-am
468
487
install-exec: install-exec-am
475
494
installcheck: installcheck-am
476
495
install-strip:
477
496
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
478
 
          INSTALL_STRIP_FLAG=-s \
 
497
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
479
498
          `test -z '$(STRIP)' || \
480
499
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
481
500
mostlyclean-generic:
498
517
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
499
518
        -rm -rf ./$(DEPDIR)
500
519
        -rm -f Makefile
501
 
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
502
 
        distclean-tags
 
520
distclean-am: clean-am distclean-compile distclean-generic \
 
521
        distclean-hdr distclean-tags
503
522
 
504
523
dvi: dvi-am
505
524
 
506
525
dvi-am:
507
526
 
 
527
html: html-am
 
528
 
508
529
info: info-am
509
530
 
510
531
info-am:
540
561
 
541
562
uninstall-am: uninstall-info-am
542
563
 
543
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
544
 
        clean-noinstLIBRARIES clean-noinstPROGRAMS ctags dist dist-all \
545
 
        dist-gzip distcheck distclean distclean-compile \
 
564
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 
565
        clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \
 
566
        dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
 
567
        dist-zip distcheck distclean distclean-compile \
546
568
        distclean-generic distclean-hdr distclean-tags distcleancheck \
547
 
        distdir distuninstallcheck dvi dvi-am info info-am install \
548
 
        install-am install-data install-data-am install-exec \
549
 
        install-exec-am install-info install-info-am install-man \
550
 
        install-strip installcheck installcheck-am installdirs \
551
 
        maintainer-clean maintainer-clean-generic mostlyclean \
552
 
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
553
 
        tags uninstall uninstall-am uninstall-info-am
 
569
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
570
        info-am install install-am install-data install-data-am \
 
571
        install-exec install-exec-am install-info install-info-am \
 
572
        install-man install-strip installcheck installcheck-am \
 
573
        installdirs maintainer-clean maintainer-clean-generic \
 
574
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
 
575
        ps ps-am tags uninstall uninstall-am uninstall-info-am
554
576
 
555
577
 
556
578
@FOUND_DB_TRUE@check-am: