TOP = ../.. include $(TOP)/config.mak CXXPROGRAM = test_protocol SOURCES = \ test_protocol.cpp \ $(TOP)/base/tests/schema.c INCLUDES = $(TOP) $(TOP)/common LIBRARIES = micxx protocol sock base ut include $(TOP)/mak/rules.mak tests: $(TARGET)