(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / protocol / tests

File: [OMI] / omi / protocol / tests / Attic / GNUmakefile (download)
Revision: 1.4, Mon Apr 20 17:10:13 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
Remove 1.0.2

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)

ViewCVS 0.9.2