first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / makefile
1 include variables.def
2
3 PROJECT = core_libraries
4 BUILD_BEFORE = algorithms \
5   basis \
6   structures \
7   timely \
8   mathematics \
9   textual \
10   nodes \
11   filesystem \
12   configuration \
13   loggers \
14   processes \
15   application \
16   unit_test \
17   tests_basis \
18   tests_algorithms \
19   tests_structures \
20   tests_filesystem \
21   tests_mathematics \
22   tests_nodes \
23   tests_textual \
24   tests_timely \
25   tests_configuration \
26   versions \
27   crypto \
28   tests_crypto 
29
30 include rules.def
31