Changeset e99e43f for tools/Makefile.in
- Timestamp:
- Jan 10, 2019, 3:50:34 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- d97c3a4
- Parents:
- aeb8f70 (diff), 08222c7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Aaron Moss <a3moss@…> (01/10/19 14:46:09)
- git-committer:
- Aaron Moss <a3moss@…> (01/10/19 15:50:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.in
raeb8f70 re99e43f 96 96 subdir = tools 97 97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 98 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \ 99 $(top_srcdir)/configure.ac 98 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \ 99 $(top_srcdir)/automake/ltoptions.m4 \ 100 $(top_srcdir)/automake/ltsugar.m4 \ 101 $(top_srcdir)/automake/ltversion.m4 \ 102 $(top_srcdir)/automake/lt~obsolete.m4 \ 103 $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac 100 104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 101 105 $(ACLOCAL_M4) … … 109 113 busy_OBJECTS = $(am_busy_OBJECTS) 110 114 busy_LDADD = $(LDADD) 111 busy_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(busy_LDFLAGS) $(LDFLAGS) \ 112 -o $@ 115 AM_V_lt = $(am__v_lt_@AM_V@) 116 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 117 am__v_lt_0 = --silent 118 am__v_lt_1 = 119 busy_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 120 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 121 $(busy_LDFLAGS) $(LDFLAGS) -o $@ 113 122 am_catchsig_OBJECTS = catchsig.$(OBJEXT) 114 123 catchsig_OBJECTS = $(am_catchsig_OBJECTS) … … 138 147 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 139 148 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 149 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 150 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 151 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 152 $(AM_CFLAGS) $(CFLAGS) 140 153 AM_V_CC = $(am__v_CC_@AM_V@) 141 154 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) … … 143 156 am__v_CC_1 = 144 157 CCLD = $(CC) 145 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 158 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 160 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 146 161 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 147 162 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) … … 182 197 AMTAR = @AMTAR@ 183 198 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 199 AR = @AR@ 184 200 AUTOCONF = @AUTOCONF@ 185 201 AUTOHEADER = @AUTOHEADER@ 186 202 AUTOMAKE = @AUTOMAKE@ 187 203 AWK = @AWK@ 188 BACKEND_CC = @BACKEND_CC@189 204 BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@ 190 CC = @ BACKEND_CC@205 CC = @CC@ 191 206 CCAS = @CCAS@ 192 207 CCASDEPMODE = @CCASDEPMODE@ … … 206 221 CPPFLAGS = @CPPFLAGS@ 207 222 CXX = @CXX@ 223 CXXCPP = @CXXCPP@ 208 224 CXXDEPMODE = @CXXDEPMODE@ 209 225 CXXFLAGS = @CXXFLAGS@ … … 211 227 DEFS = @DEFS@ 212 228 DEPDIR = @DEPDIR@ 229 DLLTOOL = @DLLTOOL@ 213 230 DRIVER_DIR = @DRIVER_DIR@ 231 DSYMUTIL = @DSYMUTIL@ 232 DUMPBIN = @DUMPBIN@ 214 233 ECHO_C = @ECHO_C@ 215 234 ECHO_N = @ECHO_N@ … … 217 236 EGREP = @EGREP@ 218 237 EXEEXT = @EXEEXT@ 238 FGREP = @FGREP@ 219 239 GREP = @GREP@ 220 240 HOST_FLAGS = @HOST_FLAGS@ … … 224 244 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 225 245 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 246 LD = @LD@ 226 247 LDFLAGS = @LDFLAGS@ 227 248 LEX = @LEX@ … … 232 253 LIBOBJS = @LIBOBJS@ 233 254 LIBS = @LIBS@ 255 LIBTOOL = @LIBTOOL@ 256 LIPO = @LIPO@ 257 LN_S = @LN_S@ 234 258 LTLIBOBJS = @LTLIBOBJS@ 259 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 235 260 MAKEINFO = @MAKEINFO@ 261 MANIFEST_TOOL = @MANIFEST_TOOL@ 236 262 MKDIR_P = @MKDIR_P@ 263 NM = @NM@ 264 NMEDIT = @NMEDIT@ 265 OBJDUMP = @OBJDUMP@ 237 266 OBJEXT = @OBJEXT@ 267 OTOOL = @OTOOL@ 268 OTOOL64 = @OTOOL64@ 238 269 PACKAGE = @PACKAGE@ 239 270 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 245 276 PATH_SEPARATOR = @PATH_SEPARATOR@ 246 277 RANLIB = @RANLIB@ 278 SED = @SED@ 247 279 SET_MAKE = @SET_MAKE@ 248 280 SHELL = @SHELL@ … … 256 288 abs_top_builddir = @abs_top_builddir@ 257 289 abs_top_srcdir = @abs_top_srcdir@ 290 ac_ct_AR = @ac_ct_AR@ 258 291 ac_ct_CC = @ac_ct_CC@ 259 292 ac_ct_CXX = @ac_ct_CXX@ 293 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 260 294 am__include = @am__include@ 261 295 am__leading_dot = @am__leading_dot@ … … 305 339 top_srcdir = @top_srcdir@ 306 340 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 341 ACLOCAL_AMFLAGS = -I automake 307 342 AM_CFLAGS = -Wall -Wextra -O2 -g 308 343 busy_SOURCES = busy.c … … 314 349 315 350 .SUFFIXES: 316 .SUFFIXES: .c . o .obj351 .SUFFIXES: .c .lo .o .obj 317 352 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 318 353 @for dep in $?; do \ … … 346 381 347 382 clean-noinstPROGRAMS: 348 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 383 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 384 echo " rm -f" $$list; \ 385 rm -f $$list || exit $$?; \ 386 test -n "$(EXEEXT)" || exit 0; \ 387 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 388 echo " rm -f" $$list; \ 389 rm -f $$list 349 390 350 391 busy$(EXEEXT): $(busy_OBJECTS) $(busy_DEPENDENCIES) $(EXTRA_busy_DEPENDENCIES) … … 390 431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 391 432 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 433 434 .c.lo: 435 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 436 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 437 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 440 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 441 442 mostlyclean-libtool: 443 -rm -f *.lo 444 445 clean-libtool: 446 -rm -rf .libs _libs 392 447 393 448 ID: $(am__tagged_files) … … 509 564 clean: clean-am 510 565 511 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am 566 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 567 mostlyclean-am 512 568 513 569 distclean: distclean-am … … 564 620 mostlyclean: mostlyclean-am 565 621 566 mostlyclean-am: mostlyclean-compile mostlyclean-generic 622 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 623 mostlyclean-libtool 567 624 568 625 pdf: pdf-am … … 579 636 580 637 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 581 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 582 distclean-compile distclean-generic distclean-tags distdir dvi \ 583 dvi-am html html-am info info-am install install-am \ 584 install-data install-data-am install-dvi install-dvi-am \ 585 install-exec install-exec-am install-html install-html-am \ 586 install-info install-info-am install-man install-pdf \ 587 install-pdf-am install-ps install-ps-am install-strip \ 588 installcheck installcheck-am installdirs maintainer-clean \ 638 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ 639 ctags-am distclean distclean-compile distclean-generic \ 640 distclean-libtool distclean-tags distdir dvi dvi-am html \ 641 html-am info info-am install install-am install-data \ 642 install-data-am install-dvi install-dvi-am install-exec \ 643 install-exec-am install-html install-html-am install-info \ 644 install-info-am install-man install-pdf install-pdf-am \ 645 install-ps install-ps-am install-strip installcheck \ 646 installcheck-am installdirs maintainer-clean \ 589 647 maintainer-clean-generic mostlyclean mostlyclean-compile \ 590 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall\591 uninstall-am648 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 649 tags tags-am uninstall uninstall-am 592 650 593 651 .PRECIOUS: Makefile
Note:
See TracChangeset
for help on using the changeset viewer.