42 |
42 |
43 $(TEST_DIR): |
43 $(TEST_DIR): |
44 $(MKDIR) $@ |
44 $(MKDIR) $@ |
45 |
45 |
46 FORCE: |
46 FORCE: |
|
47 |
|
48 $(TEST_DIR)/test_hash_key$(OBJ_EXT): test_hash_key.c ../src/cx/test.h \ |
|
49 ../src/cx/hash_key.h ../src/cx/common.h ../src/cx/string.h \ |
|
50 ../src/cx/allocator.h |
|
51 @echo "Compiling $<" |
|
52 $(CC) -o $@ $(CFLAGS) -c $< |
47 |
53 |
48 $(TEST_DIR)/test_map_generics$(OBJ_EXT): test_map_generics.c \ |
54 $(TEST_DIR)/test_map_generics$(OBJ_EXT): test_map_generics.c \ |
49 test_map_generics.h ../src/cx/map.h ../src/cx/common.h \ |
55 test_map_generics.h ../src/cx/map.h ../src/cx/common.h \ |
50 ../src/cx/collection.h ../src/cx/allocator.h ../src/cx/iterator.h \ |
56 ../src/cx/collection.h ../src/cx/allocator.h ../src/cx/iterator.h \ |
51 ../src/cx/string.h ../src/cx/hash_key.h ../src/cx/hash_map.h \ |
57 ../src/cx/string.h ../src/cx/hash_key.h ../src/cx/hash_map.h \ |