Changeset b067d9b for Makefile.in
- Timestamp:
- Oct 29, 2019, 4:01:24 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 773db65, 9421f3d8
- Parents:
- 7951100 (diff), 8364209 (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. - File:
-
- 1 edited
-
Makefile.in (modified) (22 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r7951100 rb067d9b 17 17 ######################## -*- Mode: Makefile-Automake -*- ###################### 18 18 ############################################################################### 19 19 20 VPATH = @srcdir@ 20 21 am__is_gnu_make = { \ … … 93 94 subdir = . 94 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__aclocal_m4_deps = $(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 96 102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 103 $(ACLOCAL_M4) … … 162 168 NROFF = nroff 163 169 MANS = $(man1_MANS) 170 DATA = $(noinst_DATA) 164 171 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 165 172 distclean-recursive maintainer-clean-recursive … … 170 177 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 171 178 cscope distdir dist dist-all distcheck 172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 173 $(LISP)config.h.in 179 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 174 180 # Read a list of newline-separated strings from the standard input, 175 181 # and print each of them once, without duplicates. Input order is … … 192 198 CSCOPE = cscope 193 199 DIST_SUBDIRS = $(SUBDIRS) 194 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 195 $(top_srcdir)/automake/compile \ 200 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \ 196 201 $(top_srcdir)/automake/config.guess \ 197 202 $(top_srcdir)/automake/config.sub \ 198 203 $(top_srcdir)/automake/install-sh \ 199 $(top_srcdir)/automake/missing INSTALL README automake/compile \ 200 automake/config.guess automake/config.sub automake/depcomp \ 201 automake/install-sh automake/missing automake/ylwrap 204 $(top_srcdir)/automake/ltmain.sh \ 205 $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \ 206 INSTALL README automake/compile automake/config.guess \ 207 automake/config.sub automake/depcomp automake/install-sh \ 208 automake/ltmain.sh automake/missing automake/ylwrap 202 209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 203 210 distdir = $(PACKAGE)-$(VERSION) … … 243 250 distcleancheck_listfiles = find . -type f -print 244 251 ACLOCAL = @ACLOCAL@ 245 ALLOCA = @ALLOCA@246 252 AMTAR = @AMTAR@ 247 253 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 254 AR = @AR@ 248 255 AUTOCONF = @AUTOCONF@ 249 256 AUTOHEADER = @AUTOHEADER@ 250 257 AUTOMAKE = @AUTOMAKE@ 251 258 AWK = @AWK@ 252 B ACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command259 BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@ 253 260 CC = @CC@ 254 261 CCAS = @CCAS@ … … 256 263 CCASFLAGS = @CCASFLAGS@ 257 264 CCDEPMODE = @CCDEPMODE@ 265 CFACC = @CFACC@ 266 CFACC_INSTALL = @CFACC_INSTALL@ 267 CFACPP = @CFACPP@ 258 268 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 259 269 CFA_BINDIR = @CFA_BINDIR@ … … 267 277 CPPFLAGS = @CPPFLAGS@ 268 278 CXX = @CXX@ 279 CXXCPP = @CXXCPP@ 269 280 CXXDEPMODE = @CXXDEPMODE@ 270 281 CXXFLAGS = @CXXFLAGS@ 271 282 CYGPATH_W = @CYGPATH_W@ 272 283 DEFS = @DEFS@ 284 DEMANGLER = @DEMANGLER@ 273 285 DEPDIR = @DEPDIR@ 286 DLLTOOL = @DLLTOOL@ 287 DRIVER_DIR = @DRIVER_DIR@ 288 DSYMUTIL = @DSYMUTIL@ 289 DUMPBIN = @DUMPBIN@ 274 290 ECHO_C = @ECHO_C@ 275 291 ECHO_N = @ECHO_N@ … … 277 293 EGREP = @EGREP@ 278 294 EXEEXT = @EXEEXT@ 295 FGREP = @FGREP@ 279 296 GREP = @GREP@ 297 HAS_DISTCC = @HAS_DISTCC@ 298 HOST_FLAGS = @HOST_FLAGS@ 280 299 INSTALL = @INSTALL@ 281 300 INSTALL_DATA = @INSTALL_DATA@ … … 283 302 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 284 303 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 304 LD = @LD@ 285 305 LDFLAGS = @LDFLAGS@ 286 306 LEX = @LEX@ 287 307 LEXLIB = @LEXLIB@ 288 308 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 309 LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@ 310 LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@ 311 LIBDEMANGLE = @LIBDEMANGLE@ 289 312 LIBOBJS = @LIBOBJS@ 290 313 LIBS = @LIBS@ 314 LIBTOOL = @LIBTOOL@ 315 LIPO = @LIPO@ 316 LN_S = @LN_S@ 291 317 LTLIBOBJS = @LTLIBOBJS@ 292 MACHINE_TYPE = @MACHINE_TYPE@ 293 MAINT = @MAINT@ 318 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 294 319 MAKEINFO = @MAKEINFO@ 320 MANIFEST_TOOL = @MANIFEST_TOOL@ 295 321 MKDIR_P = @MKDIR_P@ 322 NM = @NM@ 323 NMEDIT = @NMEDIT@ 324 OBJDUMP = @OBJDUMP@ 296 325 OBJEXT = @OBJEXT@ 326 OTOOL = @OTOOL@ 327 OTOOL64 = @OTOOL64@ 297 328 PACKAGE = @PACKAGE@ 298 329 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 304 335 PATH_SEPARATOR = @PATH_SEPARATOR@ 305 336 RANLIB = @RANLIB@ 337 SED = @SED@ 306 338 SET_MAKE = @SET_MAKE@ 307 339 SHELL = @SHELL@ 308 340 STRIP = @STRIP@ 341 TARGET_HOSTS = @TARGET_HOSTS@ 309 342 VERSION = @VERSION@ 310 343 YACC = @YACC@ … … 314 347 abs_top_builddir = @abs_top_builddir@ 315 348 abs_top_srcdir = @abs_top_srcdir@ 349 ac_ct_AR = @ac_ct_AR@ 316 350 ac_ct_CC = @ac_ct_CC@ 317 351 ac_ct_CXX = @ac_ct_CXX@ 352 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 318 353 am__include = @am__include@ 319 354 am__leading_dot = @am__leading_dot@ … … 362 397 top_builddir = @top_builddir@ 363 398 top_srcdir = @top_srcdir@ 364 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 365 SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude 366 EXTRA_DIST = Docs # non-source files 367 MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/* 399 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 400 ACLOCAL_AMFLAGS = -I automake 401 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important 402 SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ 403 noinst_DATA = @LIBCFA_TARGET_MAKEFILES@ 368 404 man1_MANS = doc/man/cfa.1 405 debug = yes 369 406 all: config.h 370 407 $(MAKE) $(AM_MAKEFLAGS) all-recursive … … 373 410 am--refresh: Makefile 374 411 @: 375 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)412 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 376 413 @for dep in $?; do \ 377 414 case '$(am__configure_deps)' in \ … … 399 436 $(SHELL) ./config.status --recheck 400 437 401 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)438 $(top_srcdir)/configure: $(am__configure_deps) 402 439 $(am__cd) $(srcdir) && $(AUTOCONF) 403 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)440 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 404 441 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 405 442 $(am__aclocal_m4_deps): … … 409 446 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 410 447 411 stamp-h1: $( srcdir)/config.h.in $(top_builddir)/config.status448 stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status 412 449 @rm -f stamp-h1 413 450 cd $(top_builddir) && $(SHELL) ./config.status config.h 414 $( srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(am__configure_deps)451 $(top_srcdir)/src/config.h.in: $(am__configure_deps) 415 452 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 416 453 rm -f stamp-h1 … … 419 456 distclean-hdr: 420 457 -rm -f config.h stamp-h1 458 459 mostlyclean-libtool: 460 -rm -f *.lo 461 462 clean-libtool: 463 -rm -rf .libs _libs 464 465 distclean-libtool: 466 -rm -f libtool config.lt 421 467 install-man1: $(man1_MANS) 422 468 @$(NORMAL_INSTALL) … … 757 803 check-am: all-am 758 804 check: check-recursive 759 all-am: Makefile $(MANS) config.h805 all-am: Makefile $(MANS) $(DATA) config.h 760 806 installdirs: installdirs-recursive 761 807 installdirs-am: … … 770 816 install-am: all-am 771 817 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 772 773 installcheck: installcheck-recursive774 818 install-strip: 775 819 if test -z '$(STRIP)'; then \ … … 796 840 clean: clean-recursive 797 841 798 clean-am: clean-generic mostlyclean-am842 clean-am: clean-generic clean-libtool mostlyclean-am 799 843 800 844 distclean: distclean-recursive 801 845 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 802 846 -rm -f Makefile 803 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 847 distclean-am: clean-am distclean-generic distclean-hdr \ 848 distclean-libtool distclean-tags 804 849 805 850 dvi: dvi-recursive … … 851 896 mostlyclean: mostlyclean-recursive 852 897 853 mostlyclean-am: mostlyclean-generic 898 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 854 899 855 900 pdf: pdf-recursive … … 869 914 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 870 915 am--refresh check check-am clean clean-cscope clean-generic \ 871 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 872 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 873 distcheck distclean distclean-generic distclean-hdr \ 874 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 875 dvi-am html html-am info info-am install install-am \ 876 install-data install-data-am install-dvi install-dvi-am \ 877 install-exec install-exec-am install-html install-html-am \ 878 install-info install-info-am install-man install-man1 \ 879 install-pdf install-pdf-am install-ps install-ps-am \ 880 install-strip installcheck installcheck-am installdirs \ 881 installdirs-am maintainer-clean maintainer-clean-generic \ 882 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 883 tags-am uninstall uninstall-am uninstall-man uninstall-man1 916 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 917 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 918 dist-xz dist-zip distcheck distclean distclean-generic \ 919 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 920 distdir distuninstallcheck dvi dvi-am html html-am info \ 921 info-am install install-am install-data install-data-am \ 922 install-dvi install-dvi-am install-exec install-exec-am \ 923 install-html install-html-am install-info install-info-am \ 924 install-man install-man1 install-pdf install-pdf-am install-ps \ 925 install-ps-am install-strip installcheck installcheck-am \ 926 installdirs installdirs-am maintainer-clean \ 927 maintainer-clean-generic mostlyclean mostlyclean-generic \ 928 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 929 uninstall-am uninstall-man uninstall-man1 884 930 885 931 .PRECIOUS: Makefile 886 932 933 934 @LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure 935 @$(eval config_file = $(dir $@)config.data) 936 @ls $(config_file) || (echo "Missing config.data, re-run configure script again" && false) 937 @$(eval config_data = $(shell cat $(config_file))) 938 @echo "Configuring libcfa with '$(config_data)''" 939 @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data) 940 check: 941 $(MAKE) -C tests all-tests installed=no debug=${debug} 942 943 installcheck: 944 $(MAKE) -C tests all-tests installed=yes debug=${debug} 945 946 configure-libcfa: @LIBCFA_TARGET_MAKEFILES@ 947 @true 948 949 status: @LIBCFA_TARGET_MAKEFILES@ 950 @echo -ne "translator\n\t" 951 @./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g" 952 @find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g" 887 953 888 954 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note:
See TracChangeset
for help on using the changeset viewer.