~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to libatomic_ops-1.2/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
 
 
18
SOURCES = $(libatomic_ops_a_SOURCES) $(libatomic_ops_gpl_a_SOURCES)
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
target_triplet = @target@
 
43
subdir = src
 
44
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 
45
        $(srcdir)/Makefile.in $(srcdir)/config.h.in
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
51
CONFIG_HEADER = config.h
 
52
CONFIG_CLEAN_FILES =
 
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
54
am__vpath_adj = case $$p in \
 
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
56
    *) f=$$p;; \
 
57
  esac;
 
58
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
59
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
 
60
libLIBRARIES_INSTALL = $(INSTALL_DATA)
 
61
LIBRARIES = $(lib_LIBRARIES)
 
62
AR = ar
 
63
ARFLAGS = cru
 
64
libatomic_ops_a_AR = $(AR) $(ARFLAGS)
 
65
libatomic_ops_a_LIBADD =
 
66
am__libatomic_ops_a_SOURCES_DIST = atomic_ops.c atomic_ops_sysdeps.S
 
67
@NEED_ASM_FALSE@am_libatomic_ops_a_OBJECTS = atomic_ops.$(OBJEXT)
 
68
@NEED_ASM_TRUE@am_libatomic_ops_a_OBJECTS = atomic_ops.$(OBJEXT) \
 
69
@NEED_ASM_TRUE@ atomic_ops_sysdeps.$(OBJEXT)
 
70
libatomic_ops_a_OBJECTS = $(am_libatomic_ops_a_OBJECTS)
 
71
libatomic_ops_gpl_a_AR = $(AR) $(ARFLAGS)
 
72
libatomic_ops_gpl_a_LIBADD =
 
73
am_libatomic_ops_gpl_a_OBJECTS = atomic_ops_stack.$(OBJEXT) \
 
74
        atomic_ops_malloc.$(OBJEXT)
 
75
libatomic_ops_gpl_a_OBJECTS = $(am_libatomic_ops_gpl_a_OBJECTS)
 
76
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
77
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
78
am__depfiles_maybe = depfiles
 
79
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
80
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
81
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
82
CCLD = $(CC)
 
83
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
84
SOURCES = $(libatomic_ops_a_SOURCES) $(libatomic_ops_gpl_a_SOURCES)
 
85
DIST_SOURCES = $(am__libatomic_ops_a_SOURCES_DIST) \
 
86
        $(libatomic_ops_gpl_a_SOURCES)
 
87
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
88
        html-recursive info-recursive install-data-recursive \
 
89
        install-exec-recursive install-info-recursive \
 
90
        install-recursive installcheck-recursive installdirs-recursive \
 
91
        pdf-recursive ps-recursive uninstall-info-recursive \
 
92
        uninstall-recursive
 
93
includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
94
HEADERS = $(include_HEADERS)
 
95
ETAGS = etags
 
96
CTAGS = ctags
 
97
DIST_SUBDIRS = $(SUBDIRS)
 
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
99
ACLOCAL = @ACLOCAL@
 
100
AMDEP_FALSE = @AMDEP_FALSE@
 
101
AMDEP_TRUE = @AMDEP_TRUE@
 
102
AMTAR = @AMTAR@
 
103
AUTOCONF = @AUTOCONF@
 
104
AUTOHEADER = @AUTOHEADER@
 
105
AUTOMAKE = @AUTOMAKE@
 
106
AWK = @AWK@
 
107
CC = @CC@
 
108
CCAS = @CCAS@
 
109
CCASFLAGS = @CCASFLAGS@
 
110
CCDEPMODE = @CCDEPMODE@
 
111
CFLAGS = @CFLAGS@
 
112
CPP = @CPP@
 
113
CPPFLAGS = @CPPFLAGS@
 
114
CYGPATH_W = @CYGPATH_W@
 
115
DEFS = @DEFS@
 
116
DEPDIR = @DEPDIR@
 
117
ECHO_C = @ECHO_C@
 
118
ECHO_N = @ECHO_N@
 
119
ECHO_T = @ECHO_T@
 
120
EGREP = @EGREP@
 
121
EXEEXT = @EXEEXT@
 
122
INSTALL_DATA = @INSTALL_DATA@
 
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
126
LDFLAGS = @LDFLAGS@
 
127
LIBOBJS = @LIBOBJS@
 
128
LIBS = @LIBS@
 
129
LTLIBOBJS = @LTLIBOBJS@
 
130
MAKEINFO = @MAKEINFO@
 
131
NEED_ASM_FALSE = @NEED_ASM_FALSE@
 
132
NEED_ASM_TRUE = @NEED_ASM_TRUE@
 
133
OBJEXT = @OBJEXT@
 
134
PACKAGE = @PACKAGE@
 
135
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
136
PACKAGE_NAME = @PACKAGE_NAME@
 
137
PACKAGE_STRING = @PACKAGE_STRING@
 
138
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
139
PACKAGE_VERSION = @PACKAGE_VERSION@
 
140
PATH_SEPARATOR = @PATH_SEPARATOR@
 
141
PICFLAG = @PICFLAG@
 
142
RANLIB = @RANLIB@
 
143
SET_MAKE = @SET_MAKE@
 
144
SHELL = @SHELL@
 
145
STRIP = @STRIP@
 
146
VERSION = @VERSION@
 
147
ac_ct_CC = @ac_ct_CC@
 
148
ac_ct_RANLIB = @ac_ct_RANLIB@
 
149
ac_ct_STRIP = @ac_ct_STRIP@
 
150
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
151
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
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
datadir = @datadir@
 
164
exec_prefix = @exec_prefix@
 
165
host = @host@
 
166
host_alias = @host_alias@
 
167
host_cpu = @host_cpu@
 
168
host_os = @host_os@
 
169
host_vendor = @host_vendor@
 
170
includedir = @includedir@
 
171
infodir = @infodir@
 
172
install_sh = @install_sh@
 
173
libdir = @libdir@
 
174
libexecdir = @libexecdir@
 
175
localstatedir = @localstatedir@
 
176
mandir = @mandir@
 
177
mkdir_p = @mkdir_p@
 
178
oldincludedir = @oldincludedir@
 
179
prefix = @prefix@
 
180
program_transform_name = @program_transform_name@
 
181
sbindir = @sbindir@
 
182
sharedstatedir = @sharedstatedir@
 
183
sysconfdir = @sysconfdir@
 
184
target = @target@
 
185
target_alias = @target_alias@
 
186
target_cpu = @target_cpu@
 
187
target_os = @target_os@
 
188
target_vendor = @target_vendor@
 
189
SUBDIRS = atomic_ops
 
190
AM_CFLAGS = @PICFLAG@
 
191
include_HEADERS = atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h
 
192
lib_LIBRARIES = libatomic_ops.a libatomic_ops_gpl.a
 
193
@NEED_ASM_FALSE@libatomic_ops_a_SOURCES = atomic_ops.c
 
194
@NEED_ASM_TRUE@libatomic_ops_a_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
 
195
libatomic_ops_gpl_a_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
 
196
EXTRA_DIST = Makefile.msft
 
197
all: config.h
 
198
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
199
 
 
200
.SUFFIXES:
 
201
.SUFFIXES: .S .c .o .obj
 
202
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
203
        @for dep in $?; do \
 
204
          case '$(am__configure_deps)' in \
 
205
            *$$dep*) \
 
206
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
207
                && exit 0; \
 
208
              exit 1;; \
 
209
          esac; \
 
210
        done; \
 
211
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
212
        cd $(top_srcdir) && \
 
213
          $(AUTOMAKE) --gnu  src/Makefile
 
214
.PRECIOUS: Makefile
 
215
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
216
        @case '$?' in \
 
217
          *config.status*) \
 
218
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
219
          *) \
 
220
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
221
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
222
        esac;
 
223
 
 
224
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
225
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
226
 
 
227
$(top_srcdir)/configure:  $(am__configure_deps)
 
228
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
229
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
230
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
231
 
 
232
config.h: stamp-h1
 
233
        @if test ! -f $@; then \
 
234
          rm -f stamp-h1; \
 
235
          $(MAKE) stamp-h1; \
 
236
        else :; fi
 
237
 
 
238
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
239
        @rm -f stamp-h1
 
240
        cd $(top_builddir) && $(SHELL) ./config.status src/config.h
 
241
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
242
        cd $(top_srcdir) && $(AUTOHEADER)
 
243
        rm -f stamp-h1
 
244
        touch $@
 
245
 
 
246
distclean-hdr:
 
247
        -rm -f config.h stamp-h1
 
248
install-libLIBRARIES: $(lib_LIBRARIES)
 
249
        @$(NORMAL_INSTALL)
 
250
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
251
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
252
          if test -f $$p; then \
 
253
            f=$(am__strip_dir) \
 
254
            echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
255
            $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
256
          else :; fi; \
 
257
        done
 
258
        @$(POST_INSTALL)
 
259
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
260
          if test -f $$p; then \
 
261
            p=$(am__strip_dir) \
 
262
            echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
 
263
            $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
 
264
          else :; fi; \
 
265
        done
 
266
 
 
267
uninstall-libLIBRARIES:
 
268
        @$(NORMAL_UNINSTALL)
 
269
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
270
          p=$(am__strip_dir) \
 
271
          echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
272
          rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
273
        done
 
274
 
 
275
clean-libLIBRARIES:
 
276
        -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
 
277
libatomic_ops.a: $(libatomic_ops_a_OBJECTS) $(libatomic_ops_a_DEPENDENCIES) 
 
278
        -rm -f libatomic_ops.a
 
279
        $(libatomic_ops_a_AR) libatomic_ops.a $(libatomic_ops_a_OBJECTS) $(libatomic_ops_a_LIBADD)
 
280
        $(RANLIB) libatomic_ops.a
 
281
libatomic_ops_gpl.a: $(libatomic_ops_gpl_a_OBJECTS) $(libatomic_ops_gpl_a_DEPENDENCIES) 
 
282
        -rm -f libatomic_ops_gpl.a
 
283
        $(libatomic_ops_gpl_a_AR) libatomic_ops_gpl.a $(libatomic_ops_gpl_a_OBJECTS) $(libatomic_ops_gpl_a_LIBADD)
 
284
        $(RANLIB) libatomic_ops_gpl.a
 
285
 
 
286
mostlyclean-compile:
 
287
        -rm -f *.$(OBJEXT)
 
288
 
 
289
distclean-compile:
 
290
        -rm -f *.tab.c
 
291
 
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops.Po@am__quote@
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops_malloc.Po@am__quote@
 
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops_stack.Po@am__quote@
 
295
 
 
296
.S.o:
 
297
        $(CCASCOMPILE) -c $<
 
298
 
 
299
.S.obj:
 
300
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
 
301
 
 
302
.c.o:
 
303
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
304
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
307
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
308
 
 
309
.c.obj:
 
310
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
311
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
314
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
315
uninstall-info-am:
 
316
install-includeHEADERS: $(include_HEADERS)
 
317
        @$(NORMAL_INSTALL)
 
318
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 
319
        @list='$(include_HEADERS)'; for p in $$list; do \
 
320
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
321
          f=$(am__strip_dir) \
 
322
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
 
323
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 
324
        done
 
325
 
 
326
uninstall-includeHEADERS:
 
327
        @$(NORMAL_UNINSTALL)
 
328
        @list='$(include_HEADERS)'; for p in $$list; do \
 
329
          f=$(am__strip_dir) \
 
330
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
 
331
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
 
332
        done
 
333
 
 
334
# This directory's subdirectories are mostly independent; you can cd
 
335
# into them and run `make' without going through this Makefile.
 
336
# To change the values of `make' variables: instead of editing Makefiles,
 
337
# (1) if the variable is set in `config.status', edit `config.status'
 
338
#     (which will cause the Makefiles to be regenerated when you run `make');
 
339
# (2) otherwise, pass the desired values on the `make' command line.
 
340
$(RECURSIVE_TARGETS):
 
341
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
342
        dot_seen=no; \
 
343
        target=`echo $@ | sed s/-recursive//`; \
 
344
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
345
          echo "Making $$target in $$subdir"; \
 
346
          if test "$$subdir" = "."; then \
 
347
            dot_seen=yes; \
 
348
            local_target="$$target-am"; \
 
349
          else \
 
350
            local_target="$$target"; \
 
351
          fi; \
 
352
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
353
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
354
        done; \
 
355
        if test "$$dot_seen" = "no"; then \
 
356
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
357
        fi; test -z "$$fail"
 
358
 
 
359
mostlyclean-recursive clean-recursive distclean-recursive \
 
360
maintainer-clean-recursive:
 
361
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
362
        dot_seen=no; \
 
363
        case "$@" in \
 
364
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
365
          *) list='$(SUBDIRS)' ;; \
 
366
        esac; \
 
367
        rev=''; for subdir in $$list; do \
 
368
          if test "$$subdir" = "."; then :; else \
 
369
            rev="$$subdir $$rev"; \
 
370
          fi; \
 
371
        done; \
 
372
        rev="$$rev ."; \
 
373
        target=`echo $@ | sed s/-recursive//`; \
 
374
        for subdir in $$rev; do \
 
375
          echo "Making $$target in $$subdir"; \
 
376
          if test "$$subdir" = "."; then \
 
377
            local_target="$$target-am"; \
 
378
          else \
 
379
            local_target="$$target"; \
 
380
          fi; \
 
381
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
382
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
383
        done && test -z "$$fail"
 
384
tags-recursive:
 
385
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
386
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
387
        done
 
388
ctags-recursive:
 
389
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
390
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
391
        done
 
392
 
 
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
394
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
395
        unique=`for i in $$list; do \
 
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
397
          done | \
 
398
          $(AWK) '    { files[$$0] = 1; } \
 
399
               END { for (i in files) print i; }'`; \
 
400
        mkid -fID $$unique
 
401
tags: TAGS
 
402
 
 
403
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
404
                $(TAGS_FILES) $(LISP)
 
405
        tags=; \
 
406
        here=`pwd`; \
 
407
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
408
          include_option=--etags-include; \
 
409
          empty_fix=.; \
 
410
        else \
 
411
          include_option=--include; \
 
412
          empty_fix=; \
 
413
        fi; \
 
414
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
415
          if test "$$subdir" = .; then :; else \
 
416
            test ! -f $$subdir/TAGS || \
 
417
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
418
          fi; \
 
419
        done; \
 
420
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
421
        unique=`for i in $$list; do \
 
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
423
          done | \
 
424
          $(AWK) '    { files[$$0] = 1; } \
 
425
               END { for (i in files) print i; }'`; \
 
426
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
427
          test -n "$$unique" || unique=$$empty_fix; \
 
428
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
429
            $$tags $$unique; \
 
430
        fi
 
431
ctags: CTAGS
 
432
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
433
                $(TAGS_FILES) $(LISP)
 
434
        tags=; \
 
435
        here=`pwd`; \
 
436
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
437
        unique=`for i in $$list; do \
 
438
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
439
          done | \
 
440
          $(AWK) '    { files[$$0] = 1; } \
 
441
               END { for (i in files) print i; }'`; \
 
442
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
443
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
444
             $$tags $$unique
 
445
 
 
446
GTAGS:
 
447
        here=`$(am__cd) $(top_builddir) && pwd` \
 
448
          && cd $(top_srcdir) \
 
449
          && gtags -i $(GTAGS_ARGS) $$here
 
450
 
 
451
distclean-tags:
 
452
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
453
 
 
454
distdir: $(DISTFILES)
 
455
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
456
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
457
        list='$(DISTFILES)'; for file in $$list; do \
 
458
          case $$file in \
 
459
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
460
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
461
          esac; \
 
462
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
463
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
464
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
465
            dir="/$$dir"; \
 
466
            $(mkdir_p) "$(distdir)$$dir"; \
 
467
          else \
 
468
            dir=''; \
 
469
          fi; \
 
470
          if test -d $$d/$$file; then \
 
471
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
472
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
473
            fi; \
 
474
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
475
          else \
 
476
            test -f $(distdir)/$$file \
 
477
            || cp -p $$d/$$file $(distdir)/$$file \
 
478
            || exit 1; \
 
479
          fi; \
 
480
        done
 
481
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
482
          if test "$$subdir" = .; then :; else \
 
483
            test -d "$(distdir)/$$subdir" \
 
484
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
485
            || exit 1; \
 
486
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
487
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
488
            (cd $$subdir && \
 
489
              $(MAKE) $(AM_MAKEFLAGS) \
 
490
                top_distdir="$$top_distdir" \
 
491
                distdir="$$distdir/$$subdir" \
 
492
                distdir) \
 
493
              || exit 1; \
 
494
          fi; \
 
495
        done
 
496
check-am: all-am
 
497
check: check-recursive
 
498
all-am: Makefile $(LIBRARIES) $(HEADERS) config.h
 
499
installdirs: installdirs-recursive
 
500
installdirs-am:
 
501
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
 
502
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
503
        done
 
504
install: install-recursive
 
505
install-exec: install-exec-recursive
 
506
install-data: install-data-recursive
 
507
uninstall: uninstall-recursive
 
508
 
 
509
install-am: all-am
 
510
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
511
 
 
512
installcheck: installcheck-recursive
 
513
install-strip:
 
514
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
515
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
516
          `test -z '$(STRIP)' || \
 
517
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
518
mostlyclean-generic:
 
519
 
 
520
clean-generic:
 
521
 
 
522
distclean-generic:
 
523
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
524
 
 
525
maintainer-clean-generic:
 
526
        @echo "This command is intended for maintainers to use"
 
527
        @echo "it deletes files that may require special tools to rebuild."
 
528
clean: clean-recursive
 
529
 
 
530
clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
 
531
 
 
532
distclean: distclean-recursive
 
533
        -rm -rf ./$(DEPDIR)
 
534
        -rm -f Makefile
 
535
distclean-am: clean-am distclean-compile distclean-generic \
 
536
        distclean-hdr distclean-tags
 
537
 
 
538
dvi: dvi-recursive
 
539
 
 
540
dvi-am:
 
541
 
 
542
html: html-recursive
 
543
 
 
544
info: info-recursive
 
545
 
 
546
info-am:
 
547
 
 
548
install-data-am: install-includeHEADERS
 
549
 
 
550
install-exec-am: install-libLIBRARIES
 
551
 
 
552
install-info: install-info-recursive
 
553
 
 
554
install-man:
 
555
 
 
556
installcheck-am:
 
557
 
 
558
maintainer-clean: maintainer-clean-recursive
 
559
        -rm -rf ./$(DEPDIR)
 
560
        -rm -f Makefile
 
561
maintainer-clean-am: distclean-am maintainer-clean-generic
 
562
 
 
563
mostlyclean: mostlyclean-recursive
 
564
 
 
565
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
566
 
 
567
pdf: pdf-recursive
 
568
 
 
569
pdf-am:
 
570
 
 
571
ps: ps-recursive
 
572
 
 
573
ps-am:
 
574
 
 
575
uninstall-am: uninstall-includeHEADERS uninstall-info-am \
 
576
        uninstall-libLIBRARIES
 
577
 
 
578
uninstall-info: uninstall-info-recursive
 
579
 
 
580
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
581
        clean clean-generic clean-libLIBRARIES clean-recursive ctags \
 
582
        ctags-recursive distclean distclean-compile distclean-generic \
 
583
        distclean-hdr distclean-recursive distclean-tags distdir dvi \
 
584
        dvi-am html html-am info info-am install install-am \
 
585
        install-data install-data-am install-exec install-exec-am \
 
586
        install-includeHEADERS install-info install-info-am \
 
587
        install-libLIBRARIES install-man install-strip installcheck \
 
588
        installcheck-am installdirs installdirs-am maintainer-clean \
 
589
        maintainer-clean-generic maintainer-clean-recursive \
 
590
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
591
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
592
        uninstall uninstall-am uninstall-includeHEADERS \
 
593
        uninstall-info-am uninstall-libLIBRARIES
 
594
 
 
595
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
596
# Otherwise a system limit (for SysV at least) may be exceeded.
 
597
.NOEXPORT: