[17] | 1 | # Makefile.in generated by automake 1.9.5 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 | srcdir = @srcdir@ |
---|
| 17 | top_srcdir = @top_srcdir@ |
---|
| 18 | VPATH = @srcdir@ |
---|
| 19 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 20 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 21 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 22 | top_builddir = . |
---|
| 23 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 24 | INSTALL = @INSTALL@ |
---|
| 25 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 26 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 27 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 28 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 29 | transform = $(program_transform_name) |
---|
| 30 | NORMAL_INSTALL = : |
---|
| 31 | PRE_INSTALL = : |
---|
| 32 | POST_INSTALL = : |
---|
| 33 | NORMAL_UNINSTALL = : |
---|
| 34 | PRE_UNINSTALL = : |
---|
| 35 | POST_UNINSTALL = : |
---|
| 36 | build_triplet = @build@ |
---|
| 37 | host_triplet = @host@ |
---|
| 38 | target_triplet = @target@ |
---|
| 39 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
---|
| 40 | $(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
---|
| 41 | $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ |
---|
| 42 | TODO admin/autotools/compile admin/autotools/config.guess \ |
---|
| 43 | admin/autotools/config.sub admin/autotools/depcomp \ |
---|
| 44 | admin/autotools/install-sh admin/autotools/ltmain.sh \ |
---|
| 45 | admin/autotools/missing |
---|
| 46 | subdir = . |
---|
| 47 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 48 | am__aclocal_m4_deps = $(top_srcdir)/admin/autotools/m4/acx_pthread.m4 \ |
---|
| 49 | $(top_srcdir)/admin/autotools/m4/alut_c__attribute.m4 \ |
---|
| 50 | $(top_srcdir)/admin/autotools/m4/alut_check_cflags_wall.m4 \ |
---|
| 51 | $(top_srcdir)/admin/autotools/m4/alut_check_flag.m4 \ |
---|
| 52 | $(top_srcdir)/admin/autotools/m4/alut_eval_stderr.m4 \ |
---|
| 53 | $(top_srcdir)/configure.ac |
---|
| 54 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 55 | $(ACLOCAL_M4) |
---|
| 56 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
| 57 | configure.lineno configure.status.lineno |
---|
| 58 | mkinstalldirs = $(install_sh) -d |
---|
| 59 | CONFIG_HEADER = config.h |
---|
| 60 | CONFIG_CLEAN_FILES = |
---|
| 61 | SOURCES = |
---|
| 62 | DIST_SOURCES = |
---|
| 63 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 64 | html-recursive info-recursive install-data-recursive \ |
---|
| 65 | install-exec-recursive install-info-recursive \ |
---|
| 66 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 67 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 68 | uninstall-recursive |
---|
| 69 | ETAGS = etags |
---|
| 70 | CTAGS = ctags |
---|
| 71 | DIST_SUBDIRS = $(SUBDIRS) |
---|
| 72 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 73 | distdir = $(PACKAGE)-$(VERSION) |
---|
| 74 | top_distdir = $(distdir) |
---|
| 75 | am__remove_distdir = \ |
---|
| 76 | { test ! -d $(distdir) \ |
---|
| 77 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
| 78 | && rm -fr $(distdir); }; } |
---|
| 79 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
| 80 | GZIP_ENV = --best |
---|
| 81 | distuninstallcheck_listfiles = find . -type f -print |
---|
| 82 | distcleancheck_listfiles = find . -type f -print |
---|
| 83 | ACLOCAL = @ACLOCAL@ |
---|
| 84 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 85 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 86 | AMTAR = @AMTAR@ |
---|
| 87 | AR = @AR@ |
---|
| 88 | ARTSC_CONFIG = @ARTSC_CONFIG@ |
---|
| 89 | AS = @AS@ |
---|
| 90 | AUTOCONF = @AUTOCONF@ |
---|
| 91 | AUTOHEADER = @AUTOHEADER@ |
---|
| 92 | AUTOMAKE = @AUTOMAKE@ |
---|
| 93 | AWK = @AWK@ |
---|
| 94 | CC = @CC@ |
---|
| 95 | CCDEPMODE = @CCDEPMODE@ |
---|
| 96 | CFLAGS = @CFLAGS@ |
---|
| 97 | CPP = @CPP@ |
---|
| 98 | CPPFLAGS = @CPPFLAGS@ |
---|
| 99 | CXX = @CXX@ |
---|
| 100 | CXXCPP = @CXXCPP@ |
---|
| 101 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 102 | CXXFLAGS = @CXXFLAGS@ |
---|
| 103 | CYGPATH_W = @CYGPATH_W@ |
---|
| 104 | DEFS = @DEFS@ |
---|
| 105 | DEPDIR = @DEPDIR@ |
---|
| 106 | DLLTOOL = @DLLTOOL@ |
---|
| 107 | ECHO = @ECHO@ |
---|
| 108 | ECHO_C = @ECHO_C@ |
---|
| 109 | ECHO_N = @ECHO_N@ |
---|
| 110 | ECHO_T = @ECHO_T@ |
---|
| 111 | EGREP = @EGREP@ |
---|
| 112 | ENABLEEXTENSIONALEXTMP3_FALSE = @ENABLEEXTENSIONALEXTMP3_FALSE@ |
---|
| 113 | ENABLEEXTENSIONALEXTMP3_TRUE = @ENABLEEXTENSIONALEXTMP3_TRUE@ |
---|
| 114 | ENABLEEXTENSIONALEXTVORBIS_FALSE = @ENABLEEXTENSIONALEXTVORBIS_FALSE@ |
---|
| 115 | ENABLEEXTENSIONALEXTVORBIS_TRUE = @ENABLEEXTENSIONALEXTVORBIS_TRUE@ |
---|
| 116 | ESD_CONFIG = @ESD_CONFIG@ |
---|
| 117 | EXEEXT = @EXEEXT@ |
---|
| 118 | F77 = @F77@ |
---|
| 119 | FEATURECFLAGS = @FEATURECFLAGS@ |
---|
| 120 | FFLAGS = @FFLAGS@ |
---|
| 121 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 122 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 123 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 124 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 125 | LDFLAGS = @LDFLAGS@ |
---|
| 126 | LIBM = @LIBM@ |
---|
| 127 | LIBOBJS = @LIBOBJS@ |
---|
| 128 | LIBS = @LIBS@ |
---|
| 129 | LIBTOOL = @LIBTOOL@ |
---|
| 130 | LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
---|
| 131 | LN_S = @LN_S@ |
---|
| 132 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 133 | MAKEINFO = @MAKEINFO@ |
---|
| 134 | NASM = @NASM@ |
---|
| 135 | NASM_FORMAT = @NASM_FORMAT@ |
---|
| 136 | OBJDUMP = @OBJDUMP@ |
---|
| 137 | OBJEXT = @OBJEXT@ |
---|
| 138 | OPTIMIZATIONCFLAGS = @OPTIMIZATIONCFLAGS@ |
---|
| 139 | PACKAGE = @PACKAGE@ |
---|
| 140 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 141 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 142 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 143 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 144 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 145 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 146 | PKG_CONFIG = @PKG_CONFIG@ |
---|
| 147 | PROFILINGLDFLAGS = @PROFILINGLDFLAGS@ |
---|
| 148 | PTHREAD_CC = @PTHREAD_CC@ |
---|
| 149 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ |
---|
| 150 | PTHREAD_LIBS = @PTHREAD_LIBS@ |
---|
| 151 | RANLIB = @RANLIB@ |
---|
| 152 | SDL_CONFIG = @SDL_CONFIG@ |
---|
| 153 | SET_MAKE = @SET_MAKE@ |
---|
| 154 | SHELL = @SHELL@ |
---|
| 155 | SIZEOF_VOID_P = @SIZEOF_VOID_P@ |
---|
| 156 | SMPEG_CONFIG = @SMPEG_CONFIG@ |
---|
| 157 | STRIP = @STRIP@ |
---|
| 158 | USEBACKENDALSA_FALSE = @USEBACKENDALSA_FALSE@ |
---|
| 159 | USEBACKENDALSA_TRUE = @USEBACKENDALSA_TRUE@ |
---|
| 160 | USEBACKENDARTS_FALSE = @USEBACKENDARTS_FALSE@ |
---|
| 161 | USEBACKENDARTS_TRUE = @USEBACKENDARTS_TRUE@ |
---|
| 162 | USEBACKENDESD_FALSE = @USEBACKENDESD_FALSE@ |
---|
| 163 | USEBACKENDESD_TRUE = @USEBACKENDESD_TRUE@ |
---|
| 164 | USEBACKENDNATIVEBSD_FALSE = @USEBACKENDNATIVEBSD_FALSE@ |
---|
| 165 | USEBACKENDNATIVEBSD_TRUE = @USEBACKENDNATIVEBSD_TRUE@ |
---|
| 166 | USEBACKENDNATIVEDARWIN_FALSE = @USEBACKENDNATIVEDARWIN_FALSE@ |
---|
| 167 | USEBACKENDNATIVEDARWIN_TRUE = @USEBACKENDNATIVEDARWIN_TRUE@ |
---|
| 168 | USEBACKENDNATIVEIRIX_FALSE = @USEBACKENDNATIVEIRIX_FALSE@ |
---|
| 169 | USEBACKENDNATIVEIRIX_TRUE = @USEBACKENDNATIVEIRIX_TRUE@ |
---|
| 170 | USEBACKENDNATIVELINUX_FALSE = @USEBACKENDNATIVELINUX_FALSE@ |
---|
| 171 | USEBACKENDNATIVELINUX_TRUE = @USEBACKENDNATIVELINUX_TRUE@ |
---|
| 172 | USEBACKENDNATIVEMORPHOS_FALSE = @USEBACKENDNATIVEMORPHOS_FALSE@ |
---|
| 173 | USEBACKENDNATIVEMORPHOS_TRUE = @USEBACKENDNATIVEMORPHOS_TRUE@ |
---|
| 174 | USEBACKENDNATIVESOLARIS_FALSE = @USEBACKENDNATIVESOLARIS_FALSE@ |
---|
| 175 | USEBACKENDNATIVESOLARIS_TRUE = @USEBACKENDNATIVESOLARIS_TRUE@ |
---|
| 176 | USEBACKENDNATIVEWINDOWS_FALSE = @USEBACKENDNATIVEWINDOWS_FALSE@ |
---|
| 177 | USEBACKENDNATIVEWINDOWS_TRUE = @USEBACKENDNATIVEWINDOWS_TRUE@ |
---|
| 178 | USEBACKENDNULL_FALSE = @USEBACKENDNULL_FALSE@ |
---|
| 179 | USEBACKENDNULL_TRUE = @USEBACKENDNULL_TRUE@ |
---|
| 180 | USEBACKENDSDL_FALSE = @USEBACKENDSDL_FALSE@ |
---|
| 181 | USEBACKENDSDL_TRUE = @USEBACKENDSDL_TRUE@ |
---|
| 182 | USEBACKENDWAVEOUT_FALSE = @USEBACKENDWAVEOUT_FALSE@ |
---|
| 183 | USEBACKENDWAVEOUT_TRUE = @USEBACKENDWAVEOUT_TRUE@ |
---|
| 184 | VERSION = @VERSION@ |
---|
| 185 | WARNINGCFLAGS = @WARNINGCFLAGS@ |
---|
| 186 | X86ENABLED_FALSE = @X86ENABLED_FALSE@ |
---|
| 187 | X86ENABLED_TRUE = @X86ENABLED_TRUE@ |
---|
| 188 | X86MMXENABLED_FALSE = @X86MMXENABLED_FALSE@ |
---|
| 189 | X86MMXENABLED_TRUE = @X86MMXENABLED_TRUE@ |
---|
| 190 | X86NASMENABLED_FALSE = @X86NASMENABLED_FALSE@ |
---|
| 191 | X86NASMENABLED_TRUE = @X86NASMENABLED_TRUE@ |
---|
| 192 | X86NASMMMXENABLED_FALSE = @X86NASMMMXENABLED_FALSE@ |
---|
| 193 | X86NASMMMXENABLED_TRUE = @X86NASMMMXENABLED_TRUE@ |
---|
| 194 | ac_ct_AR = @ac_ct_AR@ |
---|
| 195 | ac_ct_AS = @ac_ct_AS@ |
---|
| 196 | ac_ct_CC = @ac_ct_CC@ |
---|
| 197 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 198 | ac_ct_DLLTOOL = @ac_ct_DLLTOOL@ |
---|
| 199 | ac_ct_F77 = @ac_ct_F77@ |
---|
| 200 | ac_ct_OBJDUMP = @ac_ct_OBJDUMP@ |
---|
| 201 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
| 202 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
| 203 | acx_pthread_config = @acx_pthread_config@ |
---|
| 204 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 205 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 206 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 207 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 208 | am__include = @am__include@ |
---|
| 209 | am__leading_dot = @am__leading_dot@ |
---|
| 210 | am__quote = @am__quote@ |
---|
| 211 | am__tar = @am__tar@ |
---|
| 212 | am__untar = @am__untar@ |
---|
| 213 | bindir = @bindir@ |
---|
| 214 | build = @build@ |
---|
| 215 | build_alias = @build_alias@ |
---|
| 216 | build_cpu = @build_cpu@ |
---|
| 217 | build_os = @build_os@ |
---|
| 218 | build_vendor = @build_vendor@ |
---|
| 219 | datadir = @datadir@ |
---|
| 220 | exec_prefix = @exec_prefix@ |
---|
| 221 | host = @host@ |
---|
| 222 | host_alias = @host_alias@ |
---|
| 223 | host_cpu = @host_cpu@ |
---|
| 224 | host_os = @host_os@ |
---|
| 225 | host_vendor = @host_vendor@ |
---|
| 226 | includedir = @includedir@ |
---|
| 227 | infodir = @infodir@ |
---|
| 228 | install_sh = @install_sh@ |
---|
| 229 | libdir = @libdir@ |
---|
| 230 | libexecdir = @libexecdir@ |
---|
| 231 | localstatedir = @localstatedir@ |
---|
| 232 | mandir = @mandir@ |
---|
| 233 | mkdir_p = @mkdir_p@ |
---|
| 234 | oldincludedir = @oldincludedir@ |
---|
| 235 | prefix = @prefix@ |
---|
| 236 | program_transform_name = @program_transform_name@ |
---|
| 237 | sbindir = @sbindir@ |
---|
| 238 | sharedstatedir = @sharedstatedir@ |
---|
| 239 | sysconfdir = @sysconfdir@ |
---|
| 240 | target = @target@ |
---|
| 241 | target_alias = @target_alias@ |
---|
| 242 | target_cpu = @target_cpu@ |
---|
| 243 | target_os = @target_os@ |
---|
| 244 | target_vendor = @target_vendor@ |
---|
| 245 | |
---|
| 246 | # Build, install and distribute the following subdirectories: |
---|
| 247 | SUBDIRS = admin src common include |
---|
| 248 | |
---|
| 249 | # We keep our local autoconf macros in a separate 'm4'subdirectory. |
---|
| 250 | ACLOCAL_AMFLAGS = -I admin/autotools/m4 |
---|
| 251 | |
---|
| 252 | # The following files should be in our source distribution in addition to the |
---|
| 253 | # standard ones included by automake itself. A few remarks: |
---|
| 254 | # |
---|
| 255 | # * As a temporary measure until the build system is fixed we mention a few |
---|
| 256 | # files which don't really belong here. |
---|
| 257 | # |
---|
| 258 | # * We do not mention the doc and test subdirectories, they are really too much |
---|
| 259 | # out-of-date. |
---|
| 260 | EXTRA_DIST = \ |
---|
| 261 | CMakeLists.txt \ |
---|
| 262 | NOTES \ |
---|
| 263 | admin/CMakeModules/CMakeASMCompiler.cmake.in \ |
---|
| 264 | admin/CMakeModules/CMakeASMInformation.cmake \ |
---|
| 265 | admin/CMakeModules/CMakeDetermineASMCompiler.cmake \ |
---|
| 266 | admin/RPM/openal.spec \ |
---|
| 267 | admin/RPM/openal.xpm \ |
---|
| 268 | admin/autotools/.indent.pro \ |
---|
| 269 | autogen.sh \ |
---|
| 270 | common/specification/OpenAL1-1Spec.pdf \ |
---|
| 271 | common/specification/OpenAL1-1Spec.sxw \ |
---|
| 272 | config-osx.h |
---|
| 273 | |
---|
| 274 | all: config.h |
---|
| 275 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
---|
| 276 | |
---|
| 277 | .SUFFIXES: |
---|
| 278 | am--refresh: |
---|
| 279 | @: |
---|
| 280 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 281 | @for dep in $?; do \ |
---|
| 282 | case '$(am__configure_deps)' in \ |
---|
| 283 | *$$dep*) \ |
---|
| 284 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ |
---|
| 285 | cd $(srcdir) && $(AUTOMAKE) --gnu \ |
---|
| 286 | && exit 0; \ |
---|
| 287 | exit 1;; \ |
---|
| 288 | esac; \ |
---|
| 289 | done; \ |
---|
| 290 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
---|
| 291 | cd $(top_srcdir) && \ |
---|
| 292 | $(AUTOMAKE) --gnu Makefile |
---|
| 293 | .PRECIOUS: Makefile |
---|
| 294 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 295 | @case '$?' in \ |
---|
| 296 | *config.status*) \ |
---|
| 297 | echo ' $(SHELL) ./config.status'; \ |
---|
| 298 | $(SHELL) ./config.status;; \ |
---|
| 299 | *) \ |
---|
| 300 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
| 301 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
| 302 | esac; |
---|
| 303 | |
---|
| 304 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 305 | $(SHELL) ./config.status --recheck |
---|
| 306 | |
---|
| 307 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 308 | cd $(srcdir) && $(AUTOCONF) |
---|
| 309 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 310 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
| 311 | |
---|
| 312 | config.h: stamp-h1 |
---|
| 313 | @if test ! -f $@; then \ |
---|
| 314 | rm -f stamp-h1; \ |
---|
| 315 | $(MAKE) stamp-h1; \ |
---|
| 316 | else :; fi |
---|
| 317 | |
---|
| 318 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
---|
| 319 | @rm -f stamp-h1 |
---|
| 320 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
---|
| 321 | $(srcdir)/config.h.in: $(am__configure_deps) |
---|
| 322 | cd $(top_srcdir) && $(AUTOHEADER) |
---|
| 323 | rm -f stamp-h1 |
---|
| 324 | touch $@ |
---|
| 325 | |
---|
| 326 | distclean-hdr: |
---|
| 327 | -rm -f config.h stamp-h1 |
---|
| 328 | |
---|
| 329 | mostlyclean-libtool: |
---|
| 330 | -rm -f *.lo |
---|
| 331 | |
---|
| 332 | clean-libtool: |
---|
| 333 | -rm -rf .libs _libs |
---|
| 334 | |
---|
| 335 | distclean-libtool: |
---|
| 336 | -rm -f libtool |
---|
| 337 | uninstall-info-am: |
---|
| 338 | |
---|
| 339 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 340 | # into them and run `make' without going through this Makefile. |
---|
| 341 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 342 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 343 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 344 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 345 | $(RECURSIVE_TARGETS): |
---|
| 346 | @failcom='exit 1'; \ |
---|
| 347 | for f in x $$MAKEFLAGS; do \ |
---|
| 348 | case $$f in \ |
---|
| 349 | *=* | --[!k]*);; \ |
---|
| 350 | *k*) failcom='fail=yes';; \ |
---|
| 351 | esac; \ |
---|
| 352 | done; \ |
---|
| 353 | dot_seen=no; \ |
---|
| 354 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 355 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 356 | echo "Making $$target in $$subdir"; \ |
---|
| 357 | if test "$$subdir" = "."; then \ |
---|
| 358 | dot_seen=yes; \ |
---|
| 359 | local_target="$$target-am"; \ |
---|
| 360 | else \ |
---|
| 361 | local_target="$$target"; \ |
---|
| 362 | fi; \ |
---|
| 363 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 364 | || eval $$failcom; \ |
---|
| 365 | done; \ |
---|
| 366 | if test "$$dot_seen" = "no"; then \ |
---|
| 367 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 368 | fi; test -z "$$fail" |
---|
| 369 | |
---|
| 370 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 371 | maintainer-clean-recursive: |
---|
| 372 | @failcom='exit 1'; \ |
---|
| 373 | for f in x $$MAKEFLAGS; do \ |
---|
| 374 | case $$f in \ |
---|
| 375 | *=* | --[!k]*);; \ |
---|
| 376 | *k*) failcom='fail=yes';; \ |
---|
| 377 | esac; \ |
---|
| 378 | done; \ |
---|
| 379 | dot_seen=no; \ |
---|
| 380 | case "$@" in \ |
---|
| 381 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 382 | *) list='$(SUBDIRS)' ;; \ |
---|
| 383 | esac; \ |
---|
| 384 | rev=''; for subdir in $$list; do \ |
---|
| 385 | if test "$$subdir" = "."; then :; else \ |
---|
| 386 | rev="$$subdir $$rev"; \ |
---|
| 387 | fi; \ |
---|
| 388 | done; \ |
---|
| 389 | rev="$$rev ."; \ |
---|
| 390 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 391 | for subdir in $$rev; do \ |
---|
| 392 | echo "Making $$target in $$subdir"; \ |
---|
| 393 | if test "$$subdir" = "."; then \ |
---|
| 394 | local_target="$$target-am"; \ |
---|
| 395 | else \ |
---|
| 396 | local_target="$$target"; \ |
---|
| 397 | fi; \ |
---|
| 398 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 399 | || eval $$failcom; \ |
---|
| 400 | done && test -z "$$fail" |
---|
| 401 | tags-recursive: |
---|
| 402 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 403 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 404 | done |
---|
| 405 | ctags-recursive: |
---|
| 406 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 407 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 408 | done |
---|
| 409 | |
---|
| 410 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 411 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 412 | unique=`for i in $$list; do \ |
---|
| 413 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 414 | done | \ |
---|
| 415 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 416 | END { for (i in files) print i; }'`; \ |
---|
| 417 | mkid -fID $$unique |
---|
| 418 | tags: TAGS |
---|
| 419 | |
---|
| 420 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
| 421 | $(TAGS_FILES) $(LISP) |
---|
| 422 | tags=; \ |
---|
| 423 | here=`pwd`; \ |
---|
| 424 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 425 | include_option=--etags-include; \ |
---|
| 426 | empty_fix=.; \ |
---|
| 427 | else \ |
---|
| 428 | include_option=--include; \ |
---|
| 429 | empty_fix=; \ |
---|
| 430 | fi; \ |
---|
| 431 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 432 | if test "$$subdir" = .; then :; else \ |
---|
| 433 | test ! -f $$subdir/TAGS || \ |
---|
| 434 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 435 | fi; \ |
---|
| 436 | done; \ |
---|
| 437 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 438 | unique=`for i in $$list; do \ |
---|
| 439 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 440 | done | \ |
---|
| 441 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 442 | END { for (i in files) print i; }'`; \ |
---|
| 443 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 444 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 445 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 446 | $$tags $$unique; \ |
---|
| 447 | fi |
---|
| 448 | ctags: CTAGS |
---|
| 449 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
| 450 | $(TAGS_FILES) $(LISP) |
---|
| 451 | tags=; \ |
---|
| 452 | here=`pwd`; \ |
---|
| 453 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 454 | unique=`for i in $$list; do \ |
---|
| 455 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 456 | done | \ |
---|
| 457 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 458 | END { for (i in files) print i; }'`; \ |
---|
| 459 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 460 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 461 | $$tags $$unique |
---|
| 462 | |
---|
| 463 | GTAGS: |
---|
| 464 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 465 | && cd $(top_srcdir) \ |
---|
| 466 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 467 | |
---|
| 468 | distclean-tags: |
---|
| 469 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 470 | |
---|
| 471 | distdir: $(DISTFILES) |
---|
| 472 | $(am__remove_distdir) |
---|
| 473 | mkdir $(distdir) |
---|
| 474 | $(mkdir_p) $(distdir)/admin/CMakeModules $(distdir)/admin/RPM $(distdir)/admin/autotools $(distdir)/admin/autotools/m4 $(distdir)/admin/pkgconfig $(distdir)/common/specification |
---|
| 475 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 476 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 477 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 478 | case $$file in \ |
---|
| 479 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 480 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 481 | esac; \ |
---|
| 482 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 483 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 484 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 485 | dir="/$$dir"; \ |
---|
| 486 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
| 487 | else \ |
---|
| 488 | dir=''; \ |
---|
| 489 | fi; \ |
---|
| 490 | if test -d $$d/$$file; then \ |
---|
| 491 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 492 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 493 | fi; \ |
---|
| 494 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 495 | else \ |
---|
| 496 | test -f $(distdir)/$$file \ |
---|
| 497 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 498 | || exit 1; \ |
---|
| 499 | fi; \ |
---|
| 500 | done |
---|
| 501 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
| 502 | if test "$$subdir" = .; then :; else \ |
---|
| 503 | test -d "$(distdir)/$$subdir" \ |
---|
| 504 | || $(mkdir_p) "$(distdir)/$$subdir" \ |
---|
| 505 | || exit 1; \ |
---|
| 506 | distdir=`$(am__cd) $(distdir) && pwd`; \ |
---|
| 507 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
---|
| 508 | (cd $$subdir && \ |
---|
| 509 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 510 | top_distdir="$$top_distdir" \ |
---|
| 511 | distdir="$$distdir/$$subdir" \ |
---|
| 512 | distdir) \ |
---|
| 513 | || exit 1; \ |
---|
| 514 | fi; \ |
---|
| 515 | done |
---|
| 516 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
| 517 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
| 518 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
| 519 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
| 520 | || chmod -R a+r $(distdir) |
---|
| 521 | dist-gzip: distdir |
---|
| 522 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 523 | $(am__remove_distdir) |
---|
| 524 | |
---|
| 525 | dist-bzip2: distdir |
---|
| 526 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
| 527 | $(am__remove_distdir) |
---|
| 528 | |
---|
| 529 | dist-tarZ: distdir |
---|
| 530 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
---|
| 531 | $(am__remove_distdir) |
---|
| 532 | |
---|
| 533 | dist-shar: distdir |
---|
| 534 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
| 535 | $(am__remove_distdir) |
---|
| 536 | |
---|
| 537 | dist-zip: distdir |
---|
| 538 | -rm -f $(distdir).zip |
---|
| 539 | zip -rq $(distdir).zip $(distdir) |
---|
| 540 | $(am__remove_distdir) |
---|
| 541 | |
---|
| 542 | dist dist-all: distdir |
---|
| 543 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 544 | $(am__remove_distdir) |
---|
| 545 | |
---|
| 546 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
| 547 | # it guarantees that the distribution is self-contained by making another |
---|
| 548 | # tarfile. |
---|
| 549 | distcheck: dist |
---|
| 550 | case '$(DIST_ARCHIVES)' in \ |
---|
| 551 | *.tar.gz*) \ |
---|
| 552 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
---|
| 553 | *.tar.bz2*) \ |
---|
| 554 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
---|
| 555 | *.tar.Z*) \ |
---|
| 556 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
---|
| 557 | *.shar.gz*) \ |
---|
| 558 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
---|
| 559 | *.zip*) \ |
---|
| 560 | unzip $(distdir).zip ;;\ |
---|
| 561 | esac |
---|
| 562 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
| 563 | mkdir $(distdir)/_build |
---|
| 564 | mkdir $(distdir)/_inst |
---|
| 565 | chmod a-w $(distdir) |
---|
| 566 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
| 567 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
| 568 | && cd $(distdir)/_build \ |
---|
| 569 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
| 570 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
| 571 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 572 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
| 573 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
| 574 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
| 575 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
| 576 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
| 577 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
| 578 | distuninstallcheck \ |
---|
| 579 | && chmod -R a-w "$$dc_install_base" \ |
---|
| 580 | && ({ \ |
---|
| 581 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
| 582 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
| 583 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
| 584 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
| 585 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
| 586 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
| 587 | && rm -rf "$$dc_destdir" \ |
---|
| 588 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
| 589 | && rm -rf $(DIST_ARCHIVES) \ |
---|
| 590 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
| 591 | $(am__remove_distdir) |
---|
| 592 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
| 593 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
| 594 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
---|
| 595 | distuninstallcheck: |
---|
| 596 | @cd $(distuninstallcheck_dir) \ |
---|
| 597 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
| 598 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
| 599 | if test -n "$(DESTDIR)"; then \ |
---|
| 600 | echo " (check DESTDIR support)"; \ |
---|
| 601 | fi ; \ |
---|
| 602 | $(distuninstallcheck_listfiles) ; \ |
---|
| 603 | exit 1; } >&2 |
---|
| 604 | distcleancheck: distclean |
---|
| 605 | @if test '$(srcdir)' = . ; then \ |
---|
| 606 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
| 607 | exit 1 ; \ |
---|
| 608 | fi |
---|
| 609 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
| 610 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
| 611 | $(distcleancheck_listfiles) ; \ |
---|
| 612 | exit 1; } >&2 |
---|
| 613 | check-am: all-am |
---|
| 614 | check: check-recursive |
---|
| 615 | all-am: Makefile config.h |
---|
| 616 | installdirs: installdirs-recursive |
---|
| 617 | installdirs-am: |
---|
| 618 | install: install-recursive |
---|
| 619 | install-exec: install-exec-recursive |
---|
| 620 | install-data: install-data-recursive |
---|
| 621 | uninstall: uninstall-recursive |
---|
| 622 | |
---|
| 623 | install-am: all-am |
---|
| 624 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 625 | |
---|
| 626 | installcheck: installcheck-recursive |
---|
| 627 | install-strip: |
---|
| 628 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 629 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 630 | `test -z '$(STRIP)' || \ |
---|
| 631 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 632 | mostlyclean-generic: |
---|
| 633 | |
---|
| 634 | clean-generic: |
---|
| 635 | |
---|
| 636 | distclean-generic: |
---|
| 637 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 638 | |
---|
| 639 | maintainer-clean-generic: |
---|
| 640 | @echo "This command is intended for maintainers to use" |
---|
| 641 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 642 | clean: clean-recursive |
---|
| 643 | |
---|
| 644 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
| 645 | |
---|
| 646 | distclean: distclean-recursive |
---|
| 647 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 648 | -rm -f Makefile |
---|
| 649 | distclean-am: clean-am distclean-generic distclean-hdr \ |
---|
| 650 | distclean-libtool distclean-tags |
---|
| 651 | |
---|
| 652 | dvi: dvi-recursive |
---|
| 653 | |
---|
| 654 | dvi-am: |
---|
| 655 | |
---|
| 656 | html: html-recursive |
---|
| 657 | |
---|
| 658 | info: info-recursive |
---|
| 659 | |
---|
| 660 | info-am: |
---|
| 661 | |
---|
| 662 | install-data-am: |
---|
| 663 | |
---|
| 664 | install-exec-am: |
---|
| 665 | |
---|
| 666 | install-info: install-info-recursive |
---|
| 667 | |
---|
| 668 | install-man: |
---|
| 669 | |
---|
| 670 | installcheck-am: |
---|
| 671 | |
---|
| 672 | maintainer-clean: maintainer-clean-recursive |
---|
| 673 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 674 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
| 675 | -rm -f Makefile |
---|
| 676 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 677 | |
---|
| 678 | mostlyclean: mostlyclean-recursive |
---|
| 679 | |
---|
| 680 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
| 681 | |
---|
| 682 | pdf: pdf-recursive |
---|
| 683 | |
---|
| 684 | pdf-am: |
---|
| 685 | |
---|
| 686 | ps: ps-recursive |
---|
| 687 | |
---|
| 688 | ps-am: |
---|
| 689 | |
---|
| 690 | uninstall-am: uninstall-info-am |
---|
| 691 | |
---|
| 692 | uninstall-info: uninstall-info-recursive |
---|
| 693 | |
---|
| 694 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ |
---|
| 695 | check-am clean clean-generic clean-libtool clean-recursive \ |
---|
| 696 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ |
---|
| 697 | dist-shar dist-tarZ dist-zip distcheck distclean \ |
---|
| 698 | distclean-generic distclean-hdr distclean-libtool \ |
---|
| 699 | distclean-recursive distclean-tags distcleancheck distdir \ |
---|
| 700 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
---|
| 701 | install install-am install-data install-data-am install-exec \ |
---|
| 702 | install-exec-am install-info install-info-am install-man \ |
---|
| 703 | install-strip installcheck installcheck-am installdirs \ |
---|
| 704 | installdirs-am maintainer-clean maintainer-clean-generic \ |
---|
| 705 | maintainer-clean-recursive mostlyclean mostlyclean-generic \ |
---|
| 706 | mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
| 707 | tags tags-recursive uninstall uninstall-am uninstall-info-am |
---|
| 708 | |
---|
| 709 | |
---|
| 710 | # Automatically rebuild libtool if it becomes out-of-date. |
---|
| 711 | libtool: $(LIBTOOL_DEPS) |
---|
| 712 | $(SHELL) ./config.status --recheck |
---|
| 713 | |
---|
| 714 | # The Creative repository has some broken permissions, let's fix this. |
---|
| 715 | permissions: |
---|
| 716 | find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \; |
---|
| 717 | |
---|
| 718 | # Automatically reformat all C headers and sources with indent according to |
---|
| 719 | # admin/autotools/.indent.pro, but be make-friendly and take some precautions to |
---|
| 720 | # leave those files untouched which wouldn't change. Do not reformat the public |
---|
| 721 | # AL extension header, it won't look the way we want it due to the 'extern "C" { |
---|
| 722 | # ... }' wrapper in it. |
---|
| 723 | indent: |
---|
| 724 | @for i in `find . \( -name "*.c" -o -name "*.h" \) \! -name alut.h -print` ; do \ |
---|
| 725 | cat $$i | ( cd admin/autotools ; indent ) > indent.tmp ; \ |
---|
| 726 | if diff $$i indent.tmp > /dev/null 2>&1 ; then \ |
---|
| 727 | : ; \ |
---|
| 728 | else \ |
---|
| 729 | echo Reformatted $$i ; \ |
---|
| 730 | $(RM) $$i ; \ |
---|
| 731 | mv indent.tmp $$i ; \ |
---|
| 732 | fi ; \ |
---|
| 733 | done |
---|
| 734 | @$(RM) indent.tmp |
---|
| 735 | |
---|
| 736 | # Targets which are no files |
---|
| 737 | .PHONY: permissions indent |
---|
| 738 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 739 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 740 | .NOEXPORT: |
---|