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

 1 mike  1.3 TOP = ..
 2           include $(TOP)/config.mak
 3           
 4           LIBRARY = protocol
 5           
 6           SOURCES = protocol.c
 7           
 8           INCLUDES = $(TOP) $(TOP)/common
 9           
10 krisbash 1.5 DEFINES = MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD
11 mike     1.3 
12              PKGCONFIGPACKAGES = openssl
13              
14              LIBRARIES = sock base
15              
16              include $(TOP)/mak/rules.mak
17              
18              top:
19              	( cd $(TOP); make )

ViewCVS 0.9.2