(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / samples / Providers / Color

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

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

CXXSHLIBRARY = Color

SOURCES = \
    ColorBase_Class_Provider.cpp \
    Color_Class_Provider.cpp \
    module.cpp \
    schema.c \
    stubs.cpp

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

LIBRARIES = micxx base

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

##==============================================================================
##
## gen -- rule to regenerate provider sources.
##
##==============================================================================

CLASSES = \
    XYZ_ColorBase=ColorBase \
    XYZ_Color=Color

gen:
	$(BINDIR)/omigen --cpp -f schema.mof $(CLASSES)

ViewCVS 0.9.2