Changes in src/examples/Makefile.am [6e3ae00:44b5ca0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/Makefile.am
r6e3ae00 r44b5ca0 6 6 ## file "LICENCE" distributed with Cforall. 7 7 ## 8 ## Makefile.am -- 8 ## Makefile.am -- 9 9 ## 10 10 ## Author : Peter A. Buhr 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Jan 25 22:31:42 201614 ## Update Count : 2 513 ## Last Modified On : Thu Jun 4 23:13:10 2015 14 ## Update Count : 22 15 15 ############################################################################### 16 16 … … 19 19 CC = @CFA_BINDIR@/cfa 20 20 21 noinst_PROGRAMS = fstream_test vector_test avl_test # build but do not install 22 fstream_test_SOURCES = fstream_test.c 23 vector_test_SOURCES = vector_int.c array.c vector_test.c 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 21 noinst_PROGRAMS = fstream_test vector_test 22 fstream_test_SOURCES = iostream.c fstream.c fstream_test.c 23 vector_test_SOURCES = vector_int.c fstream.c iostream.c array.c iterator.c vector_test.c
Note:
See TracChangeset
for help on using the changeset viewer.