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

File: [OMI] / omi / protocol / GNUmakefile (download)
Revision: 1.2, Fri Jun 15 19:51:14 2012 UTC (11 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_1
Changes since 1.1: +2 -2 lines
OMI 1.0.1

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

LIBRARY = protocol

SOURCES = \
    selector.c \
    addr.c \
    sock.c \
    thread.c \
    protocol.c \
    http.c \
    httpclient.c \
    wsman.c \
    wsmanparser.c \
    wsbuf.c

HEADERS = \
    addr.h \
    sock.h \
    selector.h \
    thread.h \
    protocol.h \
    http.h \
    httpclient.h \
    wsman.h \
    wsmanparser.h \
    wsbuf.h

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

DEFINES = MI_CONST=

PKGCONFIGPACKAGES = openssl

LIBRARIES = base

GUID = 6DD4B929-80AD-438F-B0AB-3D8E61DFE507

include $(TOP)/mak/rules.mak

top:
	( cd $(TOP); make )

wstags:
	$(BINDIR)/strhash wstags.txt

ViewCVS 0.9.2