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

File: [OMI] / omi / base / tests / Attic / GNUmakefile (download)
Revision: 1.2, Mon Jun 25 18:51:01 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2
Changes since 1.1: +22 -24 lines
1.0.2 drop

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)

ViewCVS 0.9.2