~ubuntu-branches/ubuntu/vivid/libspectre/vivid-proposed

« back to all changes in this revision

Viewing changes to libspectre/Makefile.in

Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES = spectre-version.h
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
50
am__vpath_adj = case $$p in \
48
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
52
    *) f=$$p;; \
50
53
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
70
am__installdirs = "$(DESTDIR)$(libdir)" \
53
71
        "$(DESTDIR)$(libspectreincludedir)"
54
 
libLTLIBRARIES_INSTALL = $(INSTALL)
55
72
LTLIBRARIES = $(lib_LTLIBRARIES)
56
73
am__DEPENDENCIES_1 =
57
74
libspectre_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
64
81
libspectre_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65
82
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66
83
        $(libspectre_la_LDFLAGS) $(LDFLAGS) -o $@
67
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68
85
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
86
am__depfiles_maybe = depfiles
 
87
am__mv = mv -f
70
88
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
89
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
90
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
96
        $(LDFLAGS) -o $@
79
97
SOURCES = $(libspectre_la_SOURCES)
80
98
DIST_SOURCES = $(libspectre_la_SOURCES)
81
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
 
        html-recursive info-recursive install-data-recursive \
83
 
        install-dvi-recursive install-exec-recursive \
84
 
        install-html-recursive install-info-recursive \
85
 
        install-pdf-recursive install-ps-recursive install-recursive \
86
 
        installcheck-recursive installdirs-recursive pdf-recursive \
87
 
        ps-recursive uninstall-recursive
88
 
libspectreincludeHEADERS_INSTALL = $(INSTALL_HEADER)
89
99
HEADERS = $(libspectreinclude_HEADERS)
90
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91
 
  distclean-recursive maintainer-clean-recursive
92
100
ETAGS = etags
93
101
CTAGS = ctags
94
 
DIST_SUBDIRS = $(SUBDIRS)
95
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
103
ACLOCAL = @ACLOCAL@
97
104
AMTAR = @AMTAR@
107
114
CFLAGS = @CFLAGS@
108
115
CPP = @CPP@
109
116
CPPFLAGS = @CPPFLAGS@
110
 
CXX = @CXX@
111
 
CXXCPP = @CXXCPP@
112
 
CXXDEPMODE = @CXXDEPMODE@
113
 
CXXFLAGS = @CXXFLAGS@
114
117
CYGPATH_W = @CYGPATH_W@
115
118
DEFS = @DEFS@
116
119
DEPDIR = @DEPDIR@
117
 
ECHO = @ECHO@
 
120
DSYMUTIL = @DSYMUTIL@
 
121
DUMPBIN = @DUMPBIN@
118
122
ECHO_C = @ECHO_C@
119
123
ECHO_N = @ECHO_N@
120
124
ECHO_T = @ECHO_T@
121
125
EGREP = @EGREP@
122
126
EXEEXT = @EXEEXT@
123
 
F77 = @F77@
124
 
FFLAGS = @FFLAGS@
 
127
FGREP = @FGREP@
125
128
GREP = @GREP@
126
129
INSTALL = @INSTALL@
127
130
INSTALL_DATA = @INSTALL_DATA@
128
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
129
132
INSTALL_SCRIPT = @INSTALL_SCRIPT@
130
133
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
134
LD = @LD@
131
135
LDFLAGS = @LDFLAGS@
132
136
LIBOBJS = @LIBOBJS@
133
137
LIBS = @LIBS@
134
138
LIBTOOL = @LIBTOOL@
135
139
LIB_GS = @LIB_GS@
 
140
LIPO = @LIPO@
136
141
LN_S = @LN_S@
137
142
LTLIBOBJS = @LTLIBOBJS@
138
143
LT_AGE = @LT_AGE@
142
147
MAINT = @MAINT@
143
148
MAKEINFO = @MAKEINFO@
144
149
MKDIR_P = @MKDIR_P@
 
150
NM = @NM@
 
151
NMEDIT = @NMEDIT@
 
152
OBJDUMP = @OBJDUMP@
145
153
OBJEXT = @OBJEXT@
 
154
OTOOL = @OTOOL@
 
155
OTOOL64 = @OTOOL64@
146
156
PACKAGE = @PACKAGE@
147
157
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148
158
PACKAGE_NAME = @PACKAGE_NAME@
152
162
PATH_SEPARATOR = @PATH_SEPARATOR@
153
163
PKG_CONFIG = @PKG_CONFIG@
154
164
RANLIB = @RANLIB@
 
165
SED = @SED@
155
166
SET_MAKE = @SET_MAKE@
156
167
SHELL = @SHELL@
157
168
SPECTRE_CFLAGS = @SPECTRE_CFLAGS@
167
178
abs_top_builddir = @abs_top_builddir@
168
179
abs_top_srcdir = @abs_top_srcdir@
169
180
ac_ct_CC = @ac_ct_CC@
170
 
ac_ct_CXX = @ac_ct_CXX@
171
 
ac_ct_F77 = @ac_ct_F77@
 
181
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172
182
am__include = @am__include@
173
183
am__leading_dot = @am__leading_dot@
174
184
am__quote = @am__quote@
199
209
libexecdir = @libexecdir@
200
210
localedir = @localedir@
201
211
localstatedir = @localstatedir@
 
212
lt_ECHO = @lt_ECHO@
202
213
mandir = @mandir@
203
214
mkdir_p = @mkdir_p@
204
215
oldincludedir = @oldincludedir@
211
222
srcdir = @srcdir@
212
223
sysconfdir = @sysconfdir@
213
224
target_alias = @target_alias@
 
225
top_build_prefix = @top_build_prefix@
214
226
top_builddir = @top_builddir@
215
227
top_srcdir = @top_srcdir@
216
 
SUBDIRS = ghostscript
217
228
INCLUDES = \
218
229
        -I$(top_builddir)       \
219
230
        -I$(srcdir)             \
263
274
 
264
275
libspectre_la_LIBADD = $(LIB_GS)
265
276
libspectre_la_LDFLAGS = -version-info @VERSION_INFO@
266
 
all: all-recursive
 
277
all: all-am
267
278
 
268
279
.SUFFIXES:
269
280
.SUFFIXES: .c .lo .o .obj
271
282
        @for dep in $?; do \
272
283
          case '$(am__configure_deps)' in \
273
284
            *$$dep*) \
274
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
275
 
                && exit 0; \
 
285
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
286
                && { if test -f $@; then exit 0; else break; fi; }; \
276
287
              exit 1;; \
277
288
          esac; \
278
289
        done; \
279
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libspectre/Makefile'; \
280
 
        cd $(top_srcdir) && \
281
 
          $(AUTOMAKE) --foreign  libspectre/Makefile
 
290
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libspectre/Makefile'; \
 
291
        $(am__cd) $(top_srcdir) && \
 
292
          $(AUTOMAKE) --foreign libspectre/Makefile
282
293
.PRECIOUS: Makefile
283
294
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284
295
        @case '$?' in \
296
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
308
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
298
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
310
$(am__aclocal_m4_deps):
299
311
spectre-version.h: $(top_builddir)/config.status $(srcdir)/spectre-version.h.in
300
312
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
301
313
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
302
314
        @$(NORMAL_INSTALL)
303
315
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
304
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
316
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
317
        list2=; for p in $$list; do \
305
318
          if test -f $$p; then \
306
 
            f=$(am__strip_dir) \
307
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
308
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
319
            list2="$$list2 $$p"; \
309
320
          else :; fi; \
310
 
        done
 
321
        done; \
 
322
        test -z "$$list2" || { \
 
323
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
324
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
325
        }
311
326
 
312
327
uninstall-libLTLIBRARIES:
313
328
        @$(NORMAL_UNINSTALL)
314
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
315
 
          p=$(am__strip_dir) \
316
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
317
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
329
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
330
        for p in $$list; do \
 
331
          $(am__strip_dir) \
 
332
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
333
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
318
334
        done
319
335
 
320
336
clean-libLTLIBRARIES:
348
364
 
349
365
.c.o:
350
366
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
351
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
367
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
370
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
355
371
 
356
372
.c.obj:
357
373
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
358
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
374
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
377
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
362
378
 
363
379
.c.lo:
364
380
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
365
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
381
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
366
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
367
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
384
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
375
391
install-libspectreincludeHEADERS: $(libspectreinclude_HEADERS)
376
392
        @$(NORMAL_INSTALL)
377
393
        test -z "$(libspectreincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libspectreincludedir)"
378
 
        @list='$(libspectreinclude_HEADERS)'; for p in $$list; do \
 
394
        @list='$(libspectreinclude_HEADERS)'; test -n "$(libspectreincludedir)" || list=; \
 
395
        for p in $$list; do \
379
396
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380
 
          f=$(am__strip_dir) \
381
 
          echo " $(libspectreincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libspectreincludedir)/$$f'"; \
382
 
          $(libspectreincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libspectreincludedir)/$$f"; \
 
397
          echo "$$d$$p"; \
 
398
        done | $(am__base_list) | \
 
399
        while read files; do \
 
400
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libspectreincludedir)'"; \
 
401
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libspectreincludedir)" || exit $$?; \
383
402
        done
384
403
 
385
404
uninstall-libspectreincludeHEADERS:
386
405
        @$(NORMAL_UNINSTALL)
387
 
        @list='$(libspectreinclude_HEADERS)'; for p in $$list; do \
388
 
          f=$(am__strip_dir) \
389
 
          echo " rm -f '$(DESTDIR)$(libspectreincludedir)/$$f'"; \
390
 
          rm -f "$(DESTDIR)$(libspectreincludedir)/$$f"; \
391
 
        done
392
 
 
393
 
# This directory's subdirectories are mostly independent; you can cd
394
 
# into them and run `make' without going through this Makefile.
395
 
# To change the values of `make' variables: instead of editing Makefiles,
396
 
# (1) if the variable is set in `config.status', edit `config.status'
397
 
#     (which will cause the Makefiles to be regenerated when you run `make');
398
 
# (2) otherwise, pass the desired values on the `make' command line.
399
 
$(RECURSIVE_TARGETS):
400
 
        @failcom='exit 1'; \
401
 
        for f in x $$MAKEFLAGS; do \
402
 
          case $$f in \
403
 
            *=* | --[!k]*);; \
404
 
            *k*) failcom='fail=yes';; \
405
 
          esac; \
406
 
        done; \
407
 
        dot_seen=no; \
408
 
        target=`echo $@ | sed s/-recursive//`; \
409
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
410
 
          echo "Making $$target in $$subdir"; \
411
 
          if test "$$subdir" = "."; then \
412
 
            dot_seen=yes; \
413
 
            local_target="$$target-am"; \
414
 
          else \
415
 
            local_target="$$target"; \
416
 
          fi; \
417
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
418
 
          || eval $$failcom; \
419
 
        done; \
420
 
        if test "$$dot_seen" = "no"; then \
421
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
422
 
        fi; test -z "$$fail"
423
 
 
424
 
$(RECURSIVE_CLEAN_TARGETS):
425
 
        @failcom='exit 1'; \
426
 
        for f in x $$MAKEFLAGS; do \
427
 
          case $$f in \
428
 
            *=* | --[!k]*);; \
429
 
            *k*) failcom='fail=yes';; \
430
 
          esac; \
431
 
        done; \
432
 
        dot_seen=no; \
433
 
        case "$@" in \
434
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
435
 
          *) list='$(SUBDIRS)' ;; \
436
 
        esac; \
437
 
        rev=''; for subdir in $$list; do \
438
 
          if test "$$subdir" = "."; then :; else \
439
 
            rev="$$subdir $$rev"; \
440
 
          fi; \
441
 
        done; \
442
 
        rev="$$rev ."; \
443
 
        target=`echo $@ | sed s/-recursive//`; \
444
 
        for subdir in $$rev; do \
445
 
          echo "Making $$target in $$subdir"; \
446
 
          if test "$$subdir" = "."; then \
447
 
            local_target="$$target-am"; \
448
 
          else \
449
 
            local_target="$$target"; \
450
 
          fi; \
451
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
452
 
          || eval $$failcom; \
453
 
        done && test -z "$$fail"
454
 
tags-recursive:
455
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
456
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
457
 
        done
458
 
ctags-recursive:
459
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
460
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
461
 
        done
 
406
        @list='$(libspectreinclude_HEADERS)'; test -n "$(libspectreincludedir)" || list=; \
 
407
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
408
        test -n "$$files" || exit 0; \
 
409
        echo " ( cd '$(DESTDIR)$(libspectreincludedir)' && rm -f" $$files ")"; \
 
410
        cd "$(DESTDIR)$(libspectreincludedir)" && rm -f $$files
462
411
 
463
412
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
464
413
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
465
414
        unique=`for i in $$list; do \
466
415
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467
416
          done | \
468
 
          $(AWK) '    { files[$$0] = 1; } \
469
 
               END { for (i in files) print i; }'`; \
 
417
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
418
              END { if (nonempty) { for (i in files) print i; }; }'`; \
470
419
        mkid -fID $$unique
471
420
tags: TAGS
472
421
 
473
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
422
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
474
423
                $(TAGS_FILES) $(LISP)
475
 
        tags=; \
 
424
        set x; \
476
425
        here=`pwd`; \
477
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
478
 
          include_option=--etags-include; \
479
 
          empty_fix=.; \
480
 
        else \
481
 
          include_option=--include; \
482
 
          empty_fix=; \
483
 
        fi; \
484
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
485
 
          if test "$$subdir" = .; then :; else \
486
 
            test ! -f $$subdir/TAGS || \
487
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
488
 
          fi; \
489
 
        done; \
490
426
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
491
427
        unique=`for i in $$list; do \
492
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
493
429
          done | \
494
 
          $(AWK) '    { files[$$0] = 1; } \
495
 
               END { for (i in files) print i; }'`; \
496
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
430
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
431
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
432
        shift; \
 
433
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
497
434
          test -n "$$unique" || unique=$$empty_fix; \
498
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499
 
            $$tags $$unique; \
 
435
          if test $$# -gt 0; then \
 
436
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
437
              "$$@" $$unique; \
 
438
          else \
 
439
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
              $$unique; \
 
441
          fi; \
500
442
        fi
501
443
ctags: CTAGS
502
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
444
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
503
445
                $(TAGS_FILES) $(LISP)
504
 
        tags=; \
505
 
        here=`pwd`; \
506
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
507
447
        unique=`for i in $$list; do \
508
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509
449
          done | \
510
 
          $(AWK) '    { files[$$0] = 1; } \
511
 
               END { for (i in files) print i; }'`; \
512
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
452
        test -z "$(CTAGS_ARGS)$$unique" \
513
453
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
514
 
             $$tags $$unique
 
454
             $$unique
515
455
 
516
456
GTAGS:
517
457
        here=`$(am__cd) $(top_builddir) && pwd` \
518
 
          && cd $(top_srcdir) \
519
 
          && gtags -i $(GTAGS_ARGS) $$here
 
458
          && $(am__cd) $(top_srcdir) \
 
459
          && gtags -i $(GTAGS_ARGS) "$$here"
520
460
 
521
461
distclean-tags:
522
462
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537
477
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
538
478
          if test -d $$d/$$file; then \
539
479
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
480
            if test -d "$(distdir)/$$file"; then \
 
481
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
482
            fi; \
540
483
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
541
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
484
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
485
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542
486
            fi; \
543
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
487
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
544
488
          else \
545
 
            test -f $(distdir)/$$file \
546
 
            || cp -p $$d/$$file $(distdir)/$$file \
547
 
            || exit 1; \
548
 
          fi; \
549
 
        done
550
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
551
 
          if test "$$subdir" = .; then :; else \
552
 
            test -d "$(distdir)/$$subdir" \
553
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
554
 
            || exit 1; \
555
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
556
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
557
 
            (cd $$subdir && \
558
 
              $(MAKE) $(AM_MAKEFLAGS) \
559
 
                top_distdir="$$top_distdir" \
560
 
                distdir="$$distdir/$$subdir" \
561
 
                am__remove_distdir=: \
562
 
                am__skip_length_check=: \
563
 
                distdir) \
564
 
              || exit 1; \
 
489
            test -f "$(distdir)/$$file" \
 
490
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
491
            || exit 1; \
565
492
          fi; \
566
493
        done
567
494
check-am: all-am
568
 
check: check-recursive
 
495
check: check-am
569
496
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
570
 
installdirs: installdirs-recursive
571
 
installdirs-am:
 
497
installdirs:
572
498
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libspectreincludedir)"; do \
573
499
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
574
500
        done
575
 
install: install-recursive
576
 
install-exec: install-exec-recursive
577
 
install-data: install-data-recursive
578
 
uninstall: uninstall-recursive
 
501
install: install-am
 
502
install-exec: install-exec-am
 
503
install-data: install-data-am
 
504
uninstall: uninstall-am
579
505
 
580
506
install-am: all-am
581
507
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
582
508
 
583
 
installcheck: installcheck-recursive
 
509
installcheck: installcheck-am
584
510
install-strip:
585
511
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586
512
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592
518
 
593
519
distclean-generic:
594
520
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
521
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595
522
 
596
523
maintainer-clean-generic:
597
524
        @echo "This command is intended for maintainers to use"
598
525
        @echo "it deletes files that may require special tools to rebuild."
599
 
clean: clean-recursive
 
526
clean: clean-am
600
527
 
601
528
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
602
529
        mostlyclean-am
603
530
 
604
 
distclean: distclean-recursive
 
531
distclean: distclean-am
605
532
        -rm -rf ./$(DEPDIR)
606
533
        -rm -f Makefile
607
534
distclean-am: clean-am distclean-compile distclean-generic \
608
535
        distclean-tags
609
536
 
610
 
dvi: dvi-recursive
 
537
dvi: dvi-am
611
538
 
612
539
dvi-am:
613
540
 
614
 
html: html-recursive
615
 
 
616
 
info: info-recursive
 
541
html: html-am
 
542
 
 
543
html-am:
 
544
 
 
545
info: info-am
617
546
 
618
547
info-am:
619
548
 
620
549
install-data-am: install-libspectreincludeHEADERS
621
550
 
622
 
install-dvi: install-dvi-recursive
 
551
install-dvi: install-dvi-am
 
552
 
 
553
install-dvi-am:
623
554
 
624
555
install-exec-am: install-libLTLIBRARIES
625
556
 
626
 
install-html: install-html-recursive
627
 
 
628
 
install-info: install-info-recursive
 
557
install-html: install-html-am
 
558
 
 
559
install-html-am:
 
560
 
 
561
install-info: install-info-am
 
562
 
 
563
install-info-am:
629
564
 
630
565
install-man:
631
566
 
632
 
install-pdf: install-pdf-recursive
633
 
 
634
 
install-ps: install-ps-recursive
 
567
install-pdf: install-pdf-am
 
568
 
 
569
install-pdf-am:
 
570
 
 
571
install-ps: install-ps-am
 
572
 
 
573
install-ps-am:
635
574
 
636
575
installcheck-am:
637
576
 
638
 
maintainer-clean: maintainer-clean-recursive
 
577
maintainer-clean: maintainer-clean-am
639
578
        -rm -rf ./$(DEPDIR)
640
579
        -rm -f Makefile
641
580
maintainer-clean-am: distclean-am maintainer-clean-generic
642
581
 
643
 
mostlyclean: mostlyclean-recursive
 
582
mostlyclean: mostlyclean-am
644
583
 
645
584
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
646
585
        mostlyclean-libtool
647
586
 
648
 
pdf: pdf-recursive
 
587
pdf: pdf-am
649
588
 
650
589
pdf-am:
651
590
 
652
 
ps: ps-recursive
 
591
ps: ps-am
653
592
 
654
593
ps-am:
655
594
 
656
595
uninstall-am: uninstall-libLTLIBRARIES \
657
596
        uninstall-libspectreincludeHEADERS
658
597
 
659
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
660
 
        install-strip
661
 
 
662
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
663
 
        all all-am check check-am clean clean-generic \
664
 
        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
665
 
        distclean distclean-compile distclean-generic \
666
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
667
 
        html-am info info-am install install-am install-data \
668
 
        install-data-am install-dvi install-dvi-am install-exec \
669
 
        install-exec-am install-html install-html-am install-info \
670
 
        install-info-am install-libLTLIBRARIES \
671
 
        install-libspectreincludeHEADERS install-man install-pdf \
672
 
        install-pdf-am install-ps install-ps-am install-strip \
673
 
        installcheck installcheck-am installdirs installdirs-am \
674
 
        maintainer-clean maintainer-clean-generic mostlyclean \
675
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
676
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
677
 
        uninstall-libLTLIBRARIES uninstall-libspectreincludeHEADERS
 
598
.MAKE: install-am install-strip
 
599
 
 
600
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
601
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
602
        distclean-compile distclean-generic distclean-libtool \
 
603
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
604
        install install-am install-data install-data-am install-dvi \
 
605
        install-dvi-am install-exec install-exec-am install-html \
 
606
        install-html-am install-info install-info-am \
 
607
        install-libLTLIBRARIES install-libspectreincludeHEADERS \
 
608
        install-man install-pdf install-pdf-am install-ps \
 
609
        install-ps-am install-strip installcheck installcheck-am \
 
610
        installdirs maintainer-clean maintainer-clean-generic \
 
611
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
612
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
613
        uninstall-am uninstall-libLTLIBRARIES \
 
614
        uninstall-libspectreincludeHEADERS
 
615
 
678
616
 
679
617
# Tell versions [3.59,3.63) of GNU make to not export all variables.
680
618
# Otherwise a system limit (for SysV at least) may be exceeded.