(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / gen

File: [OMI] / omi / gen / GNUmakefile (download)
Revision: 1.1, Wed May 30 21:47:39 2012 UTC (12 years ago) by mike
Branch: MAIN
Initial revision

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

ViewCVS 0.9.2