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

File: [OMI] / omi / micxx / GNUmakefile (download)
Revision: 1.1, Wed May 30 21:47:49 2012 UTC (12 years ago) by mike
Branch: MAIN
Initial revision

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

CXXSHLIBRARY = micxx

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

HEADERS = \
    array.h \
    arraytraits.h \
    atomic.h \
    context.h \
    datetime.h \
    field.h \
    instance.h \
    linkage.h \
    micxx.h \
    propertyset.h \
    string.h \
    types.h \
    dinstance.h

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

DEFINES = BUILDING_MICXX MI_CONST=

LIBRARIES = base

GUID = C5C10E43-D526-447B-AEDB-4B9DF4358A90

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

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2