first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / octopi / library / tentacles / makefile
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = tentacles
6 TYPE = library
7 TARGETS = tentacles.lib
8 SOURCE = encryption_infoton.cpp encryption_tentacle.cpp encryption_wrapper.cpp \
9   entity_registry.cpp file_transfer_infoton.cpp file_transfer_tentacle.cpp key_repository.cpp \
10   login_tentacle.cpp recursive_file_copy.cpp security_infoton.cpp simple_entity_registry.cpp
11
12 include cpp/rules.def
13