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

File: [OMI] / omi / wsman / GNUmakefile (download)
Revision: 1.1, Mon Jun 25 18:54:42 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 = wsman

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

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

DEFINES = MI_CONST=

PKGCONFIGPACKAGES = openssl

LIBRARIES = base

include $(TOP)/mak/rules.mak

top:
	( cd $(TOP); make )

wstags:
	$(BINDIR)/strhash wstags.txt

ViewCVS 0.9.2