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

File: [OMI] / omi / micxx / GNUmakefile (download)
Revision: 1.4, Mon Apr 20 17:19:52 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.3: +4 -4 lines
OMI 1.0.8-1

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

CXXSHLIBRARY = micxx

SOURCES = \
    array.cpp \
    context.cpp \
    datetime.cpp \
    instance.cpp \
    propertyset.cpp \
    string.cpp \
    dinstance.cpp \
    atomic.cpp

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

DEFINES = BUILDING_MICXX MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD

LIBRARIES = omi_error wsman xmlserializer protocol sock base pal

ifeq ($(OS),LINUX)
CXXFLAGS = -fno-exceptions -fno-enforce-eh-specs -fno-rtti
endif

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2