TOP = ../.. include $(TOP)/config.mak CXXPROGRAM = test_base SOURCES = test_base.cpp schema.c INCLUDES = $(TOP) $(TOP)/common LIBRARIES = micxx base ut include $(TOP)/mak/rules.mak tests: $(TARGET) OPTS= --cpp -D -M -V -S -n -s test_repos_classDecl CLASSES = MSFT_Person MSFT_AllTypes MSFT_Process Inner Outer gen: $(BINDIR)/omigen $(OPTS) schema.mof $(CLASSES)