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