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

 1 mike  1.1 TOP = ..
 2           include $(TOP)/config.mak
 3           
 4           CXXSHLIBRARY = micxx
 5           
 6           SOURCES = \
 7               array.cpp \
 8               context.cpp \
 9               datetime.cpp \
10               instance.cpp \
11               propertyset.cpp \
12               string.cpp \
13 krisbash 1.4     dinstance.cpp \
14                  atomic.cpp
15 mike     1.1 
16              INCLUDES = $(TOP) $(TOP)/common
17              
18 krisbash 1.4 DEFINES = BUILDING_MICXX MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD
19 mike     1.1 
20 krisbash 1.4 LIBRARIES = omi_error wsman xmlserializer protocol sock base pal
21 mike     1.1 
22              ifeq ($(OS),LINUX)
23              CXXFLAGS = -fno-exceptions -fno-enforce-eh-specs -fno-rtti
24              endif
25              
26              include $(TOP)/mak/rules.mak

ViewCVS 0.9.2