first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / octopi / library / octopus / makefile
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = octopus
6 TYPE = library
7 SOURCE = entity_data_bin.cpp entity_defs.cpp identity_infoton.cpp identity_tentacle.cpp \
8   infoton.cpp octopus.cpp tentacle.cpp unhandled_request.cpp
9 TARGETS = octopus.lib
10
11 include cpp/rules.def
12