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) 2000,2001,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 flaccincludedir = $(includedir)/FLAC | |
| 236 | |
| 237 flaccinclude_HEADERS = \ | |
| 238 all.h \ | |
| 239 assert.h \ | |
| 240 callback.h \ | |
| 241 export.h \ | |
| 242 format.h \ | |
| 243 metadata.h \ | |
| 244 ordinals.h \ | |
| 245 stream_decoder.h \ | |
| 246 stream_encoder.h | |
| 247 | |
| 248 subdir = include/FLAC | |
| 249 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 250 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| 251 CONFIG_HEADER = $(top_builddir)/config.h | |
| 252 CONFIG_CLEAN_FILES = | |
| 253 DIST_SOURCES = | |
| 254 HEADERS = $(flaccinclude_HEADERS) | |
| 255 | |
| 256 DIST_COMMON = $(flaccinclude_HEADERS) $(srcdir)/Makefile.in Makefile.am | |
| 257 all: all-am | |
| 258 | |
| 259 .SUFFIXES: | |
| 260 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
| 261 cd $(top_srcdir) && \ | |
| 262 $(AUTOMAKE) --gnu include/FLAC/Makefile | |
| 263 Makefile: # $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 264 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) | |
| 265 | |
| 266 mostlyclean-libtool: | |
| 267 -rm -f *.lo | |
| 268 | |
| 269 clean-libtool: | |
| 270 -rm -rf .libs _libs | |
| 271 | |
| 272 distclean-libtool: | |
| 273 -rm -f libtool | |
| 274 uninstall-info-am: | |
| 275 flaccincludeHEADERS_INSTALL = $(INSTALL_HEADER) | |
| 276 install-flaccincludeHEADERS: $(flaccinclude_HEADERS) | |
| 277 @$(NORMAL_INSTALL) | |
| 278 $(mkinstalldirs) $(DESTDIR)$(flaccincludedir) | |
| 279 @list='$(flaccinclude_HEADERS)'; for p in $$list; do \ | |
| 280 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| 281 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
| 282 echo " $(flaccincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccincludedir)/$$f"; \ | |
| 283 $(flaccincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccincludedir)/$$f; \ | |
| 284 done | |
| 285 | |
| 286 uninstall-flaccincludeHEADERS: | |
| 287 @$(NORMAL_UNINSTALL) | |
| 288 @list='$(flaccinclude_HEADERS)'; for p in $$list; do \ | |
| 289 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
| 290 echo " rm -f $(DESTDIR)$(flaccincludedir)/$$f"; \ | |
| 291 rm -f $(DESTDIR)$(flaccincludedir)/$$f; \ | |
| 292 done | |
| 293 | |
| 294 ETAGS = etags | |
| 295 ETAGSFLAGS = | |
| 296 | |
| 297 CTAGS = ctags | |
| 298 CTAGSFLAGS = | |
| 299 | |
| 300 tags: TAGS | |
| 301 | |
| 302 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
| 303 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 304 unique=`for i in $$list; do \ | |
| 305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 306 done | \ | |
| 307 $(AWK) ' { files[$$0] = 1; } \ | |
| 308 END { for (i in files) print i; }'`; \ | |
| 309 mkid -fID $$unique | |
| 310 | |
| 311 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 312 $(TAGS_FILES) $(LISP) | |
| 313 tags=; \ | |
| 314 here=`pwd`; \ | |
| 315 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 316 unique=`for i in $$list; do \ | |
| 317 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 318 done | \ | |
| 319 $(AWK) ' { files[$$0] = 1; } \ | |
| 320 END { for (i in files) print i; }'`; \ | |
| 321 test -z "$(ETAGS_ARGS)$$tags$$unique" \ | |
| 322 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 323 $$tags $$unique | |
| 324 | |
| 325 ctags: CTAGS | |
| 326 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 327 $(TAGS_FILES) $(LISP) | |
| 328 tags=; \ | |
| 329 here=`pwd`; \ | |
| 330 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 331 unique=`for i in $$list; do \ | |
| 332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 333 done | \ | |
| 334 $(AWK) ' { files[$$0] = 1; } \ | |
| 335 END { for (i in files) print i; }'`; \ | |
| 336 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
| 337 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 338 $$tags $$unique | |
| 339 | |
| 340 GTAGS: | |
| 341 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 342 && cd $(top_srcdir) \ | |
| 343 && gtags -i $(GTAGS_ARGS) $$here | |
| 344 | |
| 345 distclean-tags: | |
| 346 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 347 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 348 | |
| 349 top_distdir = ../.. | |
| 350 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) | |
| 351 | |
| 352 distdir: $(DISTFILES) | |
| 353 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
| 354 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
| 355 list='$(DISTFILES)'; for file in $$list; do \ | |
| 356 case $$file in \ | |
| 357 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 358 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
| 359 esac; \ | |
| 360 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 361 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 362 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
| 363 dir="/$$dir"; \ | |
| 364 $(mkinstalldirs) "$(distdir)$$dir"; \ | |
| 365 else \ | |
| 366 dir=''; \ | |
| 367 fi; \ | |
| 368 if test -d $$d/$$file; then \ | |
| 369 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 370 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
| 371 fi; \ | |
| 372 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
| 373 else \ | |
| 374 test -f $(distdir)/$$file \ | |
| 375 || cp -p $$d/$$file $(distdir)/$$file \ | |
| 376 || exit 1; \ | |
| 377 fi; \ | |
| 378 done | |
| 379 check-am: all-am | |
| 380 check: check-am | |
| 381 all-am: Makefile $(HEADERS) | |
| 382 | |
| 383 installdirs: | |
| 384 $(mkinstalldirs) $(DESTDIR)$(flaccincludedir) | |
| 385 install: install-am | |
| 386 install-exec: install-exec-am | |
| 387 install-data: install-data-am | |
| 388 uninstall: uninstall-am | |
| 389 | |
| 390 install-am: all-am | |
| 391 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 392 | |
| 393 installcheck: installcheck-am | |
| 394 install-strip: | |
| 395 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 396 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 397 `test -z '$(STRIP)' || \ | |
| 398 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| 399 mostlyclean-generic: | |
| 400 | |
| 401 clean-generic: | |
| 402 | |
| 403 distclean-generic: | |
| 404 -rm -f $(CONFIG_CLEAN_FILES) | |
| 405 | |
| 406 maintainer-clean-generic: | |
| 407 @echo "This command is intended for maintainers to use" | |
| 408 @echo "it deletes files that may require special tools to rebuild." | |
| 409 clean: clean-am | |
| 410 | |
| 411 clean-am: clean-generic clean-libtool mostlyclean-am | |
| 412 | |
| 413 distclean: distclean-am | |
| 414 -rm -f Makefile | |
| 415 distclean-am: clean-am distclean-generic distclean-libtool \ | |
| 416 distclean-tags | |
| 417 | |
| 418 dvi: dvi-am | |
| 419 | |
| 420 dvi-am: | |
| 421 | |
| 422 info: info-am | |
| 423 | |
| 424 info-am: | |
| 425 | |
| 426 install-data-am: install-flaccincludeHEADERS | |
| 427 | |
| 428 install-exec-am: | |
| 429 | |
| 430 install-info: install-info-am | |
| 431 | |
| 432 install-man: | |
| 433 | |
| 434 installcheck-am: | |
| 435 | |
| 436 maintainer-clean: maintainer-clean-am | |
| 437 -rm -f Makefile | |
| 438 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 439 | |
| 440 mostlyclean: mostlyclean-am | |
| 441 | |
| 442 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
| 443 | |
| 444 pdf: pdf-am | |
| 445 | |
| 446 pdf-am: | |
| 447 | |
| 448 ps: ps-am | |
| 449 | |
| 450 ps-am: | |
| 451 | |
| 452 uninstall-am: uninstall-flaccincludeHEADERS uninstall-info-am | |
| 453 | |
| 454 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
| 455 clean-libtool ctags distclean distclean-generic \ | |
| 456 distclean-libtool distclean-tags distdir dvi dvi-am info \ | |
| 457 info-am install install-am install-data install-data-am \ | |
| 458 install-exec install-exec-am install-flaccincludeHEADERS \ | |
| 459 install-info install-info-am install-man install-strip \ | |
| 460 installcheck installcheck-am installdirs maintainer-clean \ | |
| 461 maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
| 462 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ | |
| 463 uninstall-am uninstall-flaccincludeHEADERS uninstall-info-am | |
| 464 | |
| 465 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 466 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 467 .NOEXPORT: | 
