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

 1 mike  1.1 TOP = ..
 2           include $(TOP)/config.mak
 3           
 4           CXXPROGRAM = omigen
 5           
 6           SOURCES = \
 7               gen.cpp  \
 8               Parser.cpp  \
 9               QualifierDecls.cpp \
10               main.cpp
11           
12           HEADERS = \
13               cmodule_t.h \
14               cprototypes_t.h \
15               cprovider_t.h \
16               cxxmodule_t.h \
17               cxxprovider_t.h \
18               cxxstubs_t.h \
19               help.h \
20               Parser.h \
21               QualifierDecls.h
22 mike  1.1 
23           INCLUDES = $(TOP) $(TOP)/common $(TOP)/mof
24           
25           DEFINES = MI_CONST=
26           
27           LIBRARIES = mof base
28           
29           include $(TOP)/mak/rules.mak

ViewCVS 0.9.2