Changes in src/tests/Makefile.in [7c03d6d:44f44617]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
r7c03d6d r44f44617 92 92 host_triplet = @host@ 93 93 @BUILD_CONCURRENCY_TRUE@am__append_1 = coroutine thread monitor 94 @BUILD_DEBUG_FALSE@am__append_2 = -nodebug95 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_FALSE@am__append_3 = -debug96 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_4 = ${DEBUG_FLAGS}97 94 EXTRA_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \ 98 95 avl_test$(EXEEXT) … … 323 320 324 321 # applies to both programs 325 DEBUG_FLAGS = 326 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ \ 327 $(am__append_2) $(am__append_3) $(am__append_4) 322 EXTRA_FLAGS = 323 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ ${EXTRA_FLAGS} 328 324 TEST_FLAGS = $(if $(test), 2> .err/${@}.log, ) 329 325 AM_CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS} … … 347 343 esac; \ 348 344 done; \ 349 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/tests/Makefile'; \345 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tests/Makefile'; \ 350 346 $(am__cd) $(top_srcdir) && \ 351 $(AUTOMAKE) -- foreignsrc/tests/Makefile347 $(AUTOMAKE) --gnu src/tests/Makefile 352 348 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 353 349 @case '$?' in \
Note:
See TracChangeset
for help on using the changeset viewer.