Austin Schuh | 405fa6c | 2015-09-06 18:13:55 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.10.2 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 | # 2003, 2004, 2005, 2006, 2007, 2008 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 | |
| 18 | VPATH = @srcdir@ |
| 19 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 20 | pkglibdir = $(libdir)/@PACKAGE@ |
| 21 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 22 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 23 | install_sh_DATA = $(install_sh) -c -m 644 |
| 24 | install_sh_PROGRAM = $(install_sh) -c |
| 25 | install_sh_SCRIPT = $(install_sh) -c |
| 26 | INSTALL_HEADER = $(INSTALL_DATA) |
| 27 | transform = $(program_transform_name) |
| 28 | NORMAL_INSTALL = : |
| 29 | PRE_INSTALL = : |
| 30 | POST_INSTALL = : |
| 31 | NORMAL_UNINSTALL = : |
| 32 | PRE_UNINSTALL = : |
| 33 | POST_UNINSTALL = : |
| 34 | build_triplet = @build@ |
| 35 | host_triplet = @host@ |
| 36 | subdir = lib-src-gmp |
| 37 | DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ |
| 38 | $(srcdir)/Makefile.in |
| 39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 40 | am__aclocal_m4_deps = $(top_srcdir)/configure.in |
| 41 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 42 | $(ACLOCAL_M4) |
| 43 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| 44 | CONFIG_CLEAN_FILES = |
| 45 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 46 | am__vpath_adj = case $$p in \ |
| 47 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 48 | *) f=$$p;; \ |
| 49 | esac; |
| 50 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
| 51 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" |
| 52 | libLTLIBRARIES_INSTALL = $(INSTALL) |
| 53 | LTLIBRARIES = $(lib_LTLIBRARIES) |
| 54 | libcddgmp_la_LIBADD = |
| 55 | am_libcddgmp_la_OBJECTS = cddcore.lo cddlp.lo cddmp.lo cddio.lo \ |
| 56 | cddlib.lo cddproj.lo cddcore_f.lo cddlp_f.lo cddmp_f.lo \ |
| 57 | cddio_f.lo cddlib_f.lo cddproj_f.lo setoper.lo |
| 58 | libcddgmp_la_OBJECTS = $(am_libcddgmp_la_OBJECTS) |
| 59 | DEFAULT_INCLUDES = -I.@am__isrc@ |
| 60 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 61 | am__depfiles_maybe = depfiles |
| 62 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 63 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 64 | LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 65 | --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 66 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 67 | CCLD = $(CC) |
| 68 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 69 | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
| 70 | $(LDFLAGS) -o $@ |
| 71 | SOURCES = $(libcddgmp_la_SOURCES) |
| 72 | DIST_SOURCES = $(libcddgmp_la_SOURCES) |
| 73 | includeHEADERS_INSTALL = $(INSTALL_HEADER) |
| 74 | HEADERS = $(include_HEADERS) |
| 75 | ETAGS = etags |
| 76 | CTAGS = ctags |
| 77 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 78 | ACLOCAL = @ACLOCAL@ |
| 79 | AMTAR = @AMTAR@ |
| 80 | AR = @AR@ |
| 81 | AUTOCONF = @AUTOCONF@ |
| 82 | AUTOHEADER = @AUTOHEADER@ |
| 83 | AUTOMAKE = @AUTOMAKE@ |
| 84 | AWK = @AWK@ |
| 85 | CC = @CC@ |
| 86 | CCDEPMODE = @CCDEPMODE@ |
| 87 | CFLAGS = @CFLAGS@ |
| 88 | CPP = @CPP@ |
| 89 | CPPFLAGS = @CPPFLAGS@ |
| 90 | CYGPATH_W = @CYGPATH_W@ |
| 91 | DEFS = @DEFS@ |
| 92 | DEPDIR = @DEPDIR@ |
| 93 | DSYMUTIL = @DSYMUTIL@ |
| 94 | DUMPBIN = @DUMPBIN@ |
| 95 | ECHO_C = @ECHO_C@ |
| 96 | ECHO_N = @ECHO_N@ |
| 97 | ECHO_T = @ECHO_T@ |
| 98 | EGREP = @EGREP@ |
| 99 | EXEEXT = @EXEEXT@ |
| 100 | FGREP = @FGREP@ |
| 101 | GREP = @GREP@ |
| 102 | INSTALL = @INSTALL@ |
| 103 | INSTALL_DATA = @INSTALL_DATA@ |
| 104 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 105 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 106 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 107 | LD = @LD@ |
| 108 | LDFLAGS = @LDFLAGS@ |
| 109 | LIBOBJS = @LIBOBJS@ |
| 110 | LIBS = @LIBS@ |
| 111 | LIBTOOL = @LIBTOOL@ |
| 112 | LIPO = @LIPO@ |
| 113 | LN_S = @LN_S@ |
| 114 | LTLIBOBJS = @LTLIBOBJS@ |
| 115 | MAKEINFO = @MAKEINFO@ |
| 116 | MKDIR_P = @MKDIR_P@ |
| 117 | NM = @NM@ |
| 118 | NMEDIT = @NMEDIT@ |
| 119 | OBJDUMP = @OBJDUMP@ |
| 120 | OBJEXT = @OBJEXT@ |
| 121 | OTOOL = @OTOOL@ |
| 122 | OTOOL64 = @OTOOL64@ |
| 123 | PACKAGE = @PACKAGE@ |
| 124 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 125 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 126 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 127 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 128 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 129 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 130 | RANLIB = @RANLIB@ |
| 131 | SED = @SED@ |
| 132 | SET_MAKE = @SET_MAKE@ |
| 133 | SHELL = @SHELL@ |
| 134 | STRIP = @STRIP@ |
| 135 | VERSION = @VERSION@ |
| 136 | abs_builddir = @abs_builddir@ |
| 137 | abs_srcdir = @abs_srcdir@ |
| 138 | abs_top_builddir = @abs_top_builddir@ |
| 139 | abs_top_srcdir = @abs_top_srcdir@ |
| 140 | ac_ct_CC = @ac_ct_CC@ |
| 141 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 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 = @build@ |
| 149 | build_alias = @build_alias@ |
| 150 | build_cpu = @build_cpu@ |
| 151 | build_os = @build_os@ |
| 152 | build_vendor = @build_vendor@ |
| 153 | builddir = @builddir@ |
| 154 | datadir = @datadir@ |
| 155 | datarootdir = @datarootdir@ |
| 156 | docdir = @docdir@ |
| 157 | dvidir = @dvidir@ |
| 158 | exec_prefix = @exec_prefix@ |
| 159 | host = @host@ |
| 160 | host_alias = @host_alias@ |
| 161 | host_cpu = @host_cpu@ |
| 162 | host_os = @host_os@ |
| 163 | host_vendor = @host_vendor@ |
| 164 | htmldir = @htmldir@ |
| 165 | includedir = @includedir@ |
| 166 | infodir = @infodir@ |
| 167 | install_sh = @install_sh@ |
| 168 | libdir = @libdir@ |
| 169 | libexecdir = @libexecdir@ |
| 170 | localedir = @localedir@ |
| 171 | localstatedir = @localstatedir@ |
| 172 | lt_ECHO = @lt_ECHO@ |
| 173 | mandir = @mandir@ |
| 174 | mkdir_p = @mkdir_p@ |
| 175 | oldincludedir = @oldincludedir@ |
| 176 | pdfdir = @pdfdir@ |
| 177 | prefix = @prefix@ |
| 178 | program_transform_name = @program_transform_name@ |
| 179 | psdir = @psdir@ |
| 180 | sbindir = @sbindir@ |
| 181 | sharedstatedir = @sharedstatedir@ |
| 182 | srcdir = @srcdir@ |
| 183 | sysconfdir = @sysconfdir@ |
| 184 | target_alias = @target_alias@ |
| 185 | top_build_prefix = @top_build_prefix@ |
| 186 | top_builddir = @top_builddir@ |
| 187 | top_srcdir = @top_srcdir@ |
| 188 | lib_LTLIBRARIES = libcddgmp.la |
| 189 | libcddgmp_la_SOURCES = \ |
| 190 | cddcore.c \ |
| 191 | cddlp.c \ |
| 192 | cddmp.c \ |
| 193 | cddio.c \ |
| 194 | cddlib.c \ |
| 195 | cddproj.c \ |
| 196 | cddcore_f.c \ |
| 197 | cddlp_f.c \ |
| 198 | cddmp_f.c \ |
| 199 | cddio_f.c \ |
| 200 | cddlib_f.c \ |
| 201 | cddproj_f.c \ |
| 202 | setoper.c |
| 203 | |
| 204 | include_HEADERS = \ |
| 205 | cdd.h \ |
| 206 | cddmp.h \ |
| 207 | cddtypes.h \ |
| 208 | cdd_f.h \ |
| 209 | cddmp_f.h \ |
| 210 | cddtypes_f.h \ |
| 211 | setoper.h |
| 212 | |
| 213 | AM_CPPFLAGS = -I$(gmpincludedir) -DGMPRATIONAL |
| 214 | AM_LDFLAGS = -version-info 0:0:0 |
| 215 | all: all-am |
| 216 | |
| 217 | .SUFFIXES: |
| 218 | .SUFFIXES: .c .lo .o .obj |
| 219 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 220 | @for dep in $?; do \ |
| 221 | case '$(am__configure_deps)' in \ |
| 222 | *$$dep*) \ |
| 223 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 224 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 225 | exit 1;; \ |
| 226 | esac; \ |
| 227 | done; \ |
| 228 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib-src-gmp/Makefile'; \ |
| 229 | cd $(top_srcdir) && \ |
| 230 | $(AUTOMAKE) --gnu lib-src-gmp/Makefile |
| 231 | .PRECIOUS: Makefile |
| 232 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 233 | @case '$?' in \ |
| 234 | *config.status*) \ |
| 235 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 236 | *) \ |
| 237 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 238 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 239 | esac; |
| 240 | |
| 241 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 242 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 243 | |
| 244 | $(top_srcdir)/configure: $(am__configure_deps) |
| 245 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 246 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| 247 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 248 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 249 | @$(NORMAL_INSTALL) |
| 250 | test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
| 251 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 252 | if test -f $$p; then \ |
| 253 | f=$(am__strip_dir) \ |
| 254 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
| 255 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
| 256 | else :; fi; \ |
| 257 | done |
| 258 | |
| 259 | uninstall-libLTLIBRARIES: |
| 260 | @$(NORMAL_UNINSTALL) |
| 261 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 262 | p=$(am__strip_dir) \ |
| 263 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
| 264 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
| 265 | done |
| 266 | |
| 267 | clean-libLTLIBRARIES: |
| 268 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 269 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 270 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
| 271 | test "$$dir" != "$$p" || dir=.; \ |
| 272 | echo "rm -f \"$${dir}/so_locations\""; \ |
| 273 | rm -f "$${dir}/so_locations"; \ |
| 274 | done |
| 275 | libcddgmp.la: $(libcddgmp_la_OBJECTS) $(libcddgmp_la_DEPENDENCIES) |
| 276 | $(LINK) -rpath $(libdir) $(libcddgmp_la_OBJECTS) $(libcddgmp_la_LIBADD) $(LIBS) |
| 277 | |
| 278 | mostlyclean-compile: |
| 279 | -rm -f *.$(OBJEXT) |
| 280 | |
| 281 | distclean-compile: |
| 282 | -rm -f *.tab.c |
| 283 | |
| 284 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddcore.Plo@am__quote@ |
| 285 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddcore_f.Plo@am__quote@ |
| 286 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddio.Plo@am__quote@ |
| 287 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddio_f.Plo@am__quote@ |
| 288 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlib.Plo@am__quote@ |
| 289 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlib_f.Plo@am__quote@ |
| 290 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlp.Plo@am__quote@ |
| 291 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlp_f.Plo@am__quote@ |
| 292 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddmp.Plo@am__quote@ |
| 293 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddmp_f.Plo@am__quote@ |
| 294 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddproj.Plo@am__quote@ |
| 295 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddproj_f.Plo@am__quote@ |
| 296 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setoper.Plo@am__quote@ |
| 297 | |
| 298 | .c.o: |
| 299 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 300 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 301 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 302 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 303 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< |
| 304 | |
| 305 | .c.obj: |
| 306 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 307 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 308 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 309 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 310 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
| 311 | |
| 312 | .c.lo: |
| 313 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 314 | @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| 315 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 316 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 317 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< |
| 318 | |
| 319 | mostlyclean-libtool: |
| 320 | -rm -f *.lo |
| 321 | |
| 322 | clean-libtool: |
| 323 | -rm -rf .libs _libs |
| 324 | install-includeHEADERS: $(include_HEADERS) |
| 325 | @$(NORMAL_INSTALL) |
| 326 | test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
| 327 | @list='$(include_HEADERS)'; for p in $$list; do \ |
| 328 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 329 | f=$(am__strip_dir) \ |
| 330 | echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ |
| 331 | $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ |
| 332 | done |
| 333 | |
| 334 | uninstall-includeHEADERS: |
| 335 | @$(NORMAL_UNINSTALL) |
| 336 | @list='$(include_HEADERS)'; for p in $$list; do \ |
| 337 | f=$(am__strip_dir) \ |
| 338 | echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ |
| 339 | rm -f "$(DESTDIR)$(includedir)/$$f"; \ |
| 340 | done |
| 341 | |
| 342 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 343 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 344 | unique=`for i in $$list; do \ |
| 345 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 346 | done | \ |
| 347 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 348 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 349 | mkid -fID $$unique |
| 350 | tags: TAGS |
| 351 | |
| 352 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 353 | $(TAGS_FILES) $(LISP) |
| 354 | tags=; \ |
| 355 | here=`pwd`; \ |
| 356 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 357 | unique=`for i in $$list; do \ |
| 358 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 359 | done | \ |
| 360 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 361 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 362 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
| 363 | test -n "$$unique" || unique=$$empty_fix; \ |
| 364 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 365 | $$tags $$unique; \ |
| 366 | fi |
| 367 | ctags: CTAGS |
| 368 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 369 | $(TAGS_FILES) $(LISP) |
| 370 | tags=; \ |
| 371 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 372 | unique=`for i in $$list; do \ |
| 373 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 374 | done | \ |
| 375 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 376 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 377 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
| 378 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 379 | $$tags $$unique |
| 380 | |
| 381 | GTAGS: |
| 382 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 383 | && cd $(top_srcdir) \ |
| 384 | && gtags -i $(GTAGS_ARGS) $$here |
| 385 | |
| 386 | distclean-tags: |
| 387 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 388 | |
| 389 | distdir: $(DISTFILES) |
| 390 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 391 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 392 | list='$(DISTFILES)'; \ |
| 393 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 394 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 395 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 396 | case $$dist_files in \ |
| 397 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 398 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 399 | sort -u` ;; \ |
| 400 | esac; \ |
| 401 | for file in $$dist_files; do \ |
| 402 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 403 | if test -d $$d/$$file; then \ |
| 404 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 405 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 406 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
| 407 | fi; \ |
| 408 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
| 409 | else \ |
| 410 | test -f $(distdir)/$$file \ |
| 411 | || cp -p $$d/$$file $(distdir)/$$file \ |
| 412 | || exit 1; \ |
| 413 | fi; \ |
| 414 | done |
| 415 | check-am: all-am |
| 416 | check: check-am |
| 417 | all-am: Makefile $(LTLIBRARIES) $(HEADERS) |
| 418 | installdirs: |
| 419 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ |
| 420 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 421 | done |
| 422 | install: install-am |
| 423 | install-exec: install-exec-am |
| 424 | install-data: install-data-am |
| 425 | uninstall: uninstall-am |
| 426 | |
| 427 | install-am: all-am |
| 428 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 429 | |
| 430 | installcheck: installcheck-am |
| 431 | install-strip: |
| 432 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 433 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 434 | `test -z '$(STRIP)' || \ |
| 435 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 436 | mostlyclean-generic: |
| 437 | |
| 438 | clean-generic: |
| 439 | |
| 440 | distclean-generic: |
| 441 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 442 | |
| 443 | maintainer-clean-generic: |
| 444 | @echo "This command is intended for maintainers to use" |
| 445 | @echo "it deletes files that may require special tools to rebuild." |
| 446 | clean: clean-am |
| 447 | |
| 448 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
| 449 | mostlyclean-am |
| 450 | |
| 451 | distclean: distclean-am |
| 452 | -rm -rf ./$(DEPDIR) |
| 453 | -rm -f Makefile |
| 454 | distclean-am: clean-am distclean-compile distclean-generic \ |
| 455 | distclean-tags |
| 456 | |
| 457 | dvi: dvi-am |
| 458 | |
| 459 | dvi-am: |
| 460 | |
| 461 | html: html-am |
| 462 | |
| 463 | info: info-am |
| 464 | |
| 465 | info-am: |
| 466 | |
| 467 | install-data-am: install-includeHEADERS |
| 468 | |
| 469 | install-dvi: install-dvi-am |
| 470 | |
| 471 | install-exec-am: install-libLTLIBRARIES |
| 472 | |
| 473 | install-html: install-html-am |
| 474 | |
| 475 | install-info: install-info-am |
| 476 | |
| 477 | install-man: |
| 478 | |
| 479 | install-pdf: install-pdf-am |
| 480 | |
| 481 | install-ps: install-ps-am |
| 482 | |
| 483 | installcheck-am: |
| 484 | |
| 485 | maintainer-clean: maintainer-clean-am |
| 486 | -rm -rf ./$(DEPDIR) |
| 487 | -rm -f Makefile |
| 488 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 489 | |
| 490 | mostlyclean: mostlyclean-am |
| 491 | |
| 492 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 493 | mostlyclean-libtool |
| 494 | |
| 495 | pdf: pdf-am |
| 496 | |
| 497 | pdf-am: |
| 498 | |
| 499 | ps: ps-am |
| 500 | |
| 501 | ps-am: |
| 502 | |
| 503 | uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES |
| 504 | |
| 505 | .MAKE: install-am install-strip |
| 506 | |
| 507 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
| 508 | clean-libLTLIBRARIES clean-libtool ctags distclean \ |
| 509 | distclean-compile distclean-generic distclean-libtool \ |
| 510 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 511 | install install-am install-data install-data-am install-dvi \ |
| 512 | install-dvi-am install-exec install-exec-am install-html \ |
| 513 | install-html-am install-includeHEADERS install-info \ |
| 514 | install-info-am install-libLTLIBRARIES install-man install-pdf \ |
| 515 | install-pdf-am install-ps install-ps-am install-strip \ |
| 516 | installcheck installcheck-am installdirs maintainer-clean \ |
| 517 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 518 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 519 | tags uninstall uninstall-am uninstall-includeHEADERS \ |
| 520 | uninstall-libLTLIBRARIES |
| 521 | |
| 522 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 523 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 524 | .NOEXPORT: |