|
1 | 1 | SRCFYPP = \
|
2 |
| - stdlib_32_bit_fnv_hashes.fypp \ |
3 |
| - stdlib_32_bit_nmhashes.fypp \ |
4 |
| - stdlib_32_bit_water_hashes.fypp \ |
5 |
| - stdlib_64_bit_fnv_hashes.fypp \ |
6 |
| - stdlib_64_bit_pengy_hashes.fypp \ |
7 |
| - stdlib_64_bit_spookyv2_hashes.fypp \ |
| 2 | + stdlib_hash_32bit_fnv.fypp \ |
| 3 | + stdlib_hash_32bit_nm.fypp \ |
| 4 | + stdlib_hash_32bit_water.fypp \ |
| 5 | + stdlib_hash_64bit_fnv.fypp \ |
| 6 | + stdlib_hash_64bit_pengy.fypp \ |
| 7 | + stdlib_hash_64bit_spookyv2.fypp \ |
8 | 8 | stdlib_ascii.fypp \
|
9 | 9 | stdlib_bitsets_64.fypp \
|
10 | 10 | stdlib_bitsets_large.fypp \
|
@@ -90,21 +90,21 @@ $(SRCGEN): %.f90: %.fypp common.fypp
|
90 | 90 |
|
91 | 91 | # Fortran module dependencies
|
92 | 92 | f18estop.o: stdlib_error.o
|
93 |
| -stdlib_32_bit_fnv_hashes.o: \ |
| 93 | +stdlib_hash_32bit_fnv.o: \ |
94 | 94 | stdlib_hash_32bit.o
|
95 | 95 | stdlib_hash_32bit.o: \
|
96 | 96 | stdlib_kinds.o
|
97 |
| -stdlib_32_bit_nmhashes.o: \ |
| 97 | +stdlib_hash_32bit_nm.o: \ |
98 | 98 | stdlib_hash_32bit.o
|
99 |
| -stdlib_32_bit_water_hashes.o: \ |
| 99 | +stdlib_hash_32bit_water.o: \ |
100 | 100 | stdlib_hash_32bit.o
|
101 |
| -stdlib_64_bit_fnv_hashes.o: \ |
| 101 | +stdlib_hash_64bit_fnv.o: \ |
102 | 102 | stdlib_hash_64bit.o
|
103 | 103 | stdlib_hash_64bit.o: \
|
104 | 104 | stdlib_kinds.o
|
105 |
| -stdlib_64_bit_pengy_hashes.o: \ |
| 105 | +stdlib_hash_64bit_pengy.o: \ |
106 | 106 | stdlib_hash_64bit.o
|
107 |
| -stdlib_64_bit_spookyv2_hashes.o: \ |
| 107 | +stdlib_hash_64bit_spookyv2.o: \ |
108 | 108 | stdlib_hash_64bit.o
|
109 | 109 | stdlib_ascii.o: stdlib_kinds.o
|
110 | 110 | stdlib_bitsets.o: stdlib_kinds.o \
|
|
0 commit comments