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

 1 mike  1.2 TOP = ../..
 2           include $(TOP)/config.mak
 3           
 4           CXXPROGRAM = test_base
 5           
 6           SOURCES = test_base.cpp schema.c
 7           
 8           INCLUDES = $(TOP) $(TOP)/common
 9           
10           LIBRARIES = micxx base ut
11           
12           include $(TOP)/mak/rules.mak
13           
14           tests:
15           	$(TARGET)
16           
17           OPTS= --cpp -D -M -V -S -n -s test_repos_classDecl
18           
19           CLASSES = MSFT_Person MSFT_AllTypes MSFT_Process Inner Outer
20           
21           gen:
22 mike  1.2 	$(BINDIR)/omigen $(OPTS) schema.mof $(CLASSES)

ViewCVS 0.9.2