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

File: [OMI] / omi / sock / 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

LIBRARY = sock

SOURCES = \
    addr.c \
    selector.c \
    sock.c \
    thread.c

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

DEFINES = MI_CONST=

PKGCONFIGPACKAGES = openssl

LIBRARIES = base

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2