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

 1 mike  1.1 TOP = ..
 2           include $(TOP)/config.mak
 3           
 4           LIBRARY = protocol
 5           
 6           SOURCES = \
 7               selector.c \
 8               addr.c \
 9               sock.c \
10               thread.c \
11               protocol.c \
12               http.c \
13               httpclient.c \
14               wsman.c \
15               wsmanparser.c \
16               wsmanbuffer.c
17           
18           HEADERS = \
19               addr.h \
20               sock.h \
21               selector.h \
22 mike  1.1     thread.h \
23               protocol.h \
24               http.h \
25               httpclient.h \
26               wsman.h \
27               wsmanparser.h \
28               wsmanbuffer.h
29           
30           INCLUDES = $(TOP) $(TOP)/common
31           
32           DEFINES = MI_CONST=
33           
34           PKGCONFIGPACKAGES = openssl
35           
36           LIBRARIES = base
37           
38           GUID = 6DD4B929-80AD-438F-B0AB-3D8E61DFE507
39           
40           include $(TOP)/mak/rules.mak
41           
42           top:
43 mike  1.1 	( cd $(TOP); make )
44           
45           wstags:
46           	$(BINDIR)/strhash wstags.txt

ViewCVS 0.9.2