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