(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               atomic.cpp \
 9               context.cpp \
10               datetime.cpp \
11               instance.cpp \
12               propertyset.cpp \
13               string.cpp \
14               dinstance.cpp
15           
16           HEADERS = \
17               array.h \
18               arraytraits.h \
19               atomic.h \
20               context.h \
21               datetime.h \
22 mike  1.1     field.h \
23               instance.h \
24               linkage.h \
25               micxx.h \
26               propertyset.h \
27               string.h \
28               types.h \
29               dinstance.h
30           
31           INCLUDES = $(TOP) $(TOP)/common
32           
33           DEFINES = BUILDING_MICXX MI_CONST=
34           
35           LIBRARIES = base
36           
37           GUID = C5C10E43-D526-447B-AEDB-4B9DF4358A90
38           
39           ifeq ($(OS),LINUX)
40           CXXFLAGS = -fno-exceptions -fno-enforce-eh-specs -fno-rtti
41           endif
42           
43 mike  1.1 include $(TOP)/mak/rules.mak

ViewCVS 0.9.2