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

File: [OMI] / omi / protocol / tests / Attic / GNUmakefile (download)
Revision: 1.3, Mon Jun 25 18:51:02 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2
Changes since 1.2: +17 -26 lines
1.0.2 drop

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