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 \ wsmanbuffer.c HEADERS = \ addr.h \ sock.h \ selector.h \ thread.h \ protocol.h \ http.h \ httpclient.h \ wsman.h \ wsmanparser.h \ wsmanbuffer.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