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

File: [OMI] / omi / http / GNUmakefile (download)
Revision: 1.1, Mon Jun 25 18:53:16 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2, OMI_1_0_0
1.0.1

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

LIBRARY = http

SOURCES = \
    http.c \
    httpclient.c

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

DEFINES = MI_CONST=

PKGCONFIGPACKAGES = openssl

LIBRARIES = base protocol sock

include $(TOP)/mak/rules.mak

top:
	( cd $(TOP); make )

ViewCVS 0.9.2