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

File: [OMI] / omi / sock / tests / Attic / GNUmakefile (download)
Revision: 1.1, Mon Jun 25 18:54:13 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2, OMI_1_0_0
1.0.2

TOP = ../..
include $(TOP)/config.mak

CXXPROGRAM = test_sock

SOURCES = \
    test_selector.cpp \
    test_thread.cpp

INCLUDES = $(TOP) $(TOP)/common

LIBRARIES = sock base ut

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

ViewCVS 0.9.2