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

File: [OMI] / omi / wsman / GNUmakefile (download)
Revision: 1.3, Mon Apr 20 17:20:37 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +1 -1 lines
OMI 1.0.8-1

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

LIBRARY = wsman

SOURCES = \
    wsman.c \
    wsmanparser.c \
    wsbuf.c

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

DEFINES = MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD

PKGCONFIGPACKAGES = openssl

LIBRARIES = base

include $(TOP)/mak/rules.mak

top:
	( cd $(TOP); make )

wstags:
	$(BINDIR)/strhash wstags.txt

ViewCVS 0.9.2