Changes in src/tests/Makefile.am [1c31f68:a0dcd2e]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r1c31f68 ra0dcd2e 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon J an 25 22:31:42 201614 ## Update Count : 2513 ## Last Modified On : Mon Jun 20 14:30:52 2016 14 ## Update Count : 33 15 15 ############################################################################### 16 16 … … 23 23 vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c 24 24 avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c 25 26 Constant0-1DP : Constant0-1.c 27 ${CC} ${CFLAGS} -DDUPS ${<} -o ${@} 28 29 Constant0-1ND : Constant0-1.c 30 ${CC} ${CFLAGS} -DNEWDECL ${<} -o ${@} 31 32 Constant0-1NDDP : Constant0-1.c 33 ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@}
Note:
See TracChangeset
for help on using the changeset viewer.