ce188d4d |
1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
2 | # @configure_input@ |
3 | |
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
5 | |
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 | # libFLAC++ - Free Lossless Audio Codec library |
18 | # Copyright (C) 2002-2009 Josh Coalson |
19 | # Copyright (C) 2011-2016 Xiph.Org Foundation |
20 | # |
21 | # Redistribution and use in source and binary forms, with or without |
22 | # modification, are permitted provided that the following conditions |
23 | # are met: |
24 | # |
25 | # - Redistributions of source code must retain the above copyright |
26 | # notice, this list of conditions and the following disclaimer. |
27 | # |
28 | # - Redistributions in binary form must reproduce the above copyright |
29 | # notice, this list of conditions and the following disclaimer in the |
30 | # documentation and/or other materials provided with the distribution. |
31 | # |
32 | # - Neither the name of the Xiph.org Foundation nor the names of its |
33 | # contributors may be used to endorse or promote products derived from |
34 | # this software without specific prior written permission. |
35 | # |
36 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
37 | # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
38 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
39 | # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR |
40 | # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
41 | # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
42 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
43 | # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
44 | # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
45 | # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
46 | # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
47 | |
48 | VPATH = @srcdir@ |
49 | am__is_gnu_make = { \ |
50 | if test -z '$(MAKELEVEL)'; then \ |
51 | false; \ |
52 | elif test -n '$(MAKE_HOST)'; then \ |
53 | true; \ |
54 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
55 | true; \ |
56 | else \ |
57 | false; \ |
58 | fi; \ |
59 | } |
60 | am__make_running_with_option = \ |
61 | case $${target_option-} in \ |
62 | ?) ;; \ |
63 | *) echo "am__make_running_with_option: internal error: invalid" \ |
64 | "target option '$${target_option-}' specified" >&2; \ |
65 | exit 1;; \ |
66 | esac; \ |
67 | has_opt=no; \ |
68 | sane_makeflags=$$MAKEFLAGS; \ |
69 | if $(am__is_gnu_make); then \ |
70 | sane_makeflags=$$MFLAGS; \ |
71 | else \ |
72 | case $$MAKEFLAGS in \ |
73 | *\\[\ \ ]*) \ |
74 | bs=\\; \ |
75 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
76 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
77 | esac; \ |
78 | fi; \ |
79 | skip_next=no; \ |
80 | strip_trailopt () \ |
81 | { \ |
82 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
83 | }; \ |
84 | for flg in $$sane_makeflags; do \ |
85 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
86 | case $$flg in \ |
87 | *=*|--*) continue;; \ |
88 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
89 | -*I?*) strip_trailopt 'I';; \ |
90 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
91 | -*O?*) strip_trailopt 'O';; \ |
92 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
93 | -*l?*) strip_trailopt 'l';; \ |
94 | -[dEDm]) skip_next=yes;; \ |
95 | -[JT]) skip_next=yes;; \ |
96 | esac; \ |
97 | case $$flg in \ |
98 | *$$target_option*) has_opt=yes; break;; \ |
99 | esac; \ |
100 | done; \ |
101 | test $$has_opt = yes |
102 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
103 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
104 | pkgdatadir = $(datadir)/@PACKAGE@ |
105 | pkgincludedir = $(includedir)/@PACKAGE@ |
106 | pkglibdir = $(libdir)/@PACKAGE@ |
107 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
108 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
109 | install_sh_DATA = $(install_sh) -c -m 644 |
110 | install_sh_PROGRAM = $(install_sh) -c |
111 | install_sh_SCRIPT = $(install_sh) -c |
112 | INSTALL_HEADER = $(INSTALL_DATA) |
113 | transform = $(program_transform_name) |
114 | NORMAL_INSTALL = : |
115 | PRE_INSTALL = : |
116 | POST_INSTALL = : |
117 | NORMAL_UNINSTALL = : |
118 | PRE_UNINSTALL = : |
119 | POST_UNINSTALL = : |
120 | build_triplet = @build@ |
121 | host_triplet = @host@ |
122 | subdir = include/FLAC++ |
123 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
124 | am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \ |
125 | $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \ |
126 | $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \ |
127 | $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \ |
128 | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ |
129 | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ |
130 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
131 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
132 | $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \ |
133 | $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \ |
134 | $(top_srcdir)/configure.ac |
135 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
136 | $(ACLOCAL_M4) |
137 | DIST_COMMON = $(srcdir)/Makefile.am $(flaccppinclude_HEADERS) \ |
138 | $(am__DIST_COMMON) |
139 | mkinstalldirs = $(install_sh) -d |
140 | CONFIG_HEADER = $(top_builddir)/config.h |
141 | CONFIG_CLEAN_FILES = |
142 | CONFIG_CLEAN_VPATH_FILES = |
143 | AM_V_P = $(am__v_P_@AM_V@) |
144 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
145 | am__v_P_0 = false |
146 | am__v_P_1 = : |
147 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
148 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
149 | am__v_GEN_0 = @echo " GEN " $@; |
150 | am__v_GEN_1 = |
151 | AM_V_at = $(am__v_at_@AM_V@) |
152 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
153 | am__v_at_0 = @ |
154 | am__v_at_1 = |
155 | SOURCES = |
156 | DIST_SOURCES = |
157 | am__can_run_installinfo = \ |
158 | case $$AM_UPDATE_INFO_DIR in \ |
159 | n|no|NO) false;; \ |
160 | *) (install-info --version) >/dev/null 2>&1;; \ |
161 | esac |
162 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
163 | am__vpath_adj = case $$p in \ |
164 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
165 | *) f=$$p;; \ |
166 | esac; |
167 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
168 | am__install_max = 40 |
169 | am__nobase_strip_setup = \ |
170 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
171 | am__nobase_strip = \ |
172 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
173 | am__nobase_list = $(am__nobase_strip_setup); \ |
174 | for p in $$list; do echo "$$p $$p"; done | \ |
175 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
176 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
177 | if (++n[$$2] == $(am__install_max)) \ |
178 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
179 | END { for (dir in files) print dir, files[dir] }' |
180 | am__base_list = \ |
181 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
182 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
183 | am__uninstall_files_from_dir = { \ |
184 | test -z "$$files" \ |
185 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
186 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
187 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
188 | } |
189 | am__installdirs = "$(DESTDIR)$(flaccppincludedir)" |
190 | HEADERS = $(flaccppinclude_HEADERS) |
191 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
192 | # Read a list of newline-separated strings from the standard input, |
193 | # and print each of them once, without duplicates. Input order is |
194 | # *not* preserved. |
195 | am__uniquify_input = $(AWK) '\ |
196 | BEGIN { nonempty = 0; } \ |
197 | { items[$$0] = 1; nonempty = 1; } \ |
198 | END { if (nonempty) { for (i in items) print i; }; } \ |
199 | ' |
200 | # Make sure the list of sources is unique. This is necessary because, |
201 | # e.g., the same source file might be shared among _SOURCES variables |
202 | # for different programs/libraries. |
203 | am__define_uniq_tagged_files = \ |
204 | list='$(am__tagged_files)'; \ |
205 | unique=`for i in $$list; do \ |
206 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
207 | done | $(am__uniquify_input)` |
208 | ETAGS = etags |
209 | CTAGS = ctags |
210 | am__DIST_COMMON = $(srcdir)/Makefile.in |
211 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
212 | ACLOCAL = @ACLOCAL@ |
213 | AMTAR = @AMTAR@ |
214 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
215 | AR = @AR@ |
216 | AS = @AS@ |
217 | AUTOCONF = @AUTOCONF@ |
218 | AUTOHEADER = @AUTOHEADER@ |
219 | AUTOMAKE = @AUTOMAKE@ |
220 | AWK = @AWK@ |
221 | CC = @CC@ |
222 | CCAS = @CCAS@ |
223 | CCASDEPMODE = @CCASDEPMODE@ |
224 | CCASFLAGS = @CCASFLAGS@ |
225 | CCDEPMODE = @CCDEPMODE@ |
226 | CFLAGS = @CFLAGS@ |
227 | CPP = @CPP@ |
228 | CPPFLAGS = @CPPFLAGS@ |
229 | CXX = @CXX@ |
230 | CXXCPP = @CXXCPP@ |
231 | CXXDEPMODE = @CXXDEPMODE@ |
232 | CXXFLAGS = @CXXFLAGS@ |
233 | CYGPATH_W = @CYGPATH_W@ |
234 | DEFS = @DEFS@ |
235 | DEPDIR = @DEPDIR@ |
236 | DLLTOOL = @DLLTOOL@ |
237 | DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ |
238 | DOXYGEN = @DOXYGEN@ |
239 | DSYMUTIL = @DSYMUTIL@ |
240 | DUMPBIN = @DUMPBIN@ |
241 | ECHO_C = @ECHO_C@ |
242 | ECHO_N = @ECHO_N@ |
243 | ECHO_T = @ECHO_T@ |
244 | EGREP = @EGREP@ |
245 | ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@ |
246 | EXEEXT = @EXEEXT@ |
247 | FGREP = @FGREP@ |
248 | FLAC__HAS_OGG = @FLAC__HAS_OGG@ |
249 | FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ |
250 | FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ |
251 | GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ |
252 | GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ |
253 | GCC_VERSION = @GCC_VERSION@ |
254 | GREP = @GREP@ |
255 | INSTALL = @INSTALL@ |
256 | INSTALL_DATA = @INSTALL_DATA@ |
257 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
258 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
259 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
260 | LD = @LD@ |
261 | LDFLAGS = @LDFLAGS@ |
262 | LIBICONV = @LIBICONV@ |
263 | LIBOBJS = @LIBOBJS@ |
264 | LIBS = @LIBS@ |
265 | LIBTOOL = @LIBTOOL@ |
266 | LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ |
267 | LIPO = @LIPO@ |
268 | LN_S = @LN_S@ |
269 | LTLIBICONV = @LTLIBICONV@ |
270 | LTLIBOBJS = @LTLIBOBJS@ |
271 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
272 | MAKEINFO = @MAKEINFO@ |
273 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
274 | MKDIR_P = @MKDIR_P@ |
275 | NASM = @NASM@ |
276 | NM = @NM@ |
277 | NMEDIT = @NMEDIT@ |
278 | OBJDUMP = @OBJDUMP@ |
279 | OBJEXT = @OBJEXT@ |
280 | OBJ_FORMAT = @OBJ_FORMAT@ |
281 | OGG_CFLAGS = @OGG_CFLAGS@ |
282 | OGG_LIBS = @OGG_LIBS@ |
283 | OGG_PACKAGE = @OGG_PACKAGE@ |
284 | OTOOL = @OTOOL@ |
285 | OTOOL64 = @OTOOL64@ |
286 | PACKAGE = @PACKAGE@ |
287 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
288 | PACKAGE_NAME = @PACKAGE_NAME@ |
289 | PACKAGE_STRING = @PACKAGE_STRING@ |
290 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
291 | PACKAGE_URL = @PACKAGE_URL@ |
292 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
293 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
294 | RANLIB = @RANLIB@ |
295 | SED = @SED@ |
296 | SET_MAKE = @SET_MAKE@ |
297 | SHELL = @SHELL@ |
298 | STRIP = @STRIP@ |
299 | VERSION = @VERSION@ |
300 | XMMS_CFLAGS = @XMMS_CFLAGS@ |
301 | XMMS_CONFIG = @XMMS_CONFIG@ |
302 | XMMS_DATA_DIR = @XMMS_DATA_DIR@ |
303 | XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ |
304 | XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ |
305 | XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ |
306 | XMMS_LIBS = @XMMS_LIBS@ |
307 | XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ |
308 | XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ |
309 | XMMS_VERSION = @XMMS_VERSION@ |
310 | XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ |
311 | abs_builddir = @abs_builddir@ |
312 | abs_srcdir = @abs_srcdir@ |
313 | abs_top_builddir = @abs_top_builddir@ |
314 | abs_top_srcdir = @abs_top_srcdir@ |
315 | ac_ct_AR = @ac_ct_AR@ |
316 | ac_ct_CC = @ac_ct_CC@ |
317 | ac_ct_CXX = @ac_ct_CXX@ |
318 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
319 | am__include = @am__include@ |
320 | am__leading_dot = @am__leading_dot@ |
321 | am__quote = @am__quote@ |
322 | am__tar = @am__tar@ |
323 | am__untar = @am__untar@ |
324 | bindir = @bindir@ |
325 | build = @build@ |
326 | build_alias = @build_alias@ |
327 | build_cpu = @build_cpu@ |
328 | build_os = @build_os@ |
329 | build_vendor = @build_vendor@ |
330 | builddir = @builddir@ |
331 | datadir = @datadir@ |
332 | datarootdir = @datarootdir@ |
333 | docdir = @docdir@ |
334 | dvidir = @dvidir@ |
335 | exec_prefix = @exec_prefix@ |
336 | host = @host@ |
337 | host_alias = @host_alias@ |
338 | host_cpu = @host_cpu@ |
339 | host_os = @host_os@ |
340 | host_vendor = @host_vendor@ |
341 | htmldir = @htmldir@ |
342 | includedir = @includedir@ |
343 | infodir = @infodir@ |
344 | install_sh = @install_sh@ |
345 | libdir = @libdir@ |
346 | libexecdir = @libexecdir@ |
347 | localedir = @localedir@ |
348 | localstatedir = @localstatedir@ |
349 | mandir = @mandir@ |
350 | mkdir_p = @mkdir_p@ |
351 | oldincludedir = @oldincludedir@ |
352 | pdfdir = @pdfdir@ |
353 | prefix = @prefix@ |
354 | program_transform_name = @program_transform_name@ |
355 | psdir = @psdir@ |
356 | runstatedir = @runstatedir@ |
357 | sbindir = @sbindir@ |
358 | sharedstatedir = @sharedstatedir@ |
359 | srcdir = @srcdir@ |
360 | sysconfdir = @sysconfdir@ |
361 | target_alias = @target_alias@ |
362 | top_build_prefix = @top_build_prefix@ |
363 | top_builddir = @top_builddir@ |
364 | top_srcdir = @top_srcdir@ |
365 | flaccppincludedir = $(includedir)/FLAC++ |
366 | AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include |
367 | flaccppinclude_HEADERS = \ |
368 | all.h \ |
369 | decoder.h \ |
370 | encoder.h \ |
371 | export.h \ |
372 | metadata.h |
373 | |
374 | all: all-am |
375 | |
376 | .SUFFIXES: |
377 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
378 | @for dep in $?; do \ |
379 | case '$(am__configure_deps)' in \ |
380 | *$$dep*) \ |
381 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
382 | && { if test -f $@; then exit 0; else break; fi; }; \ |
383 | exit 1;; \ |
384 | esac; \ |
385 | done; \ |
386 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/FLAC++/Makefile'; \ |
387 | $(am__cd) $(top_srcdir) && \ |
388 | $(AUTOMAKE) --foreign include/FLAC++/Makefile |
389 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
390 | @case '$?' in \ |
391 | *config.status*) \ |
392 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
393 | *) \ |
394 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
395 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
396 | esac; |
397 | |
398 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
399 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
400 | |
401 | $(top_srcdir)/configure: $(am__configure_deps) |
402 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
403 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
404 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
405 | $(am__aclocal_m4_deps): |
406 | |
407 | mostlyclean-libtool: |
408 | -rm -f *.lo |
409 | |
410 | clean-libtool: |
411 | -rm -rf .libs _libs |
412 | install-flaccppincludeHEADERS: $(flaccppinclude_HEADERS) |
413 | @$(NORMAL_INSTALL) |
414 | @list='$(flaccppinclude_HEADERS)'; test -n "$(flaccppincludedir)" || list=; \ |
415 | if test -n "$$list"; then \ |
416 | echo " $(MKDIR_P) '$(DESTDIR)$(flaccppincludedir)'"; \ |
417 | $(MKDIR_P) "$(DESTDIR)$(flaccppincludedir)" || exit 1; \ |
418 | fi; \ |
419 | for p in $$list; do \ |
420 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
421 | echo "$$d$$p"; \ |
422 | done | $(am__base_list) | \ |
423 | while read files; do \ |
424 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(flaccppincludedir)'"; \ |
425 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(flaccppincludedir)" || exit $$?; \ |
426 | done |
427 | |
428 | uninstall-flaccppincludeHEADERS: |
429 | @$(NORMAL_UNINSTALL) |
430 | @list='$(flaccppinclude_HEADERS)'; test -n "$(flaccppincludedir)" || list=; \ |
431 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
432 | dir='$(DESTDIR)$(flaccppincludedir)'; $(am__uninstall_files_from_dir) |
433 | |
434 | ID: $(am__tagged_files) |
435 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
436 | tags: tags-am |
437 | TAGS: tags |
438 | |
439 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
440 | set x; \ |
441 | here=`pwd`; \ |
442 | $(am__define_uniq_tagged_files); \ |
443 | shift; \ |
444 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
445 | test -n "$$unique" || unique=$$empty_fix; \ |
446 | if test $$# -gt 0; then \ |
447 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
448 | "$$@" $$unique; \ |
449 | else \ |
450 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
451 | $$unique; \ |
452 | fi; \ |
453 | fi |
454 | ctags: ctags-am |
455 | |
456 | CTAGS: ctags |
457 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
458 | $(am__define_uniq_tagged_files); \ |
459 | test -z "$(CTAGS_ARGS)$$unique" \ |
460 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
461 | $$unique |
462 | |
463 | GTAGS: |
464 | here=`$(am__cd) $(top_builddir) && pwd` \ |
465 | && $(am__cd) $(top_srcdir) \ |
466 | && gtags -i $(GTAGS_ARGS) "$$here" |
467 | cscopelist: cscopelist-am |
468 | |
469 | cscopelist-am: $(am__tagged_files) |
470 | list='$(am__tagged_files)'; \ |
471 | case "$(srcdir)" in \ |
472 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
473 | *) sdir=$(subdir)/$(srcdir) ;; \ |
474 | esac; \ |
475 | for i in $$list; do \ |
476 | if test -f "$$i"; then \ |
477 | echo "$(subdir)/$$i"; \ |
478 | else \ |
479 | echo "$$sdir/$$i"; \ |
480 | fi; \ |
481 | done >> $(top_builddir)/cscope.files |
482 | |
483 | distclean-tags: |
484 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
485 | |
486 | distdir: $(DISTFILES) |
487 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
488 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
489 | list='$(DISTFILES)'; \ |
490 | dist_files=`for file in $$list; do echo $$file; done | \ |
491 | sed -e "s|^$$srcdirstrip/||;t" \ |
492 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
493 | case $$dist_files in \ |
494 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
495 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
496 | sort -u` ;; \ |
497 | esac; \ |
498 | for file in $$dist_files; do \ |
499 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
500 | if test -d $$d/$$file; then \ |
501 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
502 | if test -d "$(distdir)/$$file"; then \ |
503 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
504 | fi; \ |
505 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
506 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
507 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
508 | fi; \ |
509 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
510 | else \ |
511 | test -f "$(distdir)/$$file" \ |
512 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
513 | || exit 1; \ |
514 | fi; \ |
515 | done |
516 | check-am: all-am |
517 | check: check-am |
518 | all-am: Makefile $(HEADERS) |
519 | installdirs: |
520 | for dir in "$(DESTDIR)$(flaccppincludedir)"; do \ |
521 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
522 | done |
523 | install: install-am |
524 | install-exec: install-exec-am |
525 | install-data: install-data-am |
526 | uninstall: uninstall-am |
527 | |
528 | install-am: all-am |
529 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
530 | |
531 | installcheck: installcheck-am |
532 | install-strip: |
533 | if test -z '$(STRIP)'; then \ |
534 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
535 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
536 | install; \ |
537 | else \ |
538 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
539 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
540 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
541 | fi |
542 | mostlyclean-generic: |
543 | |
544 | clean-generic: |
545 | |
546 | distclean-generic: |
547 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
548 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
549 | |
550 | maintainer-clean-generic: |
551 | @echo "This command is intended for maintainers to use" |
552 | @echo "it deletes files that may require special tools to rebuild." |
553 | clean: clean-am |
554 | |
555 | clean-am: clean-generic clean-libtool mostlyclean-am |
556 | |
557 | distclean: distclean-am |
558 | -rm -f Makefile |
559 | distclean-am: clean-am distclean-generic distclean-tags |
560 | |
561 | dvi: dvi-am |
562 | |
563 | dvi-am: |
564 | |
565 | html: html-am |
566 | |
567 | html-am: |
568 | |
569 | info: info-am |
570 | |
571 | info-am: |
572 | |
573 | install-data-am: install-flaccppincludeHEADERS |
574 | |
575 | install-dvi: install-dvi-am |
576 | |
577 | install-dvi-am: |
578 | |
579 | install-exec-am: |
580 | |
581 | install-html: install-html-am |
582 | |
583 | install-html-am: |
584 | |
585 | install-info: install-info-am |
586 | |
587 | install-info-am: |
588 | |
589 | install-man: |
590 | |
591 | install-pdf: install-pdf-am |
592 | |
593 | install-pdf-am: |
594 | |
595 | install-ps: install-ps-am |
596 | |
597 | install-ps-am: |
598 | |
599 | installcheck-am: |
600 | |
601 | maintainer-clean: maintainer-clean-am |
602 | -rm -f Makefile |
603 | maintainer-clean-am: distclean-am maintainer-clean-generic |
604 | |
605 | mostlyclean: mostlyclean-am |
606 | |
607 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
608 | |
609 | pdf: pdf-am |
610 | |
611 | pdf-am: |
612 | |
613 | ps: ps-am |
614 | |
615 | ps-am: |
616 | |
617 | uninstall-am: uninstall-flaccppincludeHEADERS |
618 | |
619 | .MAKE: install-am install-strip |
620 | |
621 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
622 | clean-libtool cscopelist-am ctags ctags-am distclean \ |
623 | distclean-generic distclean-libtool distclean-tags distdir dvi \ |
624 | dvi-am html html-am info info-am install install-am \ |
625 | install-data install-data-am install-dvi install-dvi-am \ |
626 | install-exec install-exec-am install-flaccppincludeHEADERS \ |
627 | install-html install-html-am install-info install-info-am \ |
628 | install-man install-pdf install-pdf-am install-ps \ |
629 | install-ps-am install-strip installcheck installcheck-am \ |
630 | installdirs maintainer-clean maintainer-clean-generic \ |
631 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
632 | ps ps-am tags tags-am uninstall uninstall-am \ |
633 | uninstall-flaccppincludeHEADERS |
634 | |
635 | .PRECIOUS: Makefile |
636 | |
637 | |
638 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
639 | # Otherwise a system limit (for SysV at least) may be exceeded. |
640 | .NOEXPORT: |