| OLD | NEW |
| (Empty) | |
| 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 |
| 18 |
| 19 |
| 20 |
| 21 srcdir = @srcdir@ |
| 22 top_srcdir = @top_srcdir@ |
| 23 VPATH = @srcdir@ |
| 24 pkgdatadir = $(datadir)/@PACKAGE@ |
| 25 pkglibdir = $(libdir)/@PACKAGE@ |
| 26 pkgincludedir = $(includedir)/@PACKAGE@ |
| 27 top_builddir = . |
| 28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 29 INSTALL = @INSTALL@ |
| 30 install_sh_DATA = $(install_sh) -c -m 644 |
| 31 install_sh_PROGRAM = $(install_sh) -c |
| 32 install_sh_SCRIPT = $(install_sh) -c |
| 33 INSTALL_HEADER = $(INSTALL_DATA) |
| 34 transform = $(program_transform_name) |
| 35 NORMAL_INSTALL = : |
| 36 PRE_INSTALL = : |
| 37 POST_INSTALL = : |
| 38 NORMAL_UNINSTALL = : |
| 39 PRE_UNINSTALL = : |
| 40 POST_UNINSTALL = : |
| 41 build_triplet = @build@ |
| 42 host_triplet = @host@ |
| 43 |
| 44 # These are good warnings to turn on by default, |
| 45 @GCC_TRUE@am__append_1 = -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-co
mpare |
| 46 noinst_PROGRAMS = $(am__EXEEXT_1) |
| 47 DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ |
| 48 $(dist_noinst_DATA) $(gflagsinclude_HEADERS) \ |
| 49 $(googleinclude_HEADERS) $(srcdir)/Makefile.am \ |
| 50 $(srcdir)/Makefile.in $(top_srcdir)/configure \ |
| 51 $(top_srcdir)/src/config.h.in \ |
| 52 $(top_srcdir)/src/gflags/gflags.h.in \ |
| 53 $(top_srcdir)/src/gflags/gflags_completions.h.in AUTHORS \ |
| 54 COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \ |
| 55 depcomp install-sh ltmain.sh missing mkinstalldirs |
| 56 subdir = . |
| 57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 58 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \ |
| 59 $(top_srcdir)/m4/acx_pthread.m4 \ |
| 60 $(top_srcdir)/m4/google_namespace.m4 \ |
| 61 $(top_srcdir)/m4/namespaces.m4 \ |
| 62 $(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac |
| 63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 64 $(ACLOCAL_M4) |
| 65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| 66 configure.lineno configure.status.lineno |
| 67 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| 68 CONFIG_HEADER = $(top_builddir)/src/config.h |
| 69 CONFIG_CLEAN_FILES = src/gflags/gflags.h \ |
| 70 src/gflags/gflags_completions.h |
| 71 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 72 am__vpath_adj = case $$p in \ |
| 73 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 74 *) f=$$p;; \ |
| 75 esac; |
| 76 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
| 77 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ |
| 78 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(gflagsincludedir)" \ |
| 79 "$(DESTDIR)$(googleincludedir)" |
| 80 libLTLIBRARIES_INSTALL = $(INSTALL) |
| 81 LTLIBRARIES = $(lib_LTLIBRARIES) |
| 82 am__DEPENDENCIES_1 = |
| 83 libgflags_la_DEPENDENCIES = $(am__DEPENDENCIES_1) |
| 84 am__objects_1 = |
| 85 am_libgflags_la_OBJECTS = $(am__objects_1) libgflags_la-gflags.lo \ |
| 86 libgflags_la-gflags_reporting.lo \ |
| 87 libgflags_la-gflags_completions.lo |
| 88 libgflags_la_OBJECTS = $(am_libgflags_la_OBJECTS) |
| 89 am__EXEEXT_1 = gflags_unittest$(EXEEXT) \ |
| 90 gflags_nothreads_unittest$(EXEEXT) gflags_unittest2$(EXEEXT) \ |
| 91 gflags_unittest3$(EXEEXT) |
| 92 PROGRAMS = $(noinst_PROGRAMS) |
| 93 am__objects_2 = $(am__objects_1) gflags_unittest.$(OBJEXT) |
| 94 am_gflags_nothreads_unittest_OBJECTS = $(am__objects_2) |
| 95 gflags_nothreads_unittest_OBJECTS = \ |
| 96 $(am_gflags_nothreads_unittest_OBJECTS) |
| 97 gflags_nothreads_unittest_DEPENDENCIES = libgflags.la |
| 98 am_gflags_unittest_OBJECTS = $(am__objects_1) \ |
| 99 gflags_unittest-gflags_unittest.$(OBJEXT) |
| 100 gflags_unittest_OBJECTS = $(am_gflags_unittest_OBJECTS) |
| 101 gflags_unittest_DEPENDENCIES = libgflags.la $(am__DEPENDENCIES_1) |
| 102 am_gflags_unittest2_OBJECTS = $(am__objects_1) \ |
| 103 gflags_unittest-main.$(OBJEXT) |
| 104 gflags_unittest2_OBJECTS = $(am_gflags_unittest2_OBJECTS) |
| 105 gflags_unittest2_DEPENDENCIES = libgflags.la |
| 106 am_gflags_unittest3_OBJECTS = $(am__objects_1) \ |
| 107 gflags_unittest_main.$(OBJEXT) |
| 108 gflags_unittest3_OBJECTS = $(am_gflags_unittest3_OBJECTS) |
| 109 gflags_unittest3_DEPENDENCIES = libgflags.la |
| 110 binSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
| 111 SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) |
| 112 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src |
| 113 depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 114 am__depfiles_maybe = depfiles |
| 115 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 116 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| 117 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ |
| 118 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 119 $(AM_CXXFLAGS) $(CXXFLAGS) |
| 120 CXXLD = $(CXX) |
| 121 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
| 122 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 123 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 124 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 125 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
| 126 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 127 $(AM_CFLAGS) $(CFLAGS) |
| 128 CCLD = $(CC) |
| 129 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 130 $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 131 SOURCES = $(libgflags_la_SOURCES) $(gflags_nothreads_unittest_SOURCES) \ |
| 132 $(gflags_unittest_SOURCES) $(gflags_unittest2_SOURCES) \ |
| 133 $(gflags_unittest3_SOURCES) |
| 134 DIST_SOURCES = $(libgflags_la_SOURCES) \ |
| 135 $(gflags_nothreads_unittest_SOURCES) \ |
| 136 $(gflags_unittest_SOURCES) $(gflags_unittest2_SOURCES) \ |
| 137 $(gflags_unittest3_SOURCES) |
| 138 dist_docDATA_INSTALL = $(INSTALL_DATA) |
| 139 DATA = $(dist_doc_DATA) $(dist_noinst_DATA) |
| 140 gflagsincludeHEADERS_INSTALL = $(INSTALL_HEADER) |
| 141 googleincludeHEADERS_INSTALL = $(INSTALL_HEADER) |
| 142 HEADERS = $(gflagsinclude_HEADERS) $(googleinclude_HEADERS) |
| 143 ETAGS = etags |
| 144 CTAGS = ctags |
| 145 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 146 distdir = $(PACKAGE)-$(VERSION) |
| 147 top_distdir = $(distdir) |
| 148 am__remove_distdir = \ |
| 149 { test ! -d $(distdir) \ |
| 150 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| 151 && rm -fr $(distdir); }; } |
| 152 DIST_ARCHIVES = $(distdir).tar.gz |
| 153 GZIP_ENV = --best |
| 154 distuninstallcheck_listfiles = find . -type f -print |
| 155 distcleancheck_listfiles = find . -type f -print |
| 156 ACLOCAL = @ACLOCAL@ |
| 157 AMDEP_FALSE = @AMDEP_FALSE@ |
| 158 AMDEP_TRUE = @AMDEP_TRUE@ |
| 159 AMTAR = @AMTAR@ |
| 160 AR = @AR@ |
| 161 AUTOCONF = @AUTOCONF@ |
| 162 AUTOHEADER = @AUTOHEADER@ |
| 163 AUTOMAKE = @AUTOMAKE@ |
| 164 AWK = @AWK@ |
| 165 CC = @CC@ |
| 166 CCDEPMODE = @CCDEPMODE@ |
| 167 CFLAGS = @CFLAGS@ |
| 168 CPP = @CPP@ |
| 169 CPPFLAGS = @CPPFLAGS@ |
| 170 CXX = @CXX@ |
| 171 CXXCPP = @CXXCPP@ |
| 172 CXXDEPMODE = @CXXDEPMODE@ |
| 173 CXXFLAGS = @CXXFLAGS@ |
| 174 CYGPATH_W = @CYGPATH_W@ |
| 175 DEFS = @DEFS@ |
| 176 DEPDIR = @DEPDIR@ |
| 177 ECHO = @ECHO@ |
| 178 ECHO_C = @ECHO_C@ |
| 179 ECHO_N = @ECHO_N@ |
| 180 ECHO_T = @ECHO_T@ |
| 181 EGREP = @EGREP@ |
| 182 EXEEXT = @EXEEXT@ |
| 183 F77 = @F77@ |
| 184 FFLAGS = @FFLAGS@ |
| 185 GCC_FALSE = @GCC_FALSE@ |
| 186 GCC_TRUE = @GCC_TRUE@ |
| 187 INSTALL_DATA = @INSTALL_DATA@ |
| 188 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 189 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 191 LDFLAGS = @LDFLAGS@ |
| 192 LIBOBJS = @LIBOBJS@ |
| 193 LIBS = @LIBS@ |
| 194 LIBTOOL = @LIBTOOL@ |
| 195 LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
| 196 LN_S = @LN_S@ |
| 197 LTLIBOBJS = @LTLIBOBJS@ |
| 198 MAKEINFO = @MAKEINFO@ |
| 199 OBJEXT = @OBJEXT@ |
| 200 PACKAGE = @PACKAGE@ |
| 201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 202 PACKAGE_NAME = @PACKAGE_NAME@ |
| 203 PACKAGE_STRING = @PACKAGE_STRING@ |
| 204 PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 205 PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 206 PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 207 PTHREAD_CC = @PTHREAD_CC@ |
| 208 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ |
| 209 PTHREAD_LIBS = @PTHREAD_LIBS@ |
| 210 RANLIB = @RANLIB@ |
| 211 SET_MAKE = @SET_MAKE@ |
| 212 SHELL = @SHELL@ |
| 213 STRIP = @STRIP@ |
| 214 VERSION = @VERSION@ |
| 215 ac_ct_AR = @ac_ct_AR@ |
| 216 ac_ct_CC = @ac_ct_CC@ |
| 217 ac_ct_CXX = @ac_ct_CXX@ |
| 218 ac_ct_F77 = @ac_ct_F77@ |
| 219 ac_ct_RANLIB = @ac_ct_RANLIB@ |
| 220 ac_ct_STRIP = @ac_ct_STRIP@ |
| 221 ac_cv___attribute__unused = @ac_cv___attribute__unused@ |
| 222 ac_cv_have___int16 = @ac_cv_have___int16@ |
| 223 ac_cv_have_inttypes_h = @ac_cv_have_inttypes_h@ |
| 224 ac_cv_have_stdint_h = @ac_cv_have_stdint_h@ |
| 225 ac_cv_have_systypes_h = @ac_cv_have_systypes_h@ |
| 226 ac_cv_have_u_int16_t = @ac_cv_have_u_int16_t@ |
| 227 ac_cv_have_uint16_t = @ac_cv_have_uint16_t@ |
| 228 ac_google_end_namespace = @ac_google_end_namespace@ |
| 229 ac_google_namespace = @ac_google_namespace@ |
| 230 ac_google_start_namespace = @ac_google_start_namespace@ |
| 231 acx_pthread_config = @acx_pthread_config@ |
| 232 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
| 233 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
| 234 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
| 235 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
| 236 am__include = @am__include@ |
| 237 am__leading_dot = @am__leading_dot@ |
| 238 am__quote = @am__quote@ |
| 239 am__tar = @am__tar@ |
| 240 am__untar = @am__untar@ |
| 241 bindir = @bindir@ |
| 242 build = @build@ |
| 243 build_alias = @build_alias@ |
| 244 build_cpu = @build_cpu@ |
| 245 build_os = @build_os@ |
| 246 build_vendor = @build_vendor@ |
| 247 datadir = @datadir@ |
| 248 exec_prefix = @exec_prefix@ |
| 249 host = @host@ |
| 250 host_alias = @host_alias@ |
| 251 host_cpu = @host_cpu@ |
| 252 host_os = @host_os@ |
| 253 host_vendor = @host_vendor@ |
| 254 includedir = @includedir@ |
| 255 infodir = @infodir@ |
| 256 install_sh = @install_sh@ |
| 257 libdir = @libdir@ |
| 258 libexecdir = @libexecdir@ |
| 259 localstatedir = @localstatedir@ |
| 260 mandir = @mandir@ |
| 261 mkdir_p = @mkdir_p@ |
| 262 oldincludedir = @oldincludedir@ |
| 263 prefix = @prefix@ |
| 264 program_transform_name = @program_transform_name@ |
| 265 sbindir = @sbindir@ |
| 266 sharedstatedir = @sharedstatedir@ |
| 267 sysconfdir = @sysconfdir@ |
| 268 target_alias = @target_alias@ |
| 269 |
| 270 # Make sure that when we re-make ./configure, we get the macros we need |
| 271 ACLOCAL_AMFLAGS = -I m4 |
| 272 |
| 273 # This is so we can #include <gflags/foo> |
| 274 AM_CPPFLAGS = -I$(top_srcdir)/src |
| 275 |
| 276 # This is mostly based on configure options |
| 277 AM_CXXFLAGS = $(am__append_1) |
| 278 gflagsincludedir = $(includedir)/gflags |
| 279 gflagsinclude_HEADERS = src/gflags/gflags.h src/gflags/gflags_completions.h |
| 280 |
| 281 # This is for backwards compatibility only. |
| 282 googleincludedir = $(includedir)/google |
| 283 googleinclude_HEADERS = src/google/gflags.h src/google/gflags_completions.h |
| 284 bin_SCRIPTS = src/gflags_completions.sh |
| 285 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) |
| 286 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ |
| 287 doc/designstyle.css doc/gflags.html |
| 288 |
| 289 lib_LTLIBRARIES = libgflags.la |
| 290 |
| 291 # Also make sure this works when we don't link in pthreads |
| 292 |
| 293 # We also want to test that things work properly when the file that |
| 294 # holds main() has a name ending with -main or _main. To keep the |
| 295 # Makefile small :-), we test the no-threads version of these. |
| 296 TESTS = gflags_unittest$(EXEEXT) gflags_nothreads_unittest$(EXEEXT) \ |
| 297 gflags_unittest2$(EXEEXT) gflags_unittest3$(EXEEXT) |
| 298 TESTS_ENVIRONMENT = SRCDIR="$(top_srcdir)" |
| 299 |
| 300 # Some buggy sh's ignore "" instead of treating it as a positional |
| 301 # parameter. Since we use "" in this script, we prefer bash if we |
| 302 # can. If there's no bash, we fall back to sh. |
| 303 check_SCRIPTS = gflags_unittest_sh |
| 304 # Every time you add a unittest to check_SCRIPTS, add it here too |
| 305 noinst_SCRIPTS = src/gflags_unittest.sh |
| 306 # Used for auto-generated source files |
| 307 CLEANFILES = src/gflags_unittest-main.cc src/gflags_unittest_main.cc |
| 308 libgflags_la_SOURCES = $(gflagsinclude_HEADERS) src/config.h \ |
| 309 src/gflags.cc src/gflags_reporting.cc \ |
| 310 src/gflags_completions.cc |
| 311 |
| 312 libgflags_la_CXXFLAGS = $(PTHREAD_CFLAGS) -DNDEBUG |
| 313 libgflags_la_LDFLAGS = $(PTHREAD_CFLAGS) |
| 314 libgflags_la_LIBADD = $(PTHREAD_LIBS) |
| 315 gflags_unittest_SOURCES = $(gflagsinclude_HEADERS) src/config.h \ |
| 316 src/gflags_unittest.cc |
| 317 |
| 318 gflags_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) |
| 319 gflags_unittest_LDFLAGS = $(PTHREAD_CFLAGS) |
| 320 gflags_unittest_LDADD = libgflags.la $(PTHREAD_LIBS) |
| 321 gflags_nothreads_unittest_SOURCES = $(gflags_unittest_SOURCES) |
| 322 gflags_nothreads_unittest_LDADD = libgflags.la |
| 323 gflags_unittest2_SOURCES = $(gflagsinclude_HEADERS) src/config.h \ |
| 324 src/gflags_unittest-main.cc |
| 325 |
| 326 gflags_unittest2_LDADD = libgflags.la |
| 327 gflags_unittest3_SOURCES = $(gflagsinclude_HEADERS) src/config.h \ |
| 328 src/gflags_unittest_main.cc |
| 329 |
| 330 gflags_unittest3_LDADD = libgflags.la |
| 331 dist_noinst_DATA = src/gflags_unittest_flagfile |
| 332 |
| 333 # These aren't part of the c++ source, but we want them to be distributed |
| 334 PYTHON = python/setup.py \ |
| 335 python/gflags.py \ |
| 336 python/gflags2man.py \ |
| 337 python/gflags_unittest.py |
| 338 |
| 339 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb
\ |
| 340 libtool $(SCRIPTS) $(PYTHON) |
| 341 |
| 342 all: all-am |
| 343 |
| 344 .SUFFIXES: |
| 345 .SUFFIXES: .cc .lo .o .obj |
| 346 am--refresh: |
| 347 @: |
| 348 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 349 @for dep in $?; do \ |
| 350 case '$(am__configure_deps)' in \ |
| 351 *$$dep*) \ |
| 352 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ |
| 353 cd $(srcdir) && $(AUTOMAKE) --gnu \ |
| 354 && exit 0; \ |
| 355 exit 1;; \ |
| 356 esac; \ |
| 357 done; \ |
| 358 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
| 359 cd $(top_srcdir) && \ |
| 360 $(AUTOMAKE) --gnu Makefile |
| 361 .PRECIOUS: Makefile |
| 362 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 363 @case '$?' in \ |
| 364 *config.status*) \ |
| 365 echo ' $(SHELL) ./config.status'; \ |
| 366 $(SHELL) ./config.status;; \ |
| 367 *) \ |
| 368 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi
les_maybe)'; \ |
| 369 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may
be);; \ |
| 370 esac; |
| 371 |
| 372 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
IES) |
| 373 $(SHELL) ./config.status --recheck |
| 374 |
| 375 $(top_srcdir)/configure: $(am__configure_deps) |
| 376 cd $(srcdir) && $(AUTOCONF) |
| 377 $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| 378 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 379 |
| 380 src/config.h: src/stamp-h1 |
| 381 @if test ! -f $@; then \ |
| 382 rm -f src/stamp-h1; \ |
| 383 $(MAKE) src/stamp-h1; \ |
| 384 else :; fi |
| 385 |
| 386 src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status |
| 387 @rm -f src/stamp-h1 |
| 388 cd $(top_builddir) && $(SHELL) ./config.status src/config.h |
| 389 $(top_srcdir)/src/config.h.in: $(am__configure_deps) |
| 390 cd $(top_srcdir) && $(AUTOHEADER) |
| 391 rm -f src/stamp-h1 |
| 392 touch $@ |
| 393 |
| 394 distclean-hdr: |
| 395 -rm -f src/config.h src/stamp-h1 |
| 396 src/gflags/gflags.h: $(top_builddir)/config.status $(top_srcdir)/src/gflags/gfla
gs.h.in |
| 397 cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 398 src/gflags/gflags_completions.h: $(top_builddir)/config.status $(top_srcdir)/src
/gflags/gflags_completions.h.in |
| 399 cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 400 install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 401 @$(NORMAL_INSTALL) |
| 402 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
| 403 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 404 if test -f $$p; then \ |
| 405 f=$(am__strip_dir) \ |
| 406 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL
_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
| 407 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_
FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
| 408 else :; fi; \ |
| 409 done |
| 410 |
| 411 uninstall-libLTLIBRARIES: |
| 412 @$(NORMAL_UNINSTALL) |
| 413 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 414 p=$(am__strip_dir) \ |
| 415 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
| 416 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
| 417 done |
| 418 |
| 419 clean-libLTLIBRARIES: |
| 420 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 421 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
| 422 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
| 423 test "$$dir" != "$$p" || dir=.; \ |
| 424 echo "rm -f \"$${dir}/so_locations\""; \ |
| 425 rm -f "$${dir}/so_locations"; \ |
| 426 done |
| 427 libgflags.la: $(libgflags_la_OBJECTS) $(libgflags_la_DEPENDENCIES) |
| 428 $(CXXLINK) -rpath $(libdir) $(libgflags_la_LDFLAGS) $(libgflags_la_OBJEC
TS) $(libgflags_la_LIBADD) $(LIBS) |
| 429 |
| 430 clean-noinstPROGRAMS: |
| 431 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ |
| 432 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
| 433 echo " rm -f $$p $$f"; \ |
| 434 rm -f $$p $$f ; \ |
| 435 done |
| 436 gflags_nothreads_unittest$(EXEEXT): $(gflags_nothreads_unittest_OBJECTS) $(gflag
s_nothreads_unittest_DEPENDENCIES) |
| 437 @rm -f gflags_nothreads_unittest$(EXEEXT) |
| 438 $(CXXLINK) $(gflags_nothreads_unittest_LDFLAGS) $(gflags_nothreads_unitt
est_OBJECTS) $(gflags_nothreads_unittest_LDADD) $(LIBS) |
| 439 gflags_unittest$(EXEEXT): $(gflags_unittest_OBJECTS) $(gflags_unittest_DEPENDENC
IES) |
| 440 @rm -f gflags_unittest$(EXEEXT) |
| 441 $(CXXLINK) $(gflags_unittest_LDFLAGS) $(gflags_unittest_OBJECTS) $(gflag
s_unittest_LDADD) $(LIBS) |
| 442 gflags_unittest2$(EXEEXT): $(gflags_unittest2_OBJECTS) $(gflags_unittest2_DEPEND
ENCIES) |
| 443 @rm -f gflags_unittest2$(EXEEXT) |
| 444 $(CXXLINK) $(gflags_unittest2_LDFLAGS) $(gflags_unittest2_OBJECTS) $(gfl
ags_unittest2_LDADD) $(LIBS) |
| 445 gflags_unittest3$(EXEEXT): $(gflags_unittest3_OBJECTS) $(gflags_unittest3_DEPEND
ENCIES) |
| 446 @rm -f gflags_unittest3$(EXEEXT) |
| 447 $(CXXLINK) $(gflags_unittest3_LDFLAGS) $(gflags_unittest3_OBJECTS) $(gfl
ags_unittest3_LDADD) $(LIBS) |
| 448 install-binSCRIPTS: $(bin_SCRIPTS) |
| 449 @$(NORMAL_INSTALL) |
| 450 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
| 451 @list='$(bin_SCRIPTS)'; for p in $$list; do \ |
| 452 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 453 if test -f $$d$$p; then \ |
| 454 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ |
| 455 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
| 456 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ |
| 457 else :; fi; \ |
| 458 done |
| 459 |
| 460 uninstall-binSCRIPTS: |
| 461 @$(NORMAL_UNINSTALL) |
| 462 @list='$(bin_SCRIPTS)'; for p in $$list; do \ |
| 463 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ |
| 464 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
| 465 rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
| 466 done |
| 467 |
| 468 mostlyclean-compile: |
| 469 -rm -f *.$(OBJEXT) |
| 470 |
| 471 distclean-compile: |
| 472 -rm -f *.tab.c |
| 473 |
| 474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gflags_unittest-gflags_unittest
.Po@am__quote@ |
| 475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gflags_unittest-main.Po@am__quo
te@ |
| 476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gflags_unittest.Po@am__quote@ |
| 477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gflags_unittest_main.Po@am__quo
te@ |
| 478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgflags_la-gflags.Plo@am__quo
te@ |
| 479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgflags_la-gflags_completions
.Plo@am__quote@ |
| 480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgflags_la-gflags_reporting.P
lo@am__quote@ |
| 481 |
| 482 .cc.o: |
| 483 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -
c -o $@ $<; \ |
| 484 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm
-f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
| 485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE
PBACKSLASH@ |
| 486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 487 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
| 488 |
| 489 .cc.obj: |
| 490 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -
c -o $@ `$(CYGPATH_W) '$<'`; \ |
| 491 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm
-f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
| 492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE
PBACKSLASH@ |
| 493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 494 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 495 |
| 496 .cc.lo: |
| 497 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo"
-c -o $@ $<; \ |
| 498 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else r
m -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
| 499 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMD
EPBACKSLASH@ |
| 500 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 501 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
| 502 |
| 503 libgflags_la-gflags.lo: src/gflags.cc |
| 504 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(
DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgflags_la_CXXFLAGS
) $(CXXFLAGS) -MT libgflags_la-gflags.lo -MD -MP -MF "$(DEPDIR)/libgflags_la-gfl
ags.Tpo" -c -o libgflags_la-gflags.lo `test -f 'src/gflags.cc' || echo '$(srcdir
)/'`src/gflags.cc; \ |
| 505 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgflags_la-gflags.Tpo" "$(DEPDIR
)/libgflags_la-gflags.Plo"; else rm -f "$(DEPDIR)/libgflags_la-gflags.Tpo"; exit
1; fi |
| 506 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags.cc' object='libgflags
_la-gflags.lo' libtool=yes @AMDEPBACKSLASH@ |
| 507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 508 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF
AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgflags_la_CXXFLAGS) $
(CXXFLAGS) -c -o libgflags_la-gflags.lo `test -f 'src/gflags.cc' || echo '$(srcd
ir)/'`src/gflags.cc |
| 509 |
| 510 libgflags_la-gflags_reporting.lo: src/gflags_reporting.cc |
| 511 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(
DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgflags_la_CXXFLAGS
) $(CXXFLAGS) -MT libgflags_la-gflags_reporting.lo -MD -MP -MF "$(DEPDIR)/libgfl
ags_la-gflags_reporting.Tpo" -c -o libgflags_la-gflags_reporting.lo `test -f 'sr
c/gflags_reporting.cc' || echo '$(srcdir)/'`src/gflags_reporting.cc; \ |
| 512 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgflags_la-gflags_reporting.Tpo"
"$(DEPDIR)/libgflags_la-gflags_reporting.Plo"; else rm -f "$(DEPDIR)/libgflags_
la-gflags_reporting.Tpo"; exit 1; fi |
| 513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_reporting.cc' object=
'libgflags_la-gflags_reporting.lo' libtool=yes @AMDEPBACKSLASH@ |
| 514 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 515 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF
AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgflags_la_CXXFLAGS) $
(CXXFLAGS) -c -o libgflags_la-gflags_reporting.lo `test -f 'src/gflags_reporting
.cc' || echo '$(srcdir)/'`src/gflags_reporting.cc |
| 516 |
| 517 libgflags_la-gflags_completions.lo: src/gflags_completions.cc |
| 518 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(
DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgflags_la_CXXFLAGS
) $(CXXFLAGS) -MT libgflags_la-gflags_completions.lo -MD -MP -MF "$(DEPDIR)/libg
flags_la-gflags_completions.Tpo" -c -o libgflags_la-gflags_completions.lo `test
-f 'src/gflags_completions.cc' || echo '$(srcdir)/'`src/gflags_completions.cc; \ |
| 519 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgflags_la-gflags_completions.Tp
o" "$(DEPDIR)/libgflags_la-gflags_completions.Plo"; else rm -f "$(DEPDIR)/libgfl
ags_la-gflags_completions.Tpo"; exit 1; fi |
| 520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_completions.cc' objec
t='libgflags_la-gflags_completions.lo' libtool=yes @AMDEPBACKSLASH@ |
| 521 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 522 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF
AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgflags_la_CXXFLAGS) $
(CXXFLAGS) -c -o libgflags_la-gflags_completions.lo `test -f 'src/gflags_complet
ions.cc' || echo '$(srcdir)/'`src/gflags_completions.cc |
| 523 |
| 524 gflags_unittest.o: src/gflags_unittest.cc |
| 525 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest.o -MD -MP -M
F "$(DEPDIR)/gflags_unittest.Tpo" -c -o gflags_unittest.o `test -f 'src/gflags_u
nittest.cc' || echo '$(srcdir)/'`src/gflags_unittest.cc; \ |
| 526 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest.Tpo" "$(DEPDIR)/gf
lags_unittest.Po"; else rm -f "$(DEPDIR)/gflags_unittest.Tpo"; exit 1; fi |
| 527 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest.cc' object='
gflags_unittest.o' libtool=no @AMDEPBACKSLASH@ |
| 528 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 529 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest.o `test -f 's
rc/gflags_unittest.cc' || echo '$(srcdir)/'`src/gflags_unittest.cc |
| 530 |
| 531 gflags_unittest.obj: src/gflags_unittest.cc |
| 532 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest.obj -MD -MP
-MF "$(DEPDIR)/gflags_unittest.Tpo" -c -o gflags_unittest.obj `if test -f 'src/g
flags_unittest.cc'; then $(CYGPATH_W) 'src/gflags_unittest.cc'; else $(CYGPATH_W
) '$(srcdir)/src/gflags_unittest.cc'; fi`; \ |
| 533 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest.Tpo" "$(DEPDIR)/gf
lags_unittest.Po"; else rm -f "$(DEPDIR)/gflags_unittest.Tpo"; exit 1; fi |
| 534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest.cc' object='
gflags_unittest.obj' libtool=no @AMDEPBACKSLASH@ |
| 535 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 536 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest.obj `if test
-f 'src/gflags_unittest.cc'; then $(CYGPATH_W) 'src/gflags_unittest.cc'; else $(
CYGPATH_W) '$(srcdir)/src/gflags_unittest.cc'; fi` |
| 537 |
| 538 gflags_unittest-gflags_unittest.o: src/gflags_unittest.cc |
| 539 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(gflags_unittest_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest
-gflags_unittest.o -MD -MP -MF "$(DEPDIR)/gflags_unittest-gflags_unittest.Tpo" -
c -o gflags_unittest-gflags_unittest.o `test -f 'src/gflags_unittest.cc' || echo
'$(srcdir)/'`src/gflags_unittest.cc; \ |
| 540 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest-gflags_unittest.Tp
o" "$(DEPDIR)/gflags_unittest-gflags_unittest.Po"; else rm -f "$(DEPDIR)/gflags_
unittest-gflags_unittest.Tpo"; exit 1; fi |
| 541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest.cc' object='
gflags_unittest-gflags_unittest.o' libtool=no @AMDEPBACKSLASH@ |
| 542 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 543 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(gflags_unittest_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest-
gflags_unittest.o `test -f 'src/gflags_unittest.cc' || echo '$(srcdir)/'`src/gfl
ags_unittest.cc |
| 544 |
| 545 gflags_unittest-gflags_unittest.obj: src/gflags_unittest.cc |
| 546 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(gflags_unittest_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest
-gflags_unittest.obj -MD -MP -MF "$(DEPDIR)/gflags_unittest-gflags_unittest.Tpo"
-c -o gflags_unittest-gflags_unittest.obj `if test -f 'src/gflags_unittest.cc';
then $(CYGPATH_W) 'src/gflags_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/gf
lags_unittest.cc'; fi`; \ |
| 547 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest-gflags_unittest.Tp
o" "$(DEPDIR)/gflags_unittest-gflags_unittest.Po"; else rm -f "$(DEPDIR)/gflags_
unittest-gflags_unittest.Tpo"; exit 1; fi |
| 548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest.cc' object='
gflags_unittest-gflags_unittest.obj' libtool=no @AMDEPBACKSLASH@ |
| 549 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 550 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(gflags_unittest_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest-
gflags_unittest.obj `if test -f 'src/gflags_unittest.cc'; then $(CYGPATH_W) 'src
/gflags_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/gflags_unittest.cc'; fi` |
| 551 |
| 552 gflags_unittest-main.o: src/gflags_unittest-main.cc |
| 553 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest-main.o -MD -
MP -MF "$(DEPDIR)/gflags_unittest-main.Tpo" -c -o gflags_unittest-main.o `test -
f 'src/gflags_unittest-main.cc' || echo '$(srcdir)/'`src/gflags_unittest-main.cc
; \ |
| 554 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest-main.Tpo" "$(DEPDI
R)/gflags_unittest-main.Po"; else rm -f "$(DEPDIR)/gflags_unittest-main.Tpo"; ex
it 1; fi |
| 555 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest-main.cc' obj
ect='gflags_unittest-main.o' libtool=no @AMDEPBACKSLASH@ |
| 556 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 557 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest-main.o `test
-f 'src/gflags_unittest-main.cc' || echo '$(srcdir)/'`src/gflags_unittest-main.c
c |
| 558 |
| 559 gflags_unittest-main.obj: src/gflags_unittest-main.cc |
| 560 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest-main.obj -MD
-MP -MF "$(DEPDIR)/gflags_unittest-main.Tpo" -c -o gflags_unittest-main.obj `if
test -f 'src/gflags_unittest-main.cc'; then $(CYGPATH_W) 'src/gflags_unittest-m
ain.cc'; else $(CYGPATH_W) '$(srcdir)/src/gflags_unittest-main.cc'; fi`; \ |
| 561 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest-main.Tpo" "$(DEPDI
R)/gflags_unittest-main.Po"; else rm -f "$(DEPDIR)/gflags_unittest-main.Tpo"; ex
it 1; fi |
| 562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest-main.cc' obj
ect='gflags_unittest-main.obj' libtool=no @AMDEPBACKSLASH@ |
| 563 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 564 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest-main.obj `if
test -f 'src/gflags_unittest-main.cc'; then $(CYGPATH_W) 'src/gflags_unittest-ma
in.cc'; else $(CYGPATH_W) '$(srcdir)/src/gflags_unittest-main.cc'; fi` |
| 565 |
| 566 gflags_unittest_main.o: src/gflags_unittest_main.cc |
| 567 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest_main.o -MD -
MP -MF "$(DEPDIR)/gflags_unittest_main.Tpo" -c -o gflags_unittest_main.o `test -
f 'src/gflags_unittest_main.cc' || echo '$(srcdir)/'`src/gflags_unittest_main.cc
; \ |
| 568 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest_main.Tpo" "$(DEPDI
R)/gflags_unittest_main.Po"; else rm -f "$(DEPDIR)/gflags_unittest_main.Tpo"; ex
it 1; fi |
| 569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest_main.cc' obj
ect='gflags_unittest_main.o' libtool=no @AMDEPBACKSLASH@ |
| 570 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 571 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest_main.o `test
-f 'src/gflags_unittest_main.cc' || echo '$(srcdir)/'`src/gflags_unittest_main.c
c |
| 572 |
| 573 gflags_unittest_main.obj: src/gflags_unittest_main.cc |
| 574 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C
PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gflags_unittest_main.obj -MD
-MP -MF "$(DEPDIR)/gflags_unittest_main.Tpo" -c -o gflags_unittest_main.obj `if
test -f 'src/gflags_unittest_main.cc'; then $(CYGPATH_W) 'src/gflags_unittest_m
ain.cc'; else $(CYGPATH_W) '$(srcdir)/src/gflags_unittest_main.cc'; fi`; \ |
| 575 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gflags_unittest_main.Tpo" "$(DEPDI
R)/gflags_unittest_main.Po"; else rm -f "$(DEPDIR)/gflags_unittest_main.Tpo"; ex
it 1; fi |
| 576 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/gflags_unittest_main.cc' obj
ect='gflags_unittest_main.obj' libtool=no @AMDEPBACKSLASH@ |
| 577 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp
) @AMDEPBACKSLASH@ |
| 578 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF
LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gflags_unittest_main.obj `if
test -f 'src/gflags_unittest_main.cc'; then $(CYGPATH_W) 'src/gflags_unittest_ma
in.cc'; else $(CYGPATH_W) '$(srcdir)/src/gflags_unittest_main.cc'; fi` |
| 579 |
| 580 mostlyclean-libtool: |
| 581 -rm -f *.lo |
| 582 |
| 583 clean-libtool: |
| 584 -rm -rf .libs _libs |
| 585 |
| 586 distclean-libtool: |
| 587 -rm -f libtool |
| 588 uninstall-info-am: |
| 589 install-dist_docDATA: $(dist_doc_DATA) |
| 590 @$(NORMAL_INSTALL) |
| 591 test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)" |
| 592 @list='$(dist_doc_DATA)'; for p in $$list; do \ |
| 593 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 594 f=$(am__strip_dir) \ |
| 595 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ |
| 596 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ |
| 597 done |
| 598 |
| 599 uninstall-dist_docDATA: |
| 600 @$(NORMAL_UNINSTALL) |
| 601 @list='$(dist_doc_DATA)'; for p in $$list; do \ |
| 602 f=$(am__strip_dir) \ |
| 603 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ |
| 604 rm -f "$(DESTDIR)$(docdir)/$$f"; \ |
| 605 done |
| 606 install-gflagsincludeHEADERS: $(gflagsinclude_HEADERS) |
| 607 @$(NORMAL_INSTALL) |
| 608 test -z "$(gflagsincludedir)" || $(mkdir_p) "$(DESTDIR)$(gflagsincludedi
r)" |
| 609 @list='$(gflagsinclude_HEADERS)'; for p in $$list; do \ |
| 610 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 611 f=$(am__strip_dir) \ |
| 612 echo " $(gflagsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(gflagsinc
ludedir)/$$f'"; \ |
| 613 $(gflagsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(gflagsincludedir
)/$$f"; \ |
| 614 done |
| 615 |
| 616 uninstall-gflagsincludeHEADERS: |
| 617 @$(NORMAL_UNINSTALL) |
| 618 @list='$(gflagsinclude_HEADERS)'; for p in $$list; do \ |
| 619 f=$(am__strip_dir) \ |
| 620 echo " rm -f '$(DESTDIR)$(gflagsincludedir)/$$f'"; \ |
| 621 rm -f "$(DESTDIR)$(gflagsincludedir)/$$f"; \ |
| 622 done |
| 623 install-googleincludeHEADERS: $(googleinclude_HEADERS) |
| 624 @$(NORMAL_INSTALL) |
| 625 test -z "$(googleincludedir)" || $(mkdir_p) "$(DESTDIR)$(googleincludedi
r)" |
| 626 @list='$(googleinclude_HEADERS)'; for p in $$list; do \ |
| 627 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 628 f=$(am__strip_dir) \ |
| 629 echo " $(googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(googleinc
ludedir)/$$f'"; \ |
| 630 $(googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleincludedir
)/$$f"; \ |
| 631 done |
| 632 |
| 633 uninstall-googleincludeHEADERS: |
| 634 @$(NORMAL_UNINSTALL) |
| 635 @list='$(googleinclude_HEADERS)'; for p in $$list; do \ |
| 636 f=$(am__strip_dir) \ |
| 637 echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \ |
| 638 rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \ |
| 639 done |
| 640 |
| 641 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 642 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 643 unique=`for i in $$list; do \ |
| 644 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 645 done | \ |
| 646 $(AWK) ' { files[$$0] = 1; } \ |
| 647 END { for (i in files) print i; }'`; \ |
| 648 mkid -fID $$unique |
| 649 tags: TAGS |
| 650 |
| 651 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 652 $(TAGS_FILES) $(LISP) |
| 653 tags=; \ |
| 654 here=`pwd`; \ |
| 655 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 656 unique=`for i in $$list; do \ |
| 657 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 658 done | \ |
| 659 $(AWK) ' { files[$$0] = 1; } \ |
| 660 END { for (i in files) print i; }'`; \ |
| 661 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
| 662 test -n "$$unique" || unique=$$empty_fix; \ |
| 663 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 664 $$tags $$unique; \ |
| 665 fi |
| 666 ctags: CTAGS |
| 667 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 668 $(TAGS_FILES) $(LISP) |
| 669 tags=; \ |
| 670 here=`pwd`; \ |
| 671 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 672 unique=`for i in $$list; do \ |
| 673 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 674 done | \ |
| 675 $(AWK) ' { files[$$0] = 1; } \ |
| 676 END { for (i in files) print i; }'`; \ |
| 677 test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
| 678 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 679 $$tags $$unique |
| 680 |
| 681 GTAGS: |
| 682 here=`$(am__cd) $(top_builddir) && pwd` \ |
| 683 && cd $(top_srcdir) \ |
| 684 && gtags -i $(GTAGS_ARGS) $$here |
| 685 |
| 686 distclean-tags: |
| 687 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 688 |
| 689 check-TESTS: $(TESTS) |
| 690 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ |
| 691 srcdir=$(srcdir); export srcdir; \ |
| 692 list='$(TESTS)'; \ |
| 693 if test -n "$$list"; then \ |
| 694 for tst in $$list; do \ |
| 695 if test -f ./$$tst; then dir=./; \ |
| 696 elif test -f $$tst; then dir=; \ |
| 697 else dir="$(srcdir)/"; fi; \ |
| 698 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ |
| 699 all=`expr $$all + 1`; \ |
| 700 case " $(XFAIL_TESTS) " in \ |
| 701 *" $$tst "*) \ |
| 702 xpass=`expr $$xpass + 1`; \ |
| 703 failed=`expr $$failed + 1`; \ |
| 704 echo "XPASS: $$tst"; \ |
| 705 ;; \ |
| 706 *) \ |
| 707 echo "PASS: $$tst"; \ |
| 708 ;; \ |
| 709 esac; \ |
| 710 elif test $$? -ne 77; then \ |
| 711 all=`expr $$all + 1`; \ |
| 712 case " $(XFAIL_TESTS) " in \ |
| 713 *" $$tst "*) \ |
| 714 xfail=`expr $$xfail + 1`; \ |
| 715 echo "XFAIL: $$tst"; \ |
| 716 ;; \ |
| 717 *) \ |
| 718 failed=`expr $$failed + 1`; \ |
| 719 echo "FAIL: $$tst"; \ |
| 720 ;; \ |
| 721 esac; \ |
| 722 else \ |
| 723 skip=`expr $$skip + 1`; \ |
| 724 echo "SKIP: $$tst"; \ |
| 725 fi; \ |
| 726 done; \ |
| 727 if test "$$failed" -eq 0; then \ |
| 728 if test "$$xfail" -eq 0; then \ |
| 729 banner="All $$all tests passed"; \ |
| 730 else \ |
| 731 banner="All $$all tests behaved as expected ($$xfail expected fail
ures)"; \ |
| 732 fi; \ |
| 733 else \ |
| 734 if test "$$xpass" -eq 0; then \ |
| 735 banner="$$failed of $$all tests failed"; \ |
| 736 else \ |
| 737 banner="$$failed of $$all tests did not behave as expected ($$xpas
s unexpected passes)"; \ |
| 738 fi; \ |
| 739 fi; \ |
| 740 dashes="$$banner"; \ |
| 741 skipped=""; \ |
| 742 if test "$$skip" -ne 0; then \ |
| 743 skipped="($$skip tests were not run)"; \ |
| 744 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ |
| 745 dashes="$$skipped"; \ |
| 746 fi; \ |
| 747 report=""; \ |
| 748 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ |
| 749 report="Please report to $(PACKAGE_BUGREPORT)"; \ |
| 750 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ |
| 751 dashes="$$report"; \ |
| 752 fi; \ |
| 753 dashes=`echo "$$dashes" | sed s/./=/g`; \ |
| 754 echo "$$dashes"; \ |
| 755 echo "$$banner"; \ |
| 756 test -z "$$skipped" || echo "$$skipped"; \ |
| 757 test -z "$$report" || echo "$$report"; \ |
| 758 echo "$$dashes"; \ |
| 759 test "$$failed" -eq 0; \ |
| 760 else :; fi |
| 761 |
| 762 distdir: $(DISTFILES) |
| 763 $(am__remove_distdir) |
| 764 mkdir $(distdir) |
| 765 $(mkdir_p) $(distdir)/doc $(distdir)/m4 $(distdir)/packages $(distdir)/p
ackages/rpm $(distdir)/python $(distdir)/src $(distdir)/src/gflags $(distdir)/sr
c/google |
| 766 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
| 767 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
| 768 list='$(DISTFILES)'; for file in $$list; do \ |
| 769 case $$file in \ |
| 770 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
| 771 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(t
op_builddir)/|"`;; \ |
| 772 esac; \ |
| 773 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 774 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 775 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
| 776 dir="/$$dir"; \ |
| 777 $(mkdir_p) "$(distdir)$$dir"; \ |
| 778 else \ |
| 779 dir=''; \ |
| 780 fi; \ |
| 781 if test -d $$d/$$file; then \ |
| 782 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 783 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
| 784 fi; \ |
| 785 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
| 786 else \ |
| 787 test -f $(distdir)/$$file \ |
| 788 || cp -p $$d/$$file $(distdir)/$$file \ |
| 789 || exit 1; \ |
| 790 fi; \ |
| 791 done |
| 792 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
| 793 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
| 794 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
| 795 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \;
\ |
| 796 || chmod -R a+r $(distdir) |
| 797 dist-gzip: distdir |
| 798 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz |
| 799 $(am__remove_distdir) |
| 800 |
| 801 dist-bzip2: distdir |
| 802 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
| 803 $(am__remove_distdir) |
| 804 |
| 805 dist-tarZ: distdir |
| 806 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 807 $(am__remove_distdir) |
| 808 |
| 809 dist-shar: distdir |
| 810 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 811 $(am__remove_distdir) |
| 812 |
| 813 dist-zip: distdir |
| 814 -rm -f $(distdir).zip |
| 815 zip -rq $(distdir).zip $(distdir) |
| 816 $(am__remove_distdir) |
| 817 |
| 818 dist dist-all: distdir |
| 819 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz |
| 820 $(am__remove_distdir) |
| 821 |
| 822 # This target untars the dist file and tries a VPATH configuration. Then |
| 823 # it guarantees that the distribution is self-contained by making another |
| 824 # tarfile. |
| 825 distcheck: dist |
| 826 case '$(DIST_ARCHIVES)' in \ |
| 827 *.tar.gz*) \ |
| 828 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
| 829 *.tar.bz2*) \ |
| 830 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 831 *.tar.Z*) \ |
| 832 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 833 *.shar.gz*) \ |
| 834 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
| 835 *.zip*) \ |
| 836 unzip $(distdir).zip ;;\ |
| 837 esac |
| 838 chmod -R a-w $(distdir); chmod a+w $(distdir) |
| 839 mkdir $(distdir)/_build |
| 840 mkdir $(distdir)/_inst |
| 841 chmod a-w $(distdir) |
| 842 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:
[\\/],/,'` \ |
| 843 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
| 844 && cd $(distdir)/_build \ |
| 845 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
| 846 $(DISTCHECK_CONFIGURE_FLAGS) \ |
| 847 && $(MAKE) $(AM_MAKEFLAGS) \ |
| 848 && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 849 && $(MAKE) $(AM_MAKEFLAGS) check \ |
| 850 && $(MAKE) $(AM_MAKEFLAGS) install \ |
| 851 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 852 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
| 853 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base"
\ |
| 854 distuninstallcheck \ |
| 855 && chmod -R a-w "$$dc_install_base" \ |
| 856 && ({ \ |
| 857 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 858 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 859 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 860 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 861 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 862 } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 863 && rm -rf "$$dc_destdir" \ |
| 864 && $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 865 && rm -rf $(DIST_ARCHIVES) \ |
| 866 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
| 867 $(am__remove_distdir) |
| 868 @(echo "$(distdir) archives ready for distribution: "; \ |
| 869 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 870 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
| 871 distuninstallcheck: |
| 872 @cd $(distuninstallcheck_dir) \ |
| 873 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
| 874 || { echo "ERROR: files left after uninstall:" ; \ |
| 875 if test -n "$(DESTDIR)"; then \ |
| 876 echo " (check DESTDIR support)"; \ |
| 877 fi ; \ |
| 878 $(distuninstallcheck_listfiles) ; \ |
| 879 exit 1; } >&2 |
| 880 distcleancheck: distclean |
| 881 @if test '$(srcdir)' = . ; then \ |
| 882 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
| 883 exit 1 ; \ |
| 884 fi |
| 885 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
| 886 || { echo "ERROR: files left in build directory after distclean:" ; \ |
| 887 $(distcleancheck_listfiles) ; \ |
| 888 exit 1; } >&2 |
| 889 check-am: all-am |
| 890 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) |
| 891 $(MAKE) $(AM_MAKEFLAGS) check-TESTS |
| 892 check: check-am |
| 893 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ |
| 894 $(HEADERS) |
| 895 installdirs: |
| 896 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docd
ir)" "$(DESTDIR)$(gflagsincludedir)" "$(DESTDIR)$(googleincludedir)"; do \ |
| 897 test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
| 898 done |
| 899 install: install-am |
| 900 install-exec: install-exec-am |
| 901 install-data: install-data-am |
| 902 uninstall: uninstall-am |
| 903 |
| 904 install-am: all-am |
| 905 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 906 |
| 907 installcheck: installcheck-am |
| 908 install-strip: |
| 909 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 910 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 911 `test -z '$(STRIP)' || \ |
| 912 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 913 mostlyclean-generic: |
| 914 |
| 915 clean-generic: |
| 916 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| 917 |
| 918 distclean-generic: |
| 919 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 920 |
| 921 maintainer-clean-generic: |
| 922 @echo "This command is intended for maintainers to use" |
| 923 @echo "it deletes files that may require special tools to rebuild." |
| 924 clean: clean-am |
| 925 |
| 926 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
| 927 clean-noinstPROGRAMS mostlyclean-am |
| 928 |
| 929 distclean: distclean-am |
| 930 -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 931 -rm -rf ./$(DEPDIR) |
| 932 -rm -f Makefile |
| 933 distclean-am: clean-am distclean-compile distclean-generic \ |
| 934 distclean-hdr distclean-libtool distclean-tags |
| 935 |
| 936 dvi: dvi-am |
| 937 |
| 938 dvi-am: |
| 939 |
| 940 html: html-am |
| 941 |
| 942 info: info-am |
| 943 |
| 944 info-am: |
| 945 |
| 946 install-data-am: install-dist_docDATA install-gflagsincludeHEADERS \ |
| 947 install-googleincludeHEADERS |
| 948 |
| 949 install-exec-am: install-binSCRIPTS install-libLTLIBRARIES |
| 950 |
| 951 install-info: install-info-am |
| 952 |
| 953 install-man: |
| 954 |
| 955 installcheck-am: |
| 956 |
| 957 maintainer-clean: maintainer-clean-am |
| 958 -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 959 -rm -rf $(top_srcdir)/autom4te.cache |
| 960 -rm -rf ./$(DEPDIR) |
| 961 -rm -f Makefile |
| 962 maintainer-clean-am: distclean-am maintainer-clean-generic |
| 963 |
| 964 mostlyclean: mostlyclean-am |
| 965 |
| 966 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 967 mostlyclean-libtool |
| 968 |
| 969 pdf: pdf-am |
| 970 |
| 971 pdf-am: |
| 972 |
| 973 ps: ps-am |
| 974 |
| 975 ps-am: |
| 976 |
| 977 uninstall-am: uninstall-binSCRIPTS uninstall-dist_docDATA \ |
| 978 uninstall-gflagsincludeHEADERS uninstall-googleincludeHEADERS \ |
| 979 uninstall-info-am uninstall-libLTLIBRARIES |
| 980 |
| 981 .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ |
| 982 clean clean-generic clean-libLTLIBRARIES clean-libtool \ |
| 983 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \ |
| 984 dist-shar dist-tarZ dist-zip distcheck distclean \ |
| 985 distclean-compile distclean-generic distclean-hdr \ |
| 986 distclean-libtool distclean-tags distcleancheck distdir \ |
| 987 distuninstallcheck dvi dvi-am html html-am info info-am \ |
| 988 install install-am install-binSCRIPTS install-data \ |
| 989 install-data-am install-dist_docDATA install-exec \ |
| 990 install-exec-am install-gflagsincludeHEADERS \ |
| 991 install-googleincludeHEADERS install-info install-info-am \ |
| 992 install-libLTLIBRARIES install-man install-strip installcheck \ |
| 993 installcheck-am installdirs maintainer-clean \ |
| 994 maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 995 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 996 tags uninstall uninstall-am uninstall-binSCRIPTS \ |
| 997 uninstall-dist_docDATA uninstall-gflagsincludeHEADERS \ |
| 998 uninstall-googleincludeHEADERS uninstall-info-am \ |
| 999 uninstall-libLTLIBRARIES |
| 1000 |
| 1001 src/gflags_unittest-main.cc: src/gflags_unittest.cc |
| 1002 rm -f src/gflags_unittest-main.cc |
| 1003 cp -p src/gflags_unittest.cc src/gflags_unittest-main.cc |
| 1004 src/gflags_unittest_main.cc: src/gflags_unittest.cc |
| 1005 rm -f src/gflags_unittest_main.cc |
| 1006 cp -p src/gflags_unittest.cc src/gflags_unittest_main.cc |
| 1007 gflags_unittest_sh: gflags_unittest$(EXEEXT) \ |
| 1008 gflags_unittest2$(EXEEXT) \ |
| 1009 gflags_unittest3$(EXEEXT) |
| 1010 bash --version >/dev/null && export SH=bash || export SH=sh; \ |
| 1011 $$SH "$(top_srcdir)/src/gflags_unittest.sh" "$(PWD)/gflags_unittest" \ |
| 1012 "$(top_srcdir)" |
| 1013 |
| 1014 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec |
| 1015 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} |
| 1016 |
| 1017 deb: dist-gzip packages/deb.sh packages/deb/* |
| 1018 @cd packages && ./deb.sh ${PACKAGE} ${VERSION} |
| 1019 |
| 1020 libtool: $(LIBTOOL_DEPS) |
| 1021 $(SHELL) ./config.status --recheck |
| 1022 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 1023 # Otherwise a system limit (for SysV at least) may be exceeded. |
| 1024 .NOEXPORT: |
| OLD | NEW |