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

« back to all changes in this revision

Viewing changes to libspectre/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Rosewarne
  • Date: 2008-01-06 21:58:55 UTC
  • Revision ID: james.westby@ubuntu.com-20080106215855-zmmkfhf4m3190zsj
Tags: upstream-0.2.0.ds
ImportĀ upstreamĀ versionĀ 0.2.0.ds

Show diffs side-by-side

added added

removed removed

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