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

File: [OMI] / omi / micxx / GNUmakefile (download)
Revision: 1.2, Mon Jun 25 18:51:01 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2
Changes since 1.1: +0 -17 lines
1.0.2 drop

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

CXXSHLIBRARY = micxx

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

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

DEFINES = BUILDING_MICXX MI_CONST=

LIBRARIES = base

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

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2