TOP = .. include $(TOP)/config.mak CXXPROGRAM = omigen SOURCES = \ gen.cpp \ Parser.cpp \ QualifierDecls.cpp \ main.cpp HEADERS = \ cmodule_t.h \ cprototypes_t.h \ cprovider_t.h \ cxxmodule_t.h \ cxxprovider_t.h \ cxxstubs_t.h \ help.h \ Parser.h \ QualifierDecls.h INCLUDES = $(TOP) $(TOP)/common $(TOP)/mof DEFINES = MI_CONST= LIBRARIES = mof base include $(TOP)/mak/rules.mak