- Timestamp:
- Jul 25, 2018, 3:14:34 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- b8f6002
- Parents:
- e68b3a8
- Location:
- src/tests
- Files:
-
- 3 edited
-
Makefile.am (modified) (2 diffs)
-
Makefile.in (modified) (5 diffs)
-
preempt_longrun/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
re68b3a8 r857638d 31 31 DEBUG_FLAGS = 32 32 33 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -I. 33 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -I. -DIN_DIR="${srcdir}/.in/" 34 34 if !BUILD_DEBUG 35 35 BUILD_FLAGS += -nodebug … … 44 44 TEST_FLAGS = $(if $(test), 2> $(test), ) 45 45 AM_CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS} 46 CC = ${abs_top_builddir}/src/driver/cfa -DIN_DIR="${srcdir}/.in/"46 CC = ${abs_top_builddir}/src/driver/cfa 47 47 48 48 .PHONY : list -
src/tests/Makefile.in
re68b3a8 r857638d 192 192 AWK = @AWK@ 193 193 BACKEND_CC = @BACKEND_CC@ 194 CC = ${abs_top_builddir}/src/driver/cfa -DIN_DIR="${srcdir}/.in/"194 CC = ${abs_top_builddir}/src/driver/cfa 195 195 CCAS = @CCAS@ 196 196 CCASDEPMODE = @CCASDEPMODE@ … … 232 232 LTLIBOBJS = @LTLIBOBJS@ 233 233 MACHINE_TYPE = @MACHINE_TYPE@ 234 MAINT = @MAINT@235 234 MAKEINFO = @MAKEINFO@ 236 235 MKDIR_P = @MKDIR_P@ … … 312 311 DEBUG_FLAGS = 313 312 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -I. \ 314 $(am__append_1) $(am__append_2) $(am__append_3) 313 -DIN_DIR="${srcdir}/.in/" $(am__append_1) $(am__append_2) \ 314 $(am__append_3) 315 315 TEST_FLAGS = $(if $(test), 2> $(test), ) 316 316 AM_CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS} … … 323 323 .SUFFIXES: 324 324 .SUFFIXES: .c .o .obj 325 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)325 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 326 326 @for dep in $?; do \ 327 327 case '$(am__configure_deps)' in \ … … 347 347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 348 348 349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)349 $(top_srcdir)/configure: $(am__configure_deps) 350 350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)351 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 352 352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 353 353 $(am__aclocal_m4_deps): -
src/tests/preempt_longrun/Makefile.in
re68b3a8 r857638d 377 377 LTLIBOBJS = @LTLIBOBJS@ 378 378 MACHINE_TYPE = @MACHINE_TYPE@ 379 MAINT = @MAINT@380 379 MAKEINFO = @MAKEINFO@ 381 380 MKDIR_P = @MKDIR_P@ … … 466 465 .SUFFIXES: 467 466 .SUFFIXES: .log .test .test$(EXEEXT) .trs 468 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)467 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 469 468 @for dep in $?; do \ 470 469 case '$(am__configure_deps)' in \ … … 490 489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 491 490 492 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)491 $(top_srcdir)/configure: $(am__configure_deps) 493 492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 494 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)493 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 495 494 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 496 495 $(am__aclocal_m4_deps):
Note:
See TracChangeset
for help on using the changeset viewer.