Changes in src/tests/Makefile.in [4782b39:e4745d7a]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
r4782b39 re4745d7a 123 123 CFA_LIBDIR = @CFA_LIBDIR@ 124 124 CFA_PREFIX = @CFA_PREFIX@ 125 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS} 125 126 # applies to both programs 127 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ # TEMPORARY: does not build with -O2 126 128 CPP = @CPP@ 127 129 CPPFLAGS = @CPPFLAGS@ … … 221 223 top_builddir = @top_builddir@ 222 224 top_srcdir = @top_srcdir@ 223 debug = yes224 225 # applies to both programs226 EXTRA_FLAGS =227 225 fstream_test_SOURCES = fstream_test.c 228 226 vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c … … 654 652 655 653 all-tests : 656 @+python test.py --all --debug=${debug}# '@' => do not echo command (SILENT), '+' => allows recursive make from within python program654 @+python test.py --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 657 655 658 656 clean-local : … … 678 676 679 677 declarationSpecifier: declarationSpecifier.c 680 ${CC} ${CF LAGS} -CFA -XCFA -p ${<} -o ${@}678 ${CC} ${CFALGS} -CFA -XCFA -p ${<} -o ${@} 681 679 682 680 gccExtensions : gccExtensions.c … … 687 685 688 686 memberCtors-ERR1: memberCtors.c 689 ${CC} ${CF LAGS} -DERR1 ${<} -o ${@}687 ${CC} ${CFALGS} -DERR1 ${<} -o ${@} 690 688 691 689 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note:
See TracChangeset
for help on using the changeset viewer.