~ubuntu-branches/ubuntu/quantal/maildir-utils/quantal

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-01-19 20:12:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100119201243-d8qmzgxgexhy1bs0
Tags: 0.6~beta1-1
* new upstream release 0.6-beta
  - that merges the several different programs under one binary mu
  - no sqlite storage is used anymore
* debian packaging changes:
  - debian/patches
    . remove all patches
  - remove debian/HOWTO (upstream document) it is completely outdated
  - debian/control:
    . adjust build-dep for gmime-2.4
    . remove build-dep on quilt and sqlite
    . adjust the description to new reality
  - debian/rules:
    . do not try to install doc files that are not present anymore
    . disable quilt adaptions
  - add debian/NEWS that explains that the separate programs are gone

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
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36
 
        $(top_srcdir)/gtest.mk
37
 
noinst_PROGRAMS = $(am__EXEEXT_1)
38
 
subdir = tests
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
 
        $(top_srcdir)/configure.ac
42
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
 
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(install_sh) -d
45
 
CONFIG_HEADER = $(top_builddir)/config.h
46
 
CONFIG_CLEAN_FILES =
47
 
am__EXEEXT_1 = test-index-search$(EXEEXT)
48
 
PROGRAMS = $(noinst_PROGRAMS)
49
 
am_test_index_search_OBJECTS = test-index-search.$(OBJEXT)
50
 
test_index_search_OBJECTS = $(am_test_index_search_OBJECTS)
51
 
am__DEPENDENCIES_1 =
52
 
test_index_search_DEPENDENCIES = $(am__DEPENDENCIES_1) \
53
 
        ${top_srcdir}/index/libmuindex.la \
54
 
        ${top_srcdir}/find/libmufind.la
55
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
57
 
am__depfiles_maybe = depfiles
58
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
CCLD = $(CC)
64
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
66
 
        $(LDFLAGS) -o $@
67
 
SOURCES = $(test_index_search_SOURCES)
68
 
DIST_SOURCES = $(test_index_search_SOURCES)
69
 
ETAGS = etags
70
 
CTAGS = ctags
71
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
 
ACLOCAL = @ACLOCAL@
73
 
AMTAR = @AMTAR@
74
 
AR = @AR@
75
 
AUTOCONF = @AUTOCONF@
76
 
AUTOHEADER = @AUTOHEADER@
77
 
AUTOMAKE = @AUTOMAKE@
78
 
AWK = @AWK@
79
 
CC = @CC@
80
 
CCDEPMODE = @CCDEPMODE@
81
 
CFLAGS = @CFLAGS@
82
 
CPP = @CPP@
83
 
CPPFLAGS = @CPPFLAGS@
84
 
CXX = @CXX@
85
 
CXXCPP = @CXXCPP@
86
 
CXXDEPMODE = @CXXDEPMODE@
87
 
CXXFLAGS = @CXXFLAGS@
88
 
CYGPATH_W = @CYGPATH_W@
89
 
DEFS = @DEFS@
90
 
DEPDIR = @DEPDIR@
91
 
DSYMUTIL = @DSYMUTIL@
92
 
DUMPBIN = @DUMPBIN@
93
 
ECHO_C = @ECHO_C@
94
 
ECHO_N = @ECHO_N@
95
 
ECHO_T = @ECHO_T@
96
 
EGREP = @EGREP@
97
 
EXEEXT = @EXEEXT@
98
 
FGREP = @FGREP@
99
 
GREP = @GREP@
100
 
INSTALL = @INSTALL@
101
 
INSTALL_DATA = @INSTALL_DATA@
102
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
103
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
104
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105
 
LD = @LD@
106
 
LDFLAGS = @LDFLAGS@
107
 
LIBOBJS = @LIBOBJS@
108
 
LIBS = @LIBS@
109
 
LIBTOOL = @LIBTOOL@
110
 
LIPO = @LIPO@
111
 
LN_S = @LN_S@
112
 
LTLIBOBJS = @LTLIBOBJS@
113
 
MAKEINFO = @MAKEINFO@
114
 
MKDIR_P = @MKDIR_P@
115
 
MU_GLIB2_CFLAGS = @MU_GLIB2_CFLAGS@
116
 
MU_GLIB2_LIBS = @MU_GLIB2_LIBS@
117
 
MU_GMIME2_CFLAGS = @MU_GMIME2_CFLAGS@
118
 
MU_GMIME2_LIBS = @MU_GMIME2_LIBS@
119
 
MU_GTK_CFLAGS = @MU_GTK_CFLAGS@
120
 
MU_GTK_LIBS = @MU_GTK_LIBS@
121
 
MU_SQLITE3_CFLAGS = @MU_SQLITE3_CFLAGS@
122
 
MU_SQLITE3_LIBS = @MU_SQLITE3_LIBS@
123
 
MU_XAPIAN_CXXFLAGS = @MU_XAPIAN_CXXFLAGS@
124
 
MU_XAPIAN_LIBS = @MU_XAPIAN_LIBS@
125
 
NM = @NM@
126
 
NMEDIT = @NMEDIT@
127
 
OBJEXT = @OBJEXT@
128
 
OTOOL = @OTOOL@
129
 
OTOOL64 = @OTOOL64@
130
 
PACKAGE = @PACKAGE@
131
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132
 
PACKAGE_NAME = @PACKAGE_NAME@
133
 
PACKAGE_STRING = @PACKAGE_STRING@
134
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
135
 
PACKAGE_VERSION = @PACKAGE_VERSION@
136
 
PATH_SEPARATOR = @PATH_SEPARATOR@
137
 
PKG_CONFIG = @PKG_CONFIG@
138
 
RANLIB = @RANLIB@
139
 
SED = @SED@
140
 
SET_MAKE = @SET_MAKE@
141
 
SHELL = @SHELL@
142
 
STRIP = @STRIP@
143
 
VERSION = @VERSION@
144
 
XAPIAN = @XAPIAN@
145
 
abs_builddir = @abs_builddir@
146
 
abs_srcdir = @abs_srcdir@
147
 
abs_top_builddir = @abs_top_builddir@
148
 
abs_top_srcdir = @abs_top_srcdir@
149
 
ac_ct_CC = @ac_ct_CC@
150
 
ac_ct_CXX = @ac_ct_CXX@
151
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
152
 
am__include = @am__include@
153
 
am__leading_dot = @am__leading_dot@
154
 
am__quote = @am__quote@
155
 
am__tar = @am__tar@
156
 
am__untar = @am__untar@
157
 
bindir = @bindir@
158
 
build = @build@
159
 
build_alias = @build_alias@
160
 
build_cpu = @build_cpu@
161
 
build_os = @build_os@
162
 
build_vendor = @build_vendor@
163
 
builddir = @builddir@
164
 
datadir = @datadir@
165
 
datarootdir = @datarootdir@
166
 
docdir = @docdir@
167
 
dvidir = @dvidir@
168
 
exec_prefix = @exec_prefix@
169
 
g_test_CFLAGS = @g_test_CFLAGS@
170
 
g_test_LIBS = @g_test_LIBS@
171
 
host = @host@
172
 
host_alias = @host_alias@
173
 
host_cpu = @host_cpu@
174
 
host_os = @host_os@
175
 
host_vendor = @host_vendor@
176
 
htmldir = @htmldir@
177
 
includedir = @includedir@
178
 
infodir = @infodir@
179
 
install_sh = @install_sh@
180
 
libdir = @libdir@
181
 
libexecdir = @libexecdir@
182
 
localedir = @localedir@
183
 
localstatedir = @localstatedir@
184
 
lt_ECHO = @lt_ECHO@
185
 
mandir = @mandir@
186
 
mkdir_p = @mkdir_p@
187
 
oldincludedir = @oldincludedir@
188
 
pdfdir = @pdfdir@
189
 
prefix = @prefix@
190
 
program_transform_name = @program_transform_name@
191
 
psdir = @psdir@
192
 
sbindir = @sbindir@
193
 
sharedstatedir = @sharedstatedir@
194
 
srcdir = @srcdir@
195
 
sysconfdir = @sysconfdir@
196
 
target_alias = @target_alias@
197
 
top_builddir = @top_builddir@
198
 
top_srcdir = @top_srcdir@
199
 
TEST_PROGS = test-index-search
200
 
INCLUDES = \
201
 
        -I ${top_srcdir}/                       \
202
 
        $(MU_GLIB2_CFLAGS)                      \
203
 
        -DABS_SRCDIR=\"${abs_srcdir}\"          
204
 
 
205
 
test_index_search_SOURCES = test-index-search.c
206
 
test_index_search_LDADD = \
207
 
        $(MU_GLIB2_LIBS)                        \
208
 
        ${top_srcdir}/index/libmuindex.la       \
209
 
        ${top_srcdir}/find/libmufind.la         
210
 
 
211
 
 
212
 
# note the question marks; make does not like files with ':'...
213
 
EXTRA_DIST = \
214
 
        TestMaildir/cur/1220871554.476_19.wintersun?2,S         \
215
 
        TestMaildir/cur/1220871559.476_21.wintersun?2,S         \
216
 
        TestMaildir/cur/1220871561.476_23.wintersun?2,S         \
217
 
        TestMaildir/cur/1220871569.476_25.wintersun?2,S         \
218
 
        TestMaildir/cur/1220871581.476_27.wintersun?2,S         \
219
 
        TestMaildir/cur/1220871581.476_29.wintersun?2,S         \
220
 
        TestMaildir/cur/1220871581.476_31.wintersun?2,S         \
221
 
        TestMaildir/cur/1220871581.476_37.wintersun?2,S         \
222
 
        TestMaildir/cur/1220871589.476_39.wintersun?2,S         \
223
 
        TestMaildir/cur/1220871600.476_41.wintersun?2,S         \
224
 
        TestMaildir/cur/1220903861.18268_3.mindcrime?2,S        \
225
 
        TestMaildir/new/1220871502.476_5.wintersun              \
226
 
        TestMaildir/new/1220871527.476_11.wintersun             \
227
 
        TestMaildir/new/1220871527.476_13.wintersun             \
228
 
        TestMaildir/new/1220871527.476_9.wintersun              \
229
 
        TestMaildir/new/1220871533.476_15.wintersun             \
230
 
        TestMaildir/new/1220871541.476_17.wintersun             \
231
 
        TestMaildir/new/1220871600.476_43.wintersun             \
232
 
        TestMaildir/tmp/1220871485.476_1.wintersun              \
233
 
        TestMaildir/tmp/1220871494.476_3.wintersun              
234
 
 
235
 
all: all-am
236
 
 
237
 
.SUFFIXES:
238
 
.SUFFIXES: .c .lo .o .obj
239
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gtest.mk $(am__configure_deps)
240
 
        @for dep in $?; do \
241
 
          case '$(am__configure_deps)' in \
242
 
            *$$dep*) \
243
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
244
 
                && exit 0; \
245
 
              exit 1;; \
246
 
          esac; \
247
 
        done; \
248
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
249
 
        cd $(top_srcdir) && \
250
 
          $(AUTOMAKE) --gnu  tests/Makefile
251
 
.PRECIOUS: Makefile
252
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253
 
        @case '$?' in \
254
 
          *config.status*) \
255
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
256
 
          *) \
257
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
258
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
259
 
        esac;
260
 
 
261
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
 
 
264
 
$(top_srcdir)/configure:  $(am__configure_deps)
265
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
267
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
 
 
269
 
clean-noinstPROGRAMS:
270
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
271
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
272
 
          echo " rm -f $$p $$f"; \
273
 
          rm -f $$p $$f ; \
274
 
        done
275
 
test-index-search$(EXEEXT): $(test_index_search_OBJECTS) $(test_index_search_DEPENDENCIES) 
276
 
        @rm -f test-index-search$(EXEEXT)
277
 
        $(LINK) $(test_index_search_OBJECTS) $(test_index_search_LDADD) $(LIBS)
278
 
 
279
 
mostlyclean-compile:
280
 
        -rm -f *.$(OBJEXT)
281
 
 
282
 
distclean-compile:
283
 
        -rm -f *.tab.c
284
 
 
285
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-index-search.Po@am__quote@
286
 
 
287
 
.c.o:
288
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
289
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
290
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
293
 
 
294
 
.c.obj:
295
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
296
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
297
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
298
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
300
 
 
301
 
.c.lo:
302
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
303
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
304
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
305
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
307
 
 
308
 
mostlyclean-libtool:
309
 
        -rm -f *.lo
310
 
 
311
 
clean-libtool:
312
 
        -rm -rf .libs _libs
313
 
 
314
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
315
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
316
 
        unique=`for i in $$list; do \
317
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
 
          done | \
319
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
320
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
321
 
        mkid -fID $$unique
322
 
tags: TAGS
323
 
 
324
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325
 
                $(TAGS_FILES) $(LISP)
326
 
        tags=; \
327
 
        here=`pwd`; \
328
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329
 
        unique=`for i in $$list; do \
330
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
 
          done | \
332
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
335
 
          test -n "$$unique" || unique=$$empty_fix; \
336
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337
 
            $$tags $$unique; \
338
 
        fi
339
 
ctags: CTAGS
340
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
341
 
                $(TAGS_FILES) $(LISP)
342
 
        tags=; \
343
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
 
        unique=`for i in $$list; do \
345
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
 
          done | \
347
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
349
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
350
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
351
 
             $$tags $$unique
352
 
 
353
 
GTAGS:
354
 
        here=`$(am__cd) $(top_builddir) && pwd` \
355
 
          && cd $(top_srcdir) \
356
 
          && gtags -i $(GTAGS_ARGS) $$here
357
 
 
358
 
distclean-tags:
359
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
360
 
 
361
 
distdir: $(DISTFILES)
362
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364
 
        list='$(DISTFILES)'; \
365
 
          dist_files=`for file in $$list; do echo $$file; done | \
366
 
          sed -e "s|^$$srcdirstrip/||;t" \
367
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368
 
        case $$dist_files in \
369
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
370
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
371
 
                           sort -u` ;; \
372
 
        esac; \
373
 
        for file in $$dist_files; do \
374
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375
 
          if test -d $$d/$$file; then \
376
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
379
 
            fi; \
380
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
381
 
          else \
382
 
            test -f $(distdir)/$$file \
383
 
            || cp -p $$d/$$file $(distdir)/$$file \
384
 
            || exit 1; \
385
 
          fi; \
386
 
        done
387
 
check-am: all-am
388
 
check: check-am
389
 
all-am: Makefile $(PROGRAMS)
390
 
installdirs:
391
 
install: install-am
392
 
install-exec: install-exec-am
393
 
install-data: install-data-am
394
 
uninstall: uninstall-am
395
 
 
396
 
install-am: all-am
397
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398
 
 
399
 
installcheck: installcheck-am
400
 
install-strip:
401
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
403
 
          `test -z '$(STRIP)' || \
404
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
405
 
mostlyclean-generic:
406
 
 
407
 
clean-generic:
408
 
 
409
 
distclean-generic:
410
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
411
 
 
412
 
maintainer-clean-generic:
413
 
        @echo "This command is intended for maintainers to use"
414
 
        @echo "it deletes files that may require special tools to rebuild."
415
 
clean: clean-am
416
 
 
417
 
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
418
 
        mostlyclean-am
419
 
 
420
 
distclean: distclean-am
421
 
        -rm -rf ./$(DEPDIR)
422
 
        -rm -f Makefile
423
 
distclean-am: clean-am distclean-compile distclean-generic \
424
 
        distclean-tags
425
 
 
426
 
dvi: dvi-am
427
 
 
428
 
dvi-am:
429
 
 
430
 
html: html-am
431
 
 
432
 
info: info-am
433
 
 
434
 
info-am:
435
 
 
436
 
install-data-am:
437
 
 
438
 
install-dvi: install-dvi-am
439
 
 
440
 
install-exec-am:
441
 
 
442
 
install-html: install-html-am
443
 
 
444
 
install-info: install-info-am
445
 
 
446
 
install-man:
447
 
 
448
 
install-pdf: install-pdf-am
449
 
 
450
 
install-ps: install-ps-am
451
 
 
452
 
installcheck-am:
453
 
 
454
 
maintainer-clean: maintainer-clean-am
455
 
        -rm -rf ./$(DEPDIR)
456
 
        -rm -f Makefile
457
 
maintainer-clean-am: distclean-am maintainer-clean-generic
458
 
 
459
 
mostlyclean: mostlyclean-am
460
 
 
461
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
462
 
        mostlyclean-libtool
463
 
 
464
 
pdf: pdf-am
465
 
 
466
 
pdf-am:
467
 
 
468
 
ps: ps-am
469
 
 
470
 
ps-am:
471
 
 
472
 
uninstall-am:
473
 
 
474
 
.MAKE: install-am install-strip
475
 
 
476
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
477
 
        clean-libtool clean-noinstPROGRAMS ctags distclean \
478
 
        distclean-compile distclean-generic distclean-libtool \
479
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
480
 
        install install-am install-data install-data-am install-dvi \
481
 
        install-dvi-am install-exec install-exec-am install-html \
482
 
        install-html-am install-info install-info-am install-man \
483
 
        install-pdf install-pdf-am install-ps install-ps-am \
484
 
        install-strip installcheck installcheck-am installdirs \
485
 
        maintainer-clean maintainer-clean-generic mostlyclean \
486
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
487
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
488
 
 
489
 
 
490
 
test: all $(TEST_PROGS)
491
 
        @ test -z "$(TEST_PROGS)" || gtester --verbose $(TEST_PROGS); \
492
 
          test -z "$(SUBDIRS)" || \
493
 
                for subdir in $(SUBDIRS); do \
494
 
                        test "$$subdir" = "." || \
495
 
                (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
496
 
                done
497
 
 
498
 
.PHONY: test
499
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
500
 
# Otherwise a system limit (for SysV at least) may be exceeded.
501
 
.NOEXPORT: