(file) Return to Makefile CVS log (file) (dir) Up to [OMI] / omi / unittest / gencase

File: [OMI] / omi / unittest / gencase / Attic / Makefile (download)
Revision: 1.1.1.1 (vendor branch), Wed May 30 21:47:39 2012 UTC (12 years, 1 month ago) by mike
Branch: TOG
CVS Tags: OMI_1_0_2_Branch, OMI_1_0_1_PRE, OMI_1_0_1, OMI_1_0_0
Changes since 1.1: +0 -0 lines
Initial Import

TOP=..\..

OMIGEN=omigen.exe

CLASSES=TestSP_CAlC TestSP_Calc_Adv

all: generate compile 

generate:
	$(OMIGEN) schema.mof -a -y EntryPoint $(OPTS) $(CLASSES)


cpp: generate_cpp compile_cpp

generate_cpp:
	$(OMIGEN) schema.mof -a --cpp $(OPTS) $(CLASSES)

INCLUDES = -I$(TOP)/common -I$(TOP)/common/windows

compile_cpp:
	cl $(INCLUDES) -c *.cpp
    
compile:
	cl $(INCLUDES) -c *.c

clean:
	- del *.obj *.h *.c *Class.cpp stubs.cpp module.cpp
	- del *Provider.cpp


ViewCVS 0.9.2