Changeset 107b01a for Makefile.in
- Timestamp:
- Dec 19, 2018, 1:47:03 PM (4 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- 84b4d607
- Parents:
- a2dbcff1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
ra2dbcff1 r107b01a 94 94 subdir = . 95 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \ 97 $(top_srcdir)/configure.ac 96 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \ 97 $(top_srcdir)/automake/ltoptions.m4 \ 98 $(top_srcdir)/automake/ltsugar.m4 \ 99 $(top_srcdir)/automake/ltversion.m4 \ 100 $(top_srcdir)/automake/lt~obsolete.m4 \ 101 $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac 98 102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 103 $(ACLOCAL_M4) … … 198 202 $(top_srcdir)/automake/config.sub \ 199 203 $(top_srcdir)/automake/install-sh \ 204 $(top_srcdir)/automake/ltmain.sh \ 200 205 $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \ 201 206 INSTALL README automake/compile automake/config.guess \ 202 207 automake/config.sub automake/depcomp automake/install-sh \ 203 automake/ missing automake/ylwrap208 automake/ltmain.sh automake/missing automake/ylwrap 204 209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 205 210 distdir = $(PACKAGE)-$(VERSION) … … 248 253 AMTAR = @AMTAR@ 249 254 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 255 AR = @AR@ 250 256 AUTOCONF = @AUTOCONF@ 251 257 AUTOHEADER = @AUTOHEADER@ … … 271 277 CPPFLAGS = @CPPFLAGS@ 272 278 CXX = @CXX@ 279 CXXCPP = @CXXCPP@ 273 280 CXXDEPMODE = @CXXDEPMODE@ 274 281 CXXFLAGS = @CXXFLAGS@ … … 276 283 DEFS = @DEFS@ 277 284 DEPDIR = @DEPDIR@ 285 DLLTOOL = @DLLTOOL@ 278 286 DRIVER_DIR = @DRIVER_DIR@ 287 DSYMUTIL = @DSYMUTIL@ 288 DUMPBIN = @DUMPBIN@ 279 289 ECHO_C = @ECHO_C@ 280 290 ECHO_N = @ECHO_N@ … … 282 292 EGREP = @EGREP@ 283 293 EXEEXT = @EXEEXT@ 294 FGREP = @FGREP@ 284 295 GREP = @GREP@ 285 296 HOST_FLAGS = @HOST_FLAGS@ … … 289 300 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 290 301 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 302 LD = @LD@ 291 303 LDFLAGS = @LDFLAGS@ 292 304 LEX = @LEX@ … … 297 309 LIBOBJS = @LIBOBJS@ 298 310 LIBS = @LIBS@ 311 LIBTOOL = @LIBTOOL@ 312 LIPO = @LIPO@ 313 LN_S = @LN_S@ 299 314 LTLIBOBJS = @LTLIBOBJS@ 315 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 300 316 MAKEINFO = @MAKEINFO@ 317 MANIFEST_TOOL = @MANIFEST_TOOL@ 301 318 MKDIR_P = @MKDIR_P@ 319 NM = @NM@ 320 NMEDIT = @NMEDIT@ 321 OBJDUMP = @OBJDUMP@ 302 322 OBJEXT = @OBJEXT@ 323 OTOOL = @OTOOL@ 324 OTOOL64 = @OTOOL64@ 303 325 PACKAGE = @PACKAGE@ 304 326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 310 332 PATH_SEPARATOR = @PATH_SEPARATOR@ 311 333 RANLIB = @RANLIB@ 334 SED = @SED@ 312 335 SET_MAKE = @SET_MAKE@ 313 336 SHELL = @SHELL@ … … 321 344 abs_top_builddir = @abs_top_builddir@ 322 345 abs_top_srcdir = @abs_top_srcdir@ 346 ac_ct_AR = @ac_ct_AR@ 323 347 ac_ct_CC = @ac_ct_CC@ 324 348 ac_ct_CXX = @ac_ct_CXX@ 349 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 325 350 am__include = @am__include@ 326 351 am__leading_dot = @am__leading_dot@ … … 370 395 top_srcdir = @top_srcdir@ 371 396 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 397 ACLOCAL_AMFLAGS = -I automake 372 398 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* 373 399 SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ … … 427 453 distclean-hdr: 428 454 -rm -f config.h stamp-h1 455 456 mostlyclean-libtool: 457 -rm -f *.lo 458 459 clean-libtool: 460 -rm -rf .libs _libs 461 462 distclean-libtool: 463 -rm -f libtool config.lt 429 464 install-man1: $(man1_MANS) 430 465 @$(NORMAL_INSTALL) … … 802 837 clean: clean-recursive 803 838 804 clean-am: clean-generic mostlyclean-am839 clean-am: clean-generic clean-libtool mostlyclean-am 805 840 806 841 distclean: distclean-recursive 807 842 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 808 843 -rm -f Makefile 809 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 844 distclean-am: clean-am distclean-generic distclean-hdr \ 845 distclean-libtool distclean-tags 810 846 811 847 dvi: dvi-recursive … … 857 893 mostlyclean: mostlyclean-recursive 858 894 859 mostlyclean-am: mostlyclean-generic 895 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 860 896 861 897 pdf: pdf-recursive … … 875 911 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 876 912 am--refresh check check-am clean clean-cscope clean-generic \ 877 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 878 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 879 distcheck distclean distclean-generic distclean-hdr \ 880 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 881 dvi-am html html-am info info-am install install-am \ 882 install-data install-data-am install-dvi install-dvi-am \ 883 install-exec install-exec-am install-html install-html-am \ 884 install-info install-info-am install-man install-man1 \ 885 install-pdf install-pdf-am install-ps install-ps-am \ 886 install-strip installcheck installcheck-am installdirs \ 887 installdirs-am maintainer-clean maintainer-clean-generic \ 888 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 889 tags-am uninstall uninstall-am uninstall-man uninstall-man1 913 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 914 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 915 dist-xz dist-zip distcheck distclean distclean-generic \ 916 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 917 distdir distuninstallcheck dvi dvi-am html html-am info \ 918 info-am install install-am install-data install-data-am \ 919 install-dvi install-dvi-am install-exec install-exec-am \ 920 install-html install-html-am install-info install-info-am \ 921 install-man install-man1 install-pdf install-pdf-am install-ps \ 922 install-ps-am install-strip installcheck installcheck-am \ 923 installdirs installdirs-am maintainer-clean \ 924 maintainer-clean-generic mostlyclean mostlyclean-generic \ 925 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 926 uninstall-am uninstall-man uninstall-man1 890 927 891 928 .PRECIOUS: Makefile
Note: See TracChangeset
for help on using the changeset viewer.