Mercurial > hg > sv-dependency-builds
comparison win64-mingw/include/FLAC++/Makefile @ 120:c9cf28b398fb
Add win64-mingw builds
| author | Chris Cannam <cannam@all-day-breakfast.com> | 
|---|---|
| date | Thu, 30 Oct 2014 17:29:41 +0000 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 118:a8541380d3e0 | 120:c9cf28b398fb | 
|---|---|
| 1 # Makefile.in generated by automake 1.7.9 from Makefile.am. | |
| 2 # include/FLAC++/Makefile. Generated from Makefile.in by configure. | |
| 3 | |
| 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | |
| 5 # 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 | |
| 16 | |
| 17 # libFLAC++ - Free Lossless Audio Codec library | |
| 18 # Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson | |
| 19 # | |
| 20 # Redistribution and use in source and binary forms, with or without | |
| 21 # modification, are permitted provided that the following conditions | |
| 22 # are met: | |
| 23 # | |
| 24 # - Redistributions of source code must retain the above copyright | |
| 25 # notice, this list of conditions and the following disclaimer. | |
| 26 # | |
| 27 # - Redistributions in binary form must reproduce the above copyright | |
| 28 # notice, this list of conditions and the following disclaimer in the | |
| 29 # documentation and/or other materials provided with the distribution. | |
| 30 # | |
| 31 # - Neither the name of the Xiph.org Foundation nor the names of its | |
| 32 # contributors may be used to endorse or promote products derived from | |
| 33 # this software without specific prior written permission. | |
| 34 # | |
| 35 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
| 36 # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
| 37 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
| 38 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR | |
| 39 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | |
| 40 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
| 41 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | |
| 42 # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |
| 43 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | |
| 44 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
| 45 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| 46 | |
| 47 srcdir = . | |
| 48 top_srcdir = ../.. | |
| 49 | |
| 50 pkgdatadir = $(datadir)/flac | |
| 51 pkglibdir = $(libdir)/flac | |
| 52 pkgincludedir = $(includedir)/flac | |
| 53 top_builddir = ../.. | |
| 54 | |
| 55 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| 56 INSTALL = /usr/bin/install -c | |
| 57 install_sh_DATA = $(install_sh) -c -m 644 | |
| 58 install_sh_PROGRAM = $(install_sh) -c | |
| 59 install_sh_SCRIPT = $(install_sh) -c | |
| 60 INSTALL_HEADER = $(INSTALL_DATA) | |
| 61 transform = $(program_transform_name) | |
| 62 NORMAL_INSTALL = : | |
| 63 PRE_INSTALL = : | |
| 64 POST_INSTALL = : | |
| 65 NORMAL_UNINSTALL = : | |
| 66 PRE_UNINSTALL = : | |
| 67 POST_UNINSTALL = : | |
| 68 host_triplet = x86_64-unknown-windows | |
| 69 ACLOCAL = ${SHELL} /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/missing --run aclocal-1.7 | |
| 70 ACLOCAL_AMFLAGS = -I m4 | |
| 71 AMDEP_FALSE = # | |
| 72 AMDEP_TRUE = | |
| 73 AMTAR = ${SHELL} /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/missing --run tar | |
| 74 AR = ar | |
| 75 AS = gas | |
| 76 AUTOCONF = ${SHELL} /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/missing --run autoconf | |
| 77 AUTOHEADER = ${SHELL} /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/missing --run autoheader | |
| 78 AUTOMAKE = ${SHELL} /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/missing --run automake-1.7 | |
| 79 AWK = gawk | |
| 80 CC = x86_64-w64-mingw32-gcc -I/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/include -L/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/lib | |
| 81 CCAS = $(CC) | |
| 82 CCASFLAGS = $(CFLAGS) | |
| 83 CCDEPMODE = depmode=gcc3 | |
| 84 CFLAGS = -O3 -funroll-loops -finline-functions -Wall -W -Winline -g -O2 | |
| 85 CPP = x86_64-w64-mingw32-gcc -I/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/include -L/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/lib -E | |
| 86 CPPFLAGS = -DFLaC__INLINE=__inline__ -DNDEBUG -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include | |
| 87 CXX = x86_64-w64-mingw32-g++ -I/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/include -L/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/lib | |
| 88 CXXCPP = x86_64-w64-mingw32-g++ -I/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/include -L/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/lib -E | |
| 89 CXXDEPMODE = depmode=gcc3 | |
| 90 CXXFLAGS = -g -O2 | |
| 91 CYGPATH_W = echo | |
| 92 DEBUG_FALSE = | |
| 93 DEBUG_TRUE = # | |
| 94 DEFS = -DHAVE_CONFIG_H | |
| 95 DEPDIR = .deps | |
| 96 DOCBOOK_TO_MAN = | |
| 97 DOXYGEN = doxygen | |
| 98 ECHO = echo | |
| 99 ECHO_C = | |
| 100 ECHO_N = -n | |
| 101 ECHO_T = | |
| 102 EGREP = grep -E | |
| 103 EXEEXT = .exe | |
| 104 F77 = | |
| 105 FFLAGS = | |
| 106 FLAC__TEST_LEVEL = 1 | |
| 107 FLAC__TEST_WITH_VALGRIND = no | |
| 108 FLaC__CPU_IA32_FALSE = | |
| 109 FLaC__CPU_IA32_TRUE = # | |
| 110 FLaC__CPU_PPC_FALSE = | |
| 111 FLaC__CPU_PPC_TRUE = # | |
| 112 FLaC__CPU_SPARC_FALSE = | |
| 113 FLaC__CPU_SPARC_TRUE = # | |
| 114 FLaC__HAS_AS_FALSE = | |
| 115 FLaC__HAS_AS_TRUE = # | |
| 116 FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = | |
| 117 FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = # | |
| 118 FLaC__HAS_DOCBOOK_TO_MAN_FALSE = | |
| 119 FLaC__HAS_DOCBOOK_TO_MAN_TRUE = # | |
| 120 FLaC__HAS_DOXYGEN_FALSE = # | |
| 121 FLaC__HAS_DOXYGEN_TRUE = | |
| 122 FLaC__HAS_GAS_FALSE = # | |
| 123 FLaC__HAS_GAS_TRUE = | |
| 124 FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = | |
| 125 FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = # | |
| 126 FLaC__HAS_NASM_FALSE = | |
| 127 FLaC__HAS_NASM_TRUE = # | |
| 128 FLaC__HAS_OGG_FALSE = # | |
| 129 FLaC__HAS_OGG_TRUE = | |
| 130 FLaC__HAS_XMMS_FALSE = | |
| 131 FLaC__HAS_XMMS_TRUE = # | |
| 132 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = | |
| 133 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = # | |
| 134 FLaC__NO_ASM_FALSE = | |
| 135 FLaC__NO_ASM_TRUE = # | |
| 136 FLaC__SSE_OS_FALSE = | |
| 137 FLaC__SSE_OS_TRUE = # | |
| 138 FLaC__SYS_DARWIN_FALSE = | |
| 139 FLaC__SYS_DARWIN_TRUE = # | |
| 140 FLaC__SYS_LINUX_FALSE = | |
| 141 FLaC__SYS_LINUX_TRUE = # | |
| 142 FLaC__USE_3DNOW_FALSE = # | |
| 143 FLaC__USE_3DNOW_TRUE = | |
| 144 FLaC__USE_ALTIVEC_FALSE = # | |
| 145 FLaC__USE_ALTIVEC_TRUE = | |
| 146 FLaC__WITH_CPPLIBS_FALSE = # | |
| 147 FLaC__WITH_CPPLIBS_TRUE = | |
| 148 GAS = gas | |
| 149 INSTALL_DATA = ${INSTALL} -m 644 | |
| 150 INSTALL_PROGRAM = ${INSTALL} | |
| 151 INSTALL_SCRIPT = ${INSTALL} | |
| 152 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s | |
| 153 LDFLAGS = | |
| 154 LIBICONV = | |
| 155 LIBOBJS = | |
| 156 LIBS = | |
| 157 LIBTOOL = $(SHELL) $(top_builddir)/libtool | |
| 158 LN_S = ln -s | |
| 159 LTLIBICONV = | |
| 160 LTLIBOBJS = | |
| 161 MAINT = # | |
| 162 MAINTAINER_MODE_FALSE = | |
| 163 MAINTAINER_MODE_TRUE = # | |
| 164 MAKEINFO = ${SHELL} /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/missing --run makeinfo | |
| 165 MINGW_WINSOCK_LIBS = | |
| 166 NASM = | |
| 167 OBJEXT = o | |
| 168 OBJ_FORMAT = elf | |
| 169 OGG_CFLAGS = -I/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw//include | |
| 170 OGG_LIBS = -L/home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw//lib -logg | |
| 171 PACKAGE = flac | |
| 172 PACKAGE_BUGREPORT = | |
| 173 PACKAGE_NAME = | |
| 174 PACKAGE_STRING = | |
| 175 PACKAGE_TARNAME = | |
| 176 PACKAGE_VERSION = | |
| 177 PATH_SEPARATOR = : | |
| 178 RANLIB = ranlib | |
| 179 SET_MAKE = | |
| 180 SHELL = /bin/sh | |
| 181 STRIP = strip | |
| 182 VERSION = 1.2.1 | |
| 183 XMMS_CFLAGS = | |
| 184 XMMS_CONFIG = no | |
| 185 XMMS_DATA_DIR = | |
| 186 XMMS_EFFECT_PLUGIN_DIR = | |
| 187 XMMS_GENERAL_PLUGIN_DIR = | |
| 188 XMMS_INPUT_PLUGIN_DIR = | |
| 189 XMMS_LIBS = | |
| 190 XMMS_OUTPUT_PLUGIN_DIR = | |
| 191 XMMS_PLUGIN_DIR = | |
| 192 XMMS_VERSION = | |
| 193 XMMS_VISUALIZATION_PLUGIN_DIR = | |
| 194 ac_ct_AR = ar | |
| 195 ac_ct_CC = | |
| 196 ac_ct_CXX = | |
| 197 ac_ct_F77 = | |
| 198 ac_ct_RANLIB = ranlib | |
| 199 ac_ct_STRIP = strip | |
| 200 am__fastdepCC_FALSE = # | |
| 201 am__fastdepCC_TRUE = | |
| 202 am__fastdepCXX_FALSE = # | |
| 203 am__fastdepCXX_TRUE = | |
| 204 am__include = include | |
| 205 am__leading_dot = . | |
| 206 am__quote = | |
| 207 bindir = ${exec_prefix}/bin | |
| 208 build = x86_64-unknown-linux-gnu | |
| 209 build_alias = | |
| 210 build_cpu = x86_64 | |
| 211 build_os = linux-gnu | |
| 212 build_vendor = unknown | |
| 213 datadir = ${prefix}/share | |
| 214 exec_prefix = ${prefix} | |
| 215 host = x86_64-unknown-windows | |
| 216 host_alias = x86_64-unknown-windows | |
| 217 host_cpu = x86_64 | |
| 218 host_os = windows | |
| 219 host_vendor = unknown | |
| 220 includedir = ${prefix}/include | |
| 221 infodir = ${prefix}/info | |
| 222 install_sh = /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/install-sh | |
| 223 libdir = ${exec_prefix}/lib | |
| 224 libexecdir = ${exec_prefix}/libexec | |
| 225 localstatedir = ${prefix}/var | |
| 226 mandir = ${prefix}/man | |
| 227 oldincludedir = /usr/include | |
| 228 prefix = /home/cannam/code/sv-dependency-builds/src/flac-1.2.1/../../script/win64/../..//win64-mingw/ | |
| 229 program_transform_name = s,x,x, | |
| 230 sbindir = ${exec_prefix}/sbin | |
| 231 sharedstatedir = ${prefix}/com | |
| 232 sysconfdir = ${prefix}/etc | |
| 233 target_alias = | |
| 234 | |
| 235 flaccppincludedir = $(includedir)/FLAC++ | |
| 236 | |
| 237 flaccppinclude_HEADERS = \ | |
| 238 all.h \ | |
| 239 decoder.h \ | |
| 240 encoder.h \ | |
| 241 export.h \ | |
| 242 metadata.h | |
| 243 | |
| 244 subdir = include/FLAC++ | |
| 245 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 246 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| 247 CONFIG_HEADER = $(top_builddir)/config.h | |
| 248 CONFIG_CLEAN_FILES = | |
| 249 DIST_SOURCES = | |
| 250 HEADERS = $(flaccppinclude_HEADERS) | |
| 251 | |
| 252 DIST_COMMON = $(flaccppinclude_HEADERS) $(srcdir)/Makefile.in \ | |
| 253 Makefile.am | |
| 254 all: all-am | |
| 255 | |
| 256 .SUFFIXES: | |
| 257 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
| 258 cd $(top_srcdir) && \ | |
| 259 $(AUTOMAKE) --gnu include/FLAC++/Makefile | |
| 260 Makefile: # $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 261 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) | |
| 262 | |
| 263 mostlyclean-libtool: | |
| 264 -rm -f *.lo | |
| 265 | |
| 266 clean-libtool: | |
| 267 -rm -rf .libs _libs | |
| 268 | |
| 269 distclean-libtool: | |
| 270 -rm -f libtool | |
| 271 uninstall-info-am: | |
| 272 flaccppincludeHEADERS_INSTALL = $(INSTALL_HEADER) | |
| 273 install-flaccppincludeHEADERS: $(flaccppinclude_HEADERS) | |
| 274 @$(NORMAL_INSTALL) | |
| 275 $(mkinstalldirs) $(DESTDIR)$(flaccppincludedir) | |
| 276 @list='$(flaccppinclude_HEADERS)'; for p in $$list; do \ | |
| 277 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| 278 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
| 279 echo " $(flaccppincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccppincludedir)/$$f"; \ | |
| 280 $(flaccppincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccppincludedir)/$$f; \ | |
| 281 done | |
| 282 | |
| 283 uninstall-flaccppincludeHEADERS: | |
| 284 @$(NORMAL_UNINSTALL) | |
| 285 @list='$(flaccppinclude_HEADERS)'; for p in $$list; do \ | |
| 286 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
| 287 echo " rm -f $(DESTDIR)$(flaccppincludedir)/$$f"; \ | |
| 288 rm -f $(DESTDIR)$(flaccppincludedir)/$$f; \ | |
| 289 done | |
| 290 | |
| 291 ETAGS = etags | |
| 292 ETAGSFLAGS = | |
| 293 | |
| 294 CTAGS = ctags | |
| 295 CTAGSFLAGS = | |
| 296 | |
| 297 tags: TAGS | |
| 298 | |
| 299 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
| 300 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 301 unique=`for i in $$list; do \ | |
| 302 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 303 done | \ | |
| 304 $(AWK) ' { files[$$0] = 1; } \ | |
| 305 END { for (i in files) print i; }'`; \ | |
| 306 mkid -fID $$unique | |
| 307 | |
| 308 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 309 $(TAGS_FILES) $(LISP) | |
| 310 tags=; \ | |
| 311 here=`pwd`; \ | |
| 312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 313 unique=`for i in $$list; do \ | |
| 314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 315 done | \ | |
| 316 $(AWK) ' { files[$$0] = 1; } \ | |
| 317 END { for (i in files) print i; }'`; \ | |
| 318 test -z "$(ETAGS_ARGS)$$tags$$unique" \ | |
| 319 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 320 $$tags $$unique | |
| 321 | |
| 322 ctags: CTAGS | |
| 323 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 324 $(TAGS_FILES) $(LISP) | |
| 325 tags=; \ | |
| 326 here=`pwd`; \ | |
| 327 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 328 unique=`for i in $$list; do \ | |
| 329 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 330 done | \ | |
| 331 $(AWK) ' { files[$$0] = 1; } \ | |
| 332 END { for (i in files) print i; }'`; \ | |
| 333 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
| 334 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 335 $$tags $$unique | |
| 336 | |
| 337 GTAGS: | |
| 338 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 339 && cd $(top_srcdir) \ | |
| 340 && gtags -i $(GTAGS_ARGS) $$here | |
| 341 | |
| 342 distclean-tags: | |
| 343 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 344 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 345 | |
| 346 top_distdir = ../.. | |
| 347 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) | |
| 348 | |
| 349 distdir: $(DISTFILES) | |
| 350 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
| 351 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
| 352 list='$(DISTFILES)'; for file in $$list; do \ | |
| 353 case $$file in \ | |
| 354 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 355 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
| 356 esac; \ | |
| 357 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 358 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 359 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
| 360 dir="/$$dir"; \ | |
| 361 $(mkinstalldirs) "$(distdir)$$dir"; \ | |
| 362 else \ | |
| 363 dir=''; \ | |
| 364 fi; \ | |
| 365 if test -d $$d/$$file; then \ | |
| 366 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 367 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
| 368 fi; \ | |
| 369 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
| 370 else \ | |
| 371 test -f $(distdir)/$$file \ | |
| 372 || cp -p $$d/$$file $(distdir)/$$file \ | |
| 373 || exit 1; \ | |
| 374 fi; \ | |
| 375 done | |
| 376 check-am: all-am | |
| 377 check: check-am | |
| 378 all-am: Makefile $(HEADERS) | |
| 379 | |
| 380 installdirs: | |
| 381 $(mkinstalldirs) $(DESTDIR)$(flaccppincludedir) | |
| 382 install: install-am | |
| 383 install-exec: install-exec-am | |
| 384 install-data: install-data-am | |
| 385 uninstall: uninstall-am | |
| 386 | |
| 387 install-am: all-am | |
| 388 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 389 | |
| 390 installcheck: installcheck-am | |
| 391 install-strip: | |
| 392 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 393 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 394 `test -z '$(STRIP)' || \ | |
| 395 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| 396 mostlyclean-generic: | |
| 397 | |
| 398 clean-generic: | |
| 399 | |
| 400 distclean-generic: | |
| 401 -rm -f $(CONFIG_CLEAN_FILES) | |
| 402 | |
| 403 maintainer-clean-generic: | |
| 404 @echo "This command is intended for maintainers to use" | |
| 405 @echo "it deletes files that may require special tools to rebuild." | |
| 406 clean: clean-am | |
| 407 | |
| 408 clean-am: clean-generic clean-libtool mostlyclean-am | |
| 409 | |
| 410 distclean: distclean-am | |
| 411 -rm -f Makefile | |
| 412 distclean-am: clean-am distclean-generic distclean-libtool \ | |
| 413 distclean-tags | |
| 414 | |
| 415 dvi: dvi-am | |
| 416 | |
| 417 dvi-am: | |
| 418 | |
| 419 info: info-am | |
| 420 | |
| 421 info-am: | |
| 422 | |
| 423 install-data-am: install-flaccppincludeHEADERS | |
| 424 | |
| 425 install-exec-am: | |
| 426 | |
| 427 install-info: install-info-am | |
| 428 | |
| 429 install-man: | |
| 430 | |
| 431 installcheck-am: | |
| 432 | |
| 433 maintainer-clean: maintainer-clean-am | |
| 434 -rm -f Makefile | |
| 435 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 436 | |
| 437 mostlyclean: mostlyclean-am | |
| 438 | |
| 439 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
| 440 | |
| 441 pdf: pdf-am | |
| 442 | |
| 443 pdf-am: | |
| 444 | |
| 445 ps: ps-am | |
| 446 | |
| 447 ps-am: | |
| 448 | |
| 449 uninstall-am: uninstall-flaccppincludeHEADERS uninstall-info-am | |
| 450 | |
| 451 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
| 452 clean-libtool ctags distclean distclean-generic \ | |
| 453 distclean-libtool distclean-tags distdir dvi dvi-am info \ | |
| 454 info-am install install-am install-data install-data-am \ | |
| 455 install-exec install-exec-am install-flaccppincludeHEADERS \ | |
| 456 install-info install-info-am install-man install-strip \ | |
| 457 installcheck installcheck-am installdirs maintainer-clean \ | |
| 458 maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
| 459 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ | |
| 460 uninstall-am uninstall-flaccppincludeHEADERS uninstall-info-am | |
| 461 | |
| 462 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 463 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 464 .NOEXPORT: | 
