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

 1 krisbash 1.1 TOP = ..
 2              include $(TOP)/config.mak
 3              
 4              LIBRARY = miapi
 5              
 6              SOURCES = \
 7              	Application.c \
 8              	Session.c \
 9              	Operation.c \
10              	HostedProvider.c \
11              	SafeHandle.c \
12              	ProtocolHandlerCache.c \
13              	InteractionProtocolHandler.c \
14              	Options.c
15              
16              INCLUDES = $(TOP) $(TOP)/common
17              
18              DEFINES = MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD
19              
20              include $(TOP)/mak/rules.mak

ViewCVS 0.9.2